Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] catfish: update to 4.16.4
@ 2022-09-06 11:01 clyhtsuriva
  2022-09-06 11:51 ` [PR PATCH] [Closed]: " sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: clyhtsuriva @ 2022-09-06 11:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages catfish-update
https://github.com/void-linux/void-packages/pull/39132

catfish: update to 4.16.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 53916f51098dfe565bf2665c7f3a1ad507b0bc87 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 6 Sep 2022 13:00:03 +0200
Subject: [PATCH] catfish: update to 4.16.4

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

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9c5170152d9c..d54ab7e229ae 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,7 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=4.16.3
-revision=2
+version=4.16.4
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
 depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
@@ -10,5 +10,6 @@ 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"
+changelog="https://gitlab.xfce.org/apps/catfish/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2"
-checksum=e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda
+checksum=6e5c01c534de7a8ce911965c4cd298c5b5d2079e0bc29c91b1e310c9884bb5fc

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

* Re: [PR PATCH] [Closed]: catfish: update to 4.16.4
  2022-09-06 11:01 [PR PATCH] catfish: update to 4.16.4 clyhtsuriva
@ 2022-09-06 11:51 ` sgn
  2022-09-06 14:24 ` clyhtsuriva
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-09-06 11:51 UTC (permalink / raw)
  To: ml

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

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

catfish: update to 4.16.4
https://github.com/void-linux/void-packages/pull/39132

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

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

<!--
#### 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
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

* Re: catfish: update to 4.16.4
  2022-09-06 11:01 [PR PATCH] catfish: update to 4.16.4 clyhtsuriva
  2022-09-06 11:51 ` [PR PATCH] [Closed]: " sgn
@ 2022-09-06 14:24 ` clyhtsuriva
  2022-09-06 14:37 ` sgn
  2022-09-06 14:41 ` clyhtsuriva
  3 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2022-09-06 14:24 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/39132#issuecomment-1238225399

Comment:
Hi, @sgn, why was this PR closed without any comments ?
I did 2 other ones that had issues and I didn't achieve to resolve them while keeping the branch and the PR open.
Hence, why I opened this final one that is working.

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

* Re: catfish: update to 4.16.4
  2022-09-06 11:01 [PR PATCH] catfish: update to 4.16.4 clyhtsuriva
  2022-09-06 11:51 ` [PR PATCH] [Closed]: " sgn
  2022-09-06 14:24 ` clyhtsuriva
@ 2022-09-06 14:37 ` sgn
  2022-09-06 14:41 ` clyhtsuriva
  3 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-09-06 14:37 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39132#issuecomment-1238243589

Comment:
I updated it without seeing your PR d3546e1898e74c96710b899efd482ef3101ab7b8

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

* Re: catfish: update to 4.16.4
  2022-09-06 11:01 [PR PATCH] catfish: update to 4.16.4 clyhtsuriva
                   ` (2 preceding siblings ...)
  2022-09-06 14:37 ` sgn
@ 2022-09-06 14:41 ` clyhtsuriva
  3 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2022-09-06 14:41 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/39132#issuecomment-1238248794

Comment:
@sgn For your information, classabbyamp added a changelog line in my first PR : https://github.com/void-linux/void-packages/pull/38975

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

* [PR PATCH] catfish: update to 4.16.4
@ 2022-09-06 10:44 clyhtsuriva
  0 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2022-09-06 10:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages catfish-update
https://github.com/void-linux/void-packages/pull/39130

catfish: update to 4.16.4
#### 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
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 0dda7b9e793da46cc008fb21b0863f8f5ce8c325 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 30 Aug 2022 05:03:09 +0200
Subject: [PATCH] catfish: update to 4.16.4

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

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9c5170152d9c..d54ab7e229ae 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,7 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=4.16.3
-revision=2
+version=4.16.4
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
 depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject
@@ -10,5 +10,6 @@ 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"
+changelog="https://gitlab.xfce.org/apps/catfish/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2"
-checksum=e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda
+checksum=6e5c01c534de7a8ce911965c4cd298c5b5d2079e0bc29c91b1e310c9884bb5fc

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

* [PR PATCH] catfish: update to 4.16.4
@ 2022-08-30  3:03 clyhtsuriva
  0 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2022-08-30  3:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages catfish-update
https://github.com/void-linux/void-packages/pull/38975

catfish: update to 4.16.4
#### 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
	- I crossbuilded this PR locally for these architectures:
	  - armv7l
  - armv6l
  - aarch64-musl

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

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

From c2ac0bad33b4a0a2bc710516c91d9429cad15386 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 30 Aug 2022 05:03:09 +0200
Subject: [PATCH] catfish: update to 4.16.4

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

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 9c5170152d9c..9bdd7e4779e5 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,7 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
-version=4.16.3
-revision=2
+version=4.16.4
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"
 depends="desktop-file-utils gtk+3 hicolor-icon-theme 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://archive.xfce.org/src/apps/catfish/${version%.*}/catfish-${version}.tar.bz2"
-checksum=e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda
+checksum=6e5c01c534de7a8ce911965c4cd298c5b5d2079e0bc29c91b1e310c9884bb5fc

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

end of thread, other threads:[~2022-09-06 14:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 11:01 [PR PATCH] catfish: update to 4.16.4 clyhtsuriva
2022-09-06 11:51 ` [PR PATCH] [Closed]: " sgn
2022-09-06 14:24 ` clyhtsuriva
2022-09-06 14:37 ` sgn
2022-09-06 14:41 ` clyhtsuriva
  -- strict thread matches above, loose matches on Subject: below --
2022-09-06 10:44 [PR PATCH] " clyhtsuriva
2022-08-30  3:03 clyhtsuriva

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