Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Yad
@ 2023-06-05  0:23 zen0bit
  2023-06-05  0:24 ` [PR PATCH] [Updated] Yad zen0bit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zen0bit @ 2023-06-05  0:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR yad
https://github.com/void-linux/void-packages/pull/44269

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 7a5ea807b7d0e7b13609ed95eb1a94ce4f063e88 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 20 Dec 2022 16:03:19 +0100
Subject: [PATCH 1/3] yad: update to 12.3

---
 srcpkgs/yad/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index a16f62311a4b..25b187b8d41f 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,6 +1,6 @@
 # Template file for 'yad'
 pkgname=yad
-version=12.0
+version=12.3
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
 changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS"
 distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
-checksum=65dbfa72a229f6cbd131470caf4f70fec98fe935a1436acb58c841fa2a8bddde
+checksum=794442b03cc22c64020f44511eb97400bae2dcb82883185399f6c6be6219c009
 
 pre_configure() {
 	autoreconf -ivf

From ad33ad750362ac34fda993f215ab6c7f155ef893 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 5 Jun 2023 02:20:51 +0200
Subject: [PATCH 2/3] Update template

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

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 25b187b8d41f..c4f760a50aa0 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,6 +1,6 @@
 # Template file for 'yad'
 pkgname=yad
-version=12.3
+version=13.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"

From 8030a96b9fea80eab75e4856b99e577493f257e3 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 5 Jun 2023 02:21:38 +0200
Subject: [PATCH 3/3] Update template

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

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index c4f760a50aa0..7563d196ee60 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
 changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS"
 distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
-checksum=794442b03cc22c64020f44511eb97400bae2dcb82883185399f6c6be6219c009
+checksum=194198c4a58e20ceffd9a3206633c3726d962d7d4219edb77aeb748897403e34
 
 pre_configure() {
 	autoreconf -ivf

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

* Re: [PR PATCH] [Updated] Yad
  2023-06-05  0:23 [PR PATCH] Yad zen0bit
@ 2023-06-05  0:24 ` zen0bit
  2023-06-05  0:26 ` zen0bit
  2023-06-09  0:15 ` [PR PATCH] [Merged]: yad: update to 13.0 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2023-06-05  0:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR yad
https://github.com/void-linux/void-packages/pull/44269

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 7a5ea807b7d0e7b13609ed95eb1a94ce4f063e88 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 20 Dec 2022 16:03:19 +0100
Subject: [PATCH 1/3] yad: update to 12.3

---
 srcpkgs/yad/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index a16f62311a4b..25b187b8d41f 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,6 +1,6 @@
 # Template file for 'yad'
 pkgname=yad
-version=12.0
+version=12.3
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
 changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS"
 distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
-checksum=65dbfa72a229f6cbd131470caf4f70fec98fe935a1436acb58c841fa2a8bddde
+checksum=794442b03cc22c64020f44511eb97400bae2dcb82883185399f6c6be6219c009
 
 pre_configure() {
 	autoreconf -ivf

From ad33ad750362ac34fda993f215ab6c7f155ef893 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 5 Jun 2023 02:20:51 +0200
Subject: [PATCH 2/3] Update template

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

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 25b187b8d41f..c4f760a50aa0 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,6 +1,6 @@
 # Template file for 'yad'
 pkgname=yad
-version=12.3
+version=13.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"

From 8030a96b9fea80eab75e4856b99e577493f257e3 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 5 Jun 2023 02:21:38 +0200
Subject: [PATCH 3/3] Update template

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

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index c4f760a50aa0..7563d196ee60 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
 changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS"
 distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
-checksum=794442b03cc22c64020f44511eb97400bae2dcb82883185399f6c6be6219c009
+checksum=194198c4a58e20ceffd9a3206633c3726d962d7d4219edb77aeb748897403e34
 
 pre_configure() {
 	autoreconf -ivf

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

* Re: [PR PATCH] [Updated] Yad
  2023-06-05  0:23 [PR PATCH] Yad zen0bit
  2023-06-05  0:24 ` [PR PATCH] [Updated] Yad zen0bit
@ 2023-06-05  0:26 ` zen0bit
  2023-06-09  0:15 ` [PR PATCH] [Merged]: yad: update to 13.0 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2023-06-05  0:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR yad
https://github.com/void-linux/void-packages/pull/44269

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 766cf19412b4920acf1dc0820dc0d6a34cf09cfd Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 5 Jun 2023 02:25:09 +0200
Subject: [PATCH] yad: update to 13.0

---
 srcpkgs/yad/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 25b187b8d41f..7563d196ee60 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,6 +1,6 @@
 # Template file for 'yad'
 pkgname=yad
-version=12.3
+version=13.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
 changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS"
 distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
-checksum=794442b03cc22c64020f44511eb97400bae2dcb82883185399f6c6be6219c009
+checksum=194198c4a58e20ceffd9a3206633c3726d962d7d4219edb77aeb748897403e34
 
 pre_configure() {
 	autoreconf -ivf

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

* Re: [PR PATCH] [Merged]: yad: update to 13.0
  2023-06-05  0:23 [PR PATCH] Yad zen0bit
  2023-06-05  0:24 ` [PR PATCH] [Updated] Yad zen0bit
  2023-06-05  0:26 ` zen0bit
@ 2023-06-09  0:15 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-09  0:15 UTC (permalink / raw)
  To: ml

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

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

yad: update to 13.0
https://github.com/void-linux/void-packages/pull/44269

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

end of thread, other threads:[~2023-06-09  0:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05  0:23 [PR PATCH] Yad zen0bit
2023-06-05  0:24 ` [PR PATCH] [Updated] Yad zen0bit
2023-06-05  0:26 ` zen0bit
2023-06-09  0:15 ` [PR PATCH] [Merged]: yad: update to 13.0 classabbyamp

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