Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gimp: update to 2.10.34
@ 2023-05-06 19:53 unknowncartridge
  2023-05-06 20:12 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: unknowncartridge @ 2023-05-06 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unknowncartridge/void-packages gimp
https://github.com/void-linux/void-packages/pull/43774

gimp: update to 2.10.34
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - armv6l
  - aarch64
  - aarch64-musl


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

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

From cef112f31c71d767f9021586ddde88f792615561 Mon Sep 17 00:00:00 2001
From: unknowncartridge <violetnetwork@disroot.org>
Date: Sat, 6 May 2023 15:57:09 +0300
Subject: [PATCH] gimp: update to 2.10.34

---
 srcpkgs/gimp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index 8e68f2403d8f..d47a0f208542 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -1,7 +1,7 @@
 # Template file for 'gimp'
 pkgname=gimp
-version=2.10.32
-revision=4
+version=2.10.34
+revision=1
 build_style=gnu-configure
 configure_args="--disable-check-update --datadir=/usr/share"
 hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool
@@ -19,7 +19,7 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-only"
 homepage="https://www.gimp.org"
 distfiles="https://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
-checksum=3f15c70554af5dcc1b46e6dc68f3d8f0a6cc9fe56b6d78ac08c0fd859ab89a25
+checksum=84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3
 python_version=2
 lib32disabled=yes
 no_generic_pkgconfig_link=yes
@@ -27,7 +27,7 @@ no_generic_pkgconfig_link=yes
 pre_configure() {
 	NOCONFIGURE=1 autoreconf -fi
 	if [ "$CROSS_BUILD" ]; then
-		vsed -i 's:^py_prefix=`:py_prefix='"$XBPS_CROSS_BASE"'`:' configure
+		vsed -i 's:^py_prefix=$(:py_prefix='"$XBPS_CROSS_BASE"'):' configure
 	fi
 	# don't allow configure to set DATADIRNAME=lib
 	vsed -i 's/DATADIRNAME=lib/DATADIRNAME=share/' configure

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

* Re: [PR REVIEW] gimp: update to 2.10.34
  2023-05-06 19:53 [PR PATCH] gimp: update to 2.10.34 unknowncartridge
@ 2023-05-06 20:12 ` classabbyamp
  2023-05-07  1:02 ` [PR PATCH] [Updated] " unknowncartridge
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-05-06 20:12 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43774#discussion_r1186741357

Comment:
this is a false positive from xlint, you can avoid it by using `\x60` instead of the backticks

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

* Re: [PR PATCH] [Updated] gimp: update to 2.10.34
  2023-05-06 19:53 [PR PATCH] gimp: update to 2.10.34 unknowncartridge
  2023-05-06 20:12 ` [PR REVIEW] " classabbyamp
@ 2023-05-07  1:02 ` unknowncartridge
  2023-05-08  5:08 ` biopsin
  2023-06-14 17:38 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 6+ messages in thread
From: unknowncartridge @ 2023-05-07  1:02 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by unknowncartridge against master on the void-packages repository

https://github.com/unknowncartridge/void-packages gimp
https://github.com/void-linux/void-packages/pull/43774

gimp: update to 2.10.34
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - armv6l
  - aarch64
  - aarch64-musl


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

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

From cef112f31c71d767f9021586ddde88f792615561 Mon Sep 17 00:00:00 2001
From: unknowncartridge <violetnetwork@disroot.org>
Date: Sat, 6 May 2023 15:57:09 +0300
Subject: [PATCH 1/2] gimp: update to 2.10.34

---
 srcpkgs/gimp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index 8e68f2403d8f..d47a0f208542 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -1,7 +1,7 @@
 # Template file for 'gimp'
 pkgname=gimp
-version=2.10.32
-revision=4
+version=2.10.34
+revision=1
 build_style=gnu-configure
 configure_args="--disable-check-update --datadir=/usr/share"
 hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool
@@ -19,7 +19,7 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-only"
 homepage="https://www.gimp.org"
 distfiles="https://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
-checksum=3f15c70554af5dcc1b46e6dc68f3d8f0a6cc9fe56b6d78ac08c0fd859ab89a25
+checksum=84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3
 python_version=2
 lib32disabled=yes
 no_generic_pkgconfig_link=yes
@@ -27,7 +27,7 @@ no_generic_pkgconfig_link=yes
 pre_configure() {
 	NOCONFIGURE=1 autoreconf -fi
 	if [ "$CROSS_BUILD" ]; then
-		vsed -i 's:^py_prefix=`:py_prefix='"$XBPS_CROSS_BASE"'`:' configure
+		vsed -i 's:^py_prefix=$(:py_prefix='"$XBPS_CROSS_BASE"'):' configure
 	fi
 	# don't allow configure to set DATADIRNAME=lib
 	vsed -i 's/DATADIRNAME=lib/DATADIRNAME=share/' configure

From 016739eca68fd0a9ec48bfaa7627965a81ffde9c Mon Sep 17 00:00:00 2001
From: unknowncartridge <violetnetwork@disroot.org>
Date: Sun, 7 May 2023 03:39:15 +0300
Subject: [PATCH 2/2] gimp: update to 2.10.34

---
 srcpkgs/gimp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index d47a0f208542..336e33ae83cc 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -27,7 +27,7 @@ no_generic_pkgconfig_link=yes
 pre_configure() {
 	NOCONFIGURE=1 autoreconf -fi
 	if [ "$CROSS_BUILD" ]; then
-		vsed -i 's:^py_prefix=$(:py_prefix='"$XBPS_CROSS_BASE"'):' configure
+		vsed -i 's:^py_prefix=\x60:py_prefix='"$XBPS_CROSS_BASE"'\x60:' configure
 	fi
 	# don't allow configure to set DATADIRNAME=lib
 	vsed -i 's/DATADIRNAME=lib/DATADIRNAME=share/' configure

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

* Re: gimp: update to 2.10.34
  2023-05-06 19:53 [PR PATCH] gimp: update to 2.10.34 unknowncartridge
  2023-05-06 20:12 ` [PR REVIEW] " classabbyamp
  2023-05-07  1:02 ` [PR PATCH] [Updated] " unknowncartridge
@ 2023-05-08  5:08 ` biopsin
  2023-06-14 17:38 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 6+ messages in thread
From: biopsin @ 2023-05-08  5:08 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/43774#issuecomment-1537758691

Comment:
surpasses #42565

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

* Re: [PR PATCH] [Merged]: gimp: update to 2.10.34
  2023-05-06 19:53 [PR PATCH] gimp: update to 2.10.34 unknowncartridge
                   ` (2 preceding siblings ...)
  2023-05-08  5:08 ` biopsin
@ 2023-06-14 17:38 ` Duncaen
  3 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-06-14 17:38 UTC (permalink / raw)
  To: ml

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

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

gimp: update to 2.10.34
https://github.com/void-linux/void-packages/pull/43774

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl
  - i686
  - i686-musl
  - armv6l
  - armv6l-musl
  - aarch64
  - aarch64-musl
  - armv7l
  - armv7l-musl


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

* Re: [PR PATCH] [Updated] gimp: update to 2.10.34.
  2023-03-03 12:13 [PR PATCH] " biopsin
@ 2023-04-21  6:08 ` biopsin
  0 siblings, 0 replies; 6+ messages in thread
From: biopsin @ 2023-04-21  6:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by biopsin against master on the void-packages repository

https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/42565

gimp: update to 2.10.34.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl [OK]
  - armv7l []
  - armv6l-musl []



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

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

From 8480a454d8e0f2b0695f5e5b473055b38c0c1fe7 Mon Sep 17 00:00:00 2001
From: biopsin <60029989+biopsin@users.noreply.github.com>
Date: Fri, 3 Mar 2023 11:50:14 +0100
Subject: [PATCH] gimp: update to 2.10.34.

---
 srcpkgs/gimp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gimp/template b/srcpkgs/gimp/template
index 8e68f2403d8f..7eb36e143e5f 100644
--- a/srcpkgs/gimp/template
+++ b/srcpkgs/gimp/template
@@ -1,7 +1,7 @@
 # Template file for 'gimp'
 pkgname=gimp
-version=2.10.32
-revision=4
+version=2.10.34
+revision=1
 build_style=gnu-configure
 configure_args="--disable-check-update --datadir=/usr/share"
 hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool
@@ -19,7 +19,7 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-only"
 homepage="https://www.gimp.org"
 distfiles="https://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
-checksum=3f15c70554af5dcc1b46e6dc68f3d8f0a6cc9fe56b6d78ac08c0fd859ab89a25
+checksum=84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3
 python_version=2
 lib32disabled=yes
 no_generic_pkgconfig_link=yes

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

end of thread, other threads:[~2023-06-14 17:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-06 19:53 [PR PATCH] gimp: update to 2.10.34 unknowncartridge
2023-05-06 20:12 ` [PR REVIEW] " classabbyamp
2023-05-07  1:02 ` [PR PATCH] [Updated] " unknowncartridge
2023-05-08  5:08 ` biopsin
2023-06-14 17:38 ` [PR PATCH] [Merged]: " Duncaen
  -- strict thread matches above, loose matches on Subject: below --
2023-03-03 12:13 [PR PATCH] " biopsin
2023-04-21  6:08 ` [PR PATCH] [Updated] " biopsin

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).