Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zile: update to 2.6.2.
@ 2022-05-21 12:57 mobinmob
  2022-05-21 15:07 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: mobinmob @ 2022-05-21 12:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages zile
https://github.com/void-linux/void-packages/pull/37219

zile: update to 2.6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37219.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zile-37219.patch --]
[-- Type: text/x-diff, Size: 1198 bytes --]

From 34b09a0bdf252123a818ee3b81065954b89a0771 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 21 May 2022 15:56:25 +0300
Subject: [PATCH] zile: update to 2.6.2.

---
 srcpkgs/zile/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zile/template b/srcpkgs/zile/template
index e710cb6d6225..0464665eaef2 100644
--- a/srcpkgs/zile/template
+++ b/srcpkgs/zile/template
@@ -1,16 +1,17 @@
 # Template file for 'zile'
 pkgname=zile
-version=2.4.15
+version=2.6.2
 revision=1
 build_style=gnu-configure
 hostmakedepends="help2man pkg-config"
-makedepends="acl-devel gc-devel libatomic_ops-devel ncurses-devel"
+makedepends=" vala-devel acl-devel gc-devel libatomic_ops-devel ncurses-devel
+ libgee08-devel"
 short_desc="Small, fast, and powerful Emacs clone"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/zile"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
-checksum=39c300a34f78c37ba67793cf74685935a15568e14237a3a66fda8fcf40e3035e
+checksum=77eb7daff3c98bdc88daa1ac040dccca72b81dc32fc3166e079dd7a63e42c741
 
 post_configure() {
 	if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zile: update to 2.6.2.
  2022-05-21 12:57 [PR PATCH] zile: update to 2.6.2 mobinmob
@ 2022-05-21 15:07 ` ericonr
  2022-05-21 15:15 ` mobinmob
  2022-06-15 12:38 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2022-05-21 15:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/37219#issuecomment-1133649644

Comment:
The build failure on musl cross is funky :/ will try to take a look.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zile: update to 2.6.2.
  2022-05-21 12:57 [PR PATCH] zile: update to 2.6.2 mobinmob
  2022-05-21 15:07 ` ericonr
@ 2022-05-21 15:15 ` mobinmob
  2022-06-15 12:38 ` [PR PATCH] [Closed]: " sgn
  2 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2022-05-21 15:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/37219#issuecomment-1133650727

Comment:
> The build failure on musl cross is funky :/ will try to take a look.

Thanks :+1: 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: zile: update to 2.6.2.
  2022-05-21 12:57 [PR PATCH] zile: update to 2.6.2 mobinmob
  2022-05-21 15:07 ` ericonr
  2022-05-21 15:15 ` mobinmob
@ 2022-06-15 12:38 ` sgn
  2 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-06-15 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

There's a closed pull request on the void-packages repository

zile: update to 2.6.2.
https://github.com/void-linux/void-packages/pull/37219

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zile: update to 2.6.2.
  2021-08-03  9:39 [PR PATCH] " ardadem
@ 2021-08-14  7:43 ` ardadem
  0 siblings, 0 replies; 5+ messages in thread
From: ardadem @ 2021-08-14  7:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New comment by ardadem on void-packages repository

https://github.com/void-linux/void-packages/pull/32304#issuecomment-898860403

Comment:
Cross-build broken for musl.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-15 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21 12:57 [PR PATCH] zile: update to 2.6.2 mobinmob
2022-05-21 15:07 ` ericonr
2022-05-21 15:15 ` mobinmob
2022-06-15 12:38 ` [PR PATCH] [Closed]: " sgn
  -- strict thread matches above, loose matches on Subject: below --
2021-08-03  9:39 [PR PATCH] " ardadem
2021-08-14  7:43 ` ardadem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).