Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] catfish: update to 4.15.0.
@ 2020-11-14 19:17 ericonr
  2020-11-15  2:42 ` [PR PATCH] [Updated] " ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: ericonr @ 2020-11-14 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages catfish
https://github.com/void-linux/void-packages/pull/26382

catfish: update to 4.15.0.
Fixes #26379 

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

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

From 24b528f7e31752af70c26cd9903be884af511866 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 16:17:22 -0300
Subject: [PATCH] catfish: update to 4.15.0.

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

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..f6248e3c673 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,7 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
+version=4.15.0
+revision=1
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
 distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+checksum=fcfee1e2088412efd0cad4d25449c504f4e6699de324e06b6ddced9f3c7fcd9d

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

* Re: [PR PATCH] [Updated] catfish: update to 4.15.0.
  2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
@ 2020-11-15  2:42 ` ericonr
  2020-11-15  2:45 ` ericonr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-15  2:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages catfish
https://github.com/void-linux/void-packages/pull/26382

catfish: update to 4.15.0.
Fixes #26379 

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

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

From 280b43616188b9c6ed3875fa8142efd34c42a6b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 16:17:22 -0300
Subject: [PATCH 1/2] catfish: update to 4.15.0, add xfconf to depends.

---
 srcpkgs/catfish/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..a5839de3158 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,14 +1,15 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
+version=4.15.0
+revision=1
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
-depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
+depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
+ python3-pexpect python3-dbus xfconf"
 short_desc="Versatile file searching tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
 distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+checksum=fcfee1e2088412efd0cad4d25449c504f4e6699de324e06b6ddced9f3c7fcd9d

From dd07040932df25b28dac0f15a201bb15f8e72815 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 23:40:22 -0300
Subject: [PATCH 2/2] xfconf: update to 4.15.1, enable introspection.

Introspection is necessary for catfish.
---
 srcpkgs/xfconf/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template
index 3d296110043..b74f75c9f6a 100644
--- a/srcpkgs/xfconf/template
+++ b/srcpkgs/xfconf/template
@@ -1,7 +1,8 @@
 # Template file for 'xfconf'
 pkgname=xfconf
-version=4.14.3
+version=4.15.1
 revision=1
+build_helper=gir
 build_style=gnu-configure
 configure_args="--enable-gsettings-backend
  $(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
@@ -12,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.0-only"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
+checksum=80a65029bf8f7e52b53ef38b879eb4786421283867c7ce1d22a4ebcfb8b0ecf7
 build_options="perl"
 
 xfconf-devel_package() {

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

* Re: [PR PATCH] [Updated] catfish: update to 4.15.0.
  2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
  2020-11-15  2:42 ` [PR PATCH] [Updated] " ericonr
@ 2020-11-15  2:45 ` ericonr
  2020-11-15  2:54 ` ericonr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-15  2:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages catfish
https://github.com/void-linux/void-packages/pull/26382

catfish: update to 4.15.0.
Fixes #26379 

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

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

From 25d30d4dff398388cd7f79f1dca83e071acde228 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 23:40:22 -0300
Subject: [PATCH 1/2] xfconf: update to 4.15.1, enable introspection.

Introspection is necessary for catfish.
---
 srcpkgs/xfconf/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template
index 3d296110043..b74f75c9f6a 100644
--- a/srcpkgs/xfconf/template
+++ b/srcpkgs/xfconf/template
@@ -1,7 +1,8 @@
 # Template file for 'xfconf'
 pkgname=xfconf
-version=4.14.3
+version=4.15.1
 revision=1
+build_helper=gir
 build_style=gnu-configure
 configure_args="--enable-gsettings-backend
  $(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
@@ -12,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.0-only"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
+checksum=80a65029bf8f7e52b53ef38b879eb4786421283867c7ce1d22a4ebcfb8b0ecf7
 build_options="perl"
 
 xfconf-devel_package() {

From b3ca2b87bc4f558ace88dd782d8ba8e3dbd3e92e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 16:17:22 -0300
Subject: [PATCH 2/2] catfish: update to 4.15.0, add xfconf to depends.

---
 srcpkgs/catfish/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..a5839de3158 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,14 +1,15 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
+version=4.15.0
+revision=1
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
-depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
+depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
+ python3-pexpect python3-dbus xfconf"
 short_desc="Versatile file searching tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
 distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+checksum=fcfee1e2088412efd0cad4d25449c504f4e6699de324e06b6ddced9f3c7fcd9d

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

* Re: [PR PATCH] [Updated] catfish: update to 4.15.0.
  2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
  2020-11-15  2:42 ` [PR PATCH] [Updated] " ericonr
  2020-11-15  2:45 ` ericonr
@ 2020-11-15  2:54 ` ericonr
  2020-11-15  5:00 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-15  2:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages catfish
https://github.com/void-linux/void-packages/pull/26382

catfish: update to 4.15.0.
Fixes #26379 

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

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

From 85128d7943a0652099042a1cfe061ca002c5f367 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 23:40:22 -0300
Subject: [PATCH 1/2] xfconf: update to 4.15.1, enable introspection and vala.

Introspection is necessary for catfish.
---
 srcpkgs/xfconf/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template
index 3d296110043..6f1ab6a52aa 100644
--- a/srcpkgs/xfconf/template
+++ b/srcpkgs/xfconf/template
@@ -1,18 +1,20 @@
 # Template file for 'xfconf'
 pkgname=xfconf
-version=4.14.3
+version=4.15.1
 revision=1
+build_helper=gir
 build_style=gnu-configure
 configure_args="--enable-gsettings-backend
  $(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
-hostmakedepends="pkg-config intltool glib-devel"
-makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
+hostmakedepends="pkg-config intltool glib-devel vala-devel"
+makedepends="libxfce4util-devel vala-devel
+$(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
 short_desc="Xfce hierarchical (tree-like) configuration system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.0-only"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
+checksum=80a65029bf8f7e52b53ef38b879eb4786421283867c7ce1d22a4ebcfb8b0ecf7
 build_options="perl"
 
 xfconf-devel_package() {

From d2549a62e4f53bb8e3cd29fb478f6af3794421ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 16:17:22 -0300
Subject: [PATCH 2/2] catfish: update to 4.15.0, add xfconf to depends.

---
 srcpkgs/catfish/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..a5839de3158 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,14 +1,15 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
+version=4.15.0
+revision=1
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
-depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
+depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
+ python3-pexpect python3-dbus xfconf"
 short_desc="Versatile file searching tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
 distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+checksum=fcfee1e2088412efd0cad4d25449c504f4e6699de324e06b6ddced9f3c7fcd9d

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

* Re: [PR PATCH] [Updated] catfish: update to 4.15.0.
  2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
                   ` (2 preceding siblings ...)
  2020-11-15  2:54 ` ericonr
@ 2020-11-15  5:00 ` ericonr
  2020-11-15  5:01 ` ericonr
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-15  5:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages catfish
https://github.com/void-linux/void-packages/pull/26382

catfish: update to 4.15.0.
Fixes #26379 

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

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

From 31c65a22d6211644c3f6221de2b6e4dd510797e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 23:40:22 -0300
Subject: [PATCH 1/2] xfconf: update to 4.14.4, enable introspection and vala.

Introspection is necessary for catfish.
---
 srcpkgs/xfconf/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template
index 3d296110043..a53f9d7e21e 100644
--- a/srcpkgs/xfconf/template
+++ b/srcpkgs/xfconf/template
@@ -1,18 +1,21 @@
 # Template file for 'xfconf'
 pkgname=xfconf
-version=4.14.3
+version=4.14.4
 revision=1
+build_helper=gir
 build_style=gnu-configure
 configure_args="--enable-gsettings-backend
  $(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
-hostmakedepends="pkg-config intltool glib-devel"
-makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
+hostmakedepends="pkg-config intltool glib-devel vala-devel"
+makedepends="libxfce4util-devel vala-devel
+$(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
 short_desc="Xfce hierarchical (tree-like) configuration system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.0-only"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
+checksum=cc37622eece51ed8905dfaad6f77b3c24662f41881545eb0142110f347ba5f73
+# XXX: perl bindings will be removed in >=4.15
 build_options="perl"
 
 xfconf-devel_package() {

From 1da832e9fdf1f88a29bd887e89c858d85fe886c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 16:17:22 -0300
Subject: [PATCH 2/2] catfish: update to 4.15.0, add xfconf to depends.

Also update distfile location.
---
 srcpkgs/catfish/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..7d8436031a7 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,14 +1,15 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
+version=4.15.0
+revision=1
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
-depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
+depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
+ python3-pexpect python3-dbus xfconf"
 short_desc="Versatile file searching tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
-distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+distfiles="https://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2"
+checksum=fcfee1e2088412efd0cad4d25449c504f4e6699de324e06b6ddced9f3c7fcd9d

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

* Re: [PR PATCH] [Updated] catfish: update to 4.15.0.
  2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
                   ` (3 preceding siblings ...)
  2020-11-15  5:00 ` ericonr
@ 2020-11-15  5:01 ` ericonr
  2020-11-15  5:08 ` ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-15  5:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages catfish
https://github.com/void-linux/void-packages/pull/26382

catfish: update to 4.15.0.
Fixes #26379 

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

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

From 31c65a22d6211644c3f6221de2b6e4dd510797e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 23:40:22 -0300
Subject: [PATCH 1/2] xfconf: update to 4.14.4, enable introspection and vala.

Introspection is necessary for catfish.
---
 srcpkgs/xfconf/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template
index 3d296110043..a53f9d7e21e 100644
--- a/srcpkgs/xfconf/template
+++ b/srcpkgs/xfconf/template
@@ -1,18 +1,21 @@
 # Template file for 'xfconf'
 pkgname=xfconf
-version=4.14.3
+version=4.14.4
 revision=1
+build_helper=gir
 build_style=gnu-configure
 configure_args="--enable-gsettings-backend
  $(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
-hostmakedepends="pkg-config intltool glib-devel"
-makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
+hostmakedepends="pkg-config intltool glib-devel vala-devel"
+makedepends="libxfce4util-devel vala-devel
+$(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
 short_desc="Xfce hierarchical (tree-like) configuration system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.0-only"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
+checksum=cc37622eece51ed8905dfaad6f77b3c24662f41881545eb0142110f347ba5f73
+# XXX: perl bindings will be removed in >=4.15
 build_options="perl"
 
 xfconf-devel_package() {

From 1e6706c81cc677d81e97adaa65c4c166f25032d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 16:17:22 -0300
Subject: [PATCH 2/2] catfish: update to 4.15.0, add xfconf to depends.

Also update distfile location.

Fixes #26379 - Python incompatibility
---
 srcpkgs/catfish/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..7d8436031a7 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,14 +1,15 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
+version=4.15.0
+revision=1
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
-depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
+depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
+ python3-pexpect python3-dbus xfconf"
 short_desc="Versatile file searching tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
-distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+distfiles="https://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2"
+checksum=fcfee1e2088412efd0cad4d25449c504f4e6699de324e06b6ddced9f3c7fcd9d

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

* Re: [PR PATCH] [Updated] catfish: update to 4.15.0.
  2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
                   ` (4 preceding siblings ...)
  2020-11-15  5:01 ` ericonr
@ 2020-11-15  5:08 ` ericonr
  2020-11-15  5:46 ` ericonr
  2020-11-15  6:46 ` [PR PATCH] [Closed]: " sgn
  7 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-15  5:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages catfish
https://github.com/void-linux/void-packages/pull/26382

catfish: update to 4.15.0.
Fixes #26379 

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

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

From 31c65a22d6211644c3f6221de2b6e4dd510797e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 23:40:22 -0300
Subject: [PATCH 1/2] xfconf: update to 4.14.4, enable introspection and vala.

Introspection is necessary for catfish.
---
 srcpkgs/xfconf/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template
index 3d296110043..a53f9d7e21e 100644
--- a/srcpkgs/xfconf/template
+++ b/srcpkgs/xfconf/template
@@ -1,18 +1,21 @@
 # Template file for 'xfconf'
 pkgname=xfconf
-version=4.14.3
+version=4.14.4
 revision=1
+build_helper=gir
 build_style=gnu-configure
 configure_args="--enable-gsettings-backend
  $(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
-hostmakedepends="pkg-config intltool glib-devel"
-makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
+hostmakedepends="pkg-config intltool glib-devel vala-devel"
+makedepends="libxfce4util-devel vala-devel
+$(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
 short_desc="Xfce hierarchical (tree-like) configuration system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.0-only"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
+checksum=cc37622eece51ed8905dfaad6f77b3c24662f41881545eb0142110f347ba5f73
+# XXX: perl bindings will be removed in >=4.15
 build_options="perl"
 
 xfconf-devel_package() {

From 4e389ffd9a932806c712647208b3e3eee355cdfc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 16:17:22 -0300
Subject: [PATCH 2/2] catfish: update to 4.15.0, add xfconf to depends.

Also change distfile location.

Fixes #26379 - Python incompatibility
---
 srcpkgs/catfish/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..d07a83d55e1 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,14 +1,14 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
-wrksrc="catfish-catfish-${version}"
+version=4.15.0
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
-depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
+depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
+ python3-pexpect python3-dbus xfconf"
 short_desc="Versatile file searching tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
-distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+distfiles="https://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2"
+checksum=cefc43d091c719690d0c4ad259a757c89038ccdf290626674f54b1b1ea9cefbe

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

* Re: [PR PATCH] [Updated] catfish: update to 4.15.0.
  2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
                   ` (5 preceding siblings ...)
  2020-11-15  5:08 ` ericonr
@ 2020-11-15  5:46 ` ericonr
  2020-11-15  6:46 ` [PR PATCH] [Closed]: " sgn
  7 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-15  5:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages catfish
https://github.com/void-linux/void-packages/pull/26382

catfish: update to 4.15.0.
Fixes #26379 

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

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

From 2c688dadb0b8c230fb63f7bbe2e78c0c0889764b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 23:40:22 -0300
Subject: [PATCH 1/2] xfconf: update to 4.14.4, enable introspection and vala.

Introspection is necessary for catfish.

Part of the changes done by @sgn.
---
 srcpkgs/xfconf/template | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xfconf/template b/srcpkgs/xfconf/template
index 3d296110043..11d8c8925d9 100644
--- a/srcpkgs/xfconf/template
+++ b/srcpkgs/xfconf/template
@@ -1,19 +1,23 @@
 # Template file for 'xfconf'
 pkgname=xfconf
-version=4.14.3
+version=4.14.4
 revision=1
+build_helper=gir
 build_style=gnu-configure
 configure_args="--enable-gsettings-backend
  $(vopt_enable perl 'perl-bindings --with-perl-options=INSTALLDIRS=vendor')"
-hostmakedepends="pkg-config intltool glib-devel"
-makedepends="libxfce4util-devel $(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
+hostmakedepends="pkg-config intltool glib-devel vala-devel"
+makedepends="libxfce4util-devel vala-devel
+$(vopt_if perl 'perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib')"
 short_desc="Xfce hierarchical (tree-like) configuration system"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, LGPL-2.0-only"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/xfconf/${version%.*}/$pkgname-$version.tar.bz2"
-checksum=589052a0efc6151c5fb5f438da463502a4fd91848cae7b9376d417be4c5a0c02
-build_options="perl"
+checksum=cc37622eece51ed8905dfaad6f77b3c24662f41881545eb0142110f347ba5f73
+# XXX: perl bindings will be removed in >=4.15
+build_options="perl gir"
+build_options_default="gir"
 
 xfconf-devel_package() {
 	depends="dbus-glib-devel ${sourcepkg}>=${version}_${revision}"
@@ -23,5 +27,9 @@ xfconf-devel_package() {
 		vmove usr/lib/*.so
 		vmove usr/lib/pkgconfig
 		vmove usr/share/gtk-doc
+		if [ "$build_option_gir" ]; then
+			vmove usr/share/vala
+			vmove usr/share/gir-1.0
+		fi
 	}
 }

From d140106e18bc9dfec2a5d5380f2b0f5f01b9631a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 14 Nov 2020 16:17:22 -0300
Subject: [PATCH 2/2] catfish: update to 4.15.0, add xfconf to depends.

Also change distfile location.

Fixes #26379 - Python incompatibility
---
 srcpkgs/catfish/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..d07a83d55e1 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,14 +1,14 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
-wrksrc="catfish-catfish-${version}"
+version=4.15.0
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
-depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus"
+depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
+ python3-pexpect python3-dbus xfconf"
 short_desc="Versatile file searching tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
-distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+distfiles="https://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2"
+checksum=cefc43d091c719690d0c4ad259a757c89038ccdf290626674f54b1b1ea9cefbe

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

* Re: [PR PATCH] [Closed]: catfish: update to 4.15.0.
  2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
                   ` (6 preceding siblings ...)
  2020-11-15  5:46 ` ericonr
@ 2020-11-15  6:46 ` sgn
  7 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2020-11-15  6:46 UTC (permalink / raw)
  To: ml

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

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

catfish: update to 4.15.0.
https://github.com/void-linux/void-packages/pull/26382

Description:
Fixes #26379 

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

* [PR PATCH] catfish: update to 4.15.0
@ 2020-11-02  2:55 ndowens
  0 siblings, 0 replies; 10+ messages in thread
From: ndowens @ 2020-11-02  2:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages catfish
https://github.com/void-linux/void-packages/pull/26074

catfish: update to 4.15.0


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

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

From a27b23573ab36e3b630675f18df6c73c2c819809 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 20:55:04 -0600
Subject: [PATCH] catfish: update to 4.15.0

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

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9eeb322b2e0..f6248e3c673 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,7 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=1.4.13
-revision=3
+version=4.15.0
+revision=1
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
@@ -11,4 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/catfish/start"
 distfiles="https://github.com/xfce-mirror/catfish/archive/catfish-${version}.tar.gz"
-checksum=8a061cf446e5d5c2a9d334e2d53bab47984253a7e771c7bd51fbdfdf5d955484
+checksum=fcfee1e2088412efd0cad4d25449c504f4e6699de324e06b6ddced9f3c7fcd9d

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

end of thread, other threads:[~2020-11-15  6:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 19:17 [PR PATCH] catfish: update to 4.15.0 ericonr
2020-11-15  2:42 ` [PR PATCH] [Updated] " ericonr
2020-11-15  2:45 ` ericonr
2020-11-15  2:54 ` ericonr
2020-11-15  5:00 ` ericonr
2020-11-15  5:01 ` ericonr
2020-11-15  5:08 ` ericonr
2020-11-15  5:46 ` ericonr
2020-11-15  6:46 ` [PR PATCH] [Closed]: " sgn
  -- strict thread matches above, loose matches on Subject: below --
2020-11-02  2:55 [PR PATCH] " ndowens

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