Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] catfish: update to 4.15.0.
Date: Sun, 15 Nov 2020 03:42:19 +0100	[thread overview]
Message-ID: <20201115024219.kwrRrYa8t6DAnYL-zQuP-sX2pYa2PBaKCMShbqVngyc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26382@inbox.vuxu.org>

[-- 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() {

  reply	other threads:[~2020-11-15  2:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-14 19:17 [PR PATCH] " ericonr
2020-11-15  2:42 ` ericonr [this message]
2020-11-15  2:45 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201115024219.kwrRrYa8t6DAnYL-zQuP-sX2pYa2PBaKCMShbqVngyc@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).