Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] geeqie: update to 2.1.
@ 2023-06-18 19:24 icp1994
  2023-06-18 19:55 ` [PR PATCH] [Updated] " icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-06-18 19:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages geeqie
https://github.com/void-linux/void-packages/pull/44511

geeqie: update to 2.1.
#### 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**

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

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

From 3590cbd73c11ba461f4ee75394a536f08e7468cc Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Jun 2023 19:14:37 +0530
Subject: [PATCH] geeqie: update to 2.1.

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

diff --git a/srcpkgs/geeqie/template b/srcpkgs/geeqie/template
index 0f199ffb7c38..b5f958f854c1 100644
--- a/srcpkgs/geeqie/template
+++ b/srcpkgs/geeqie/template
@@ -1,7 +1,7 @@
 # Template file for 'geeqie'
 pkgname=geeqie
-version=2.0.1
-revision=2
+version=2.1
+revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext xxd gdk-pixbuf-devel glib-devel"
 makedepends="gtk+3-devel glib-devel lcms2-devel exiv2-devel libheif-devel
@@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
 homepage="https://www.geeqie.org"
 changelog="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/NEWS"
 distfiles="https://github.com/BestImageViewer/geeqie/archive/refs/tags/v${version}.tar.gz"
-checksum=6d87004a21b91afb7ea9eac3624fc37f5ccf1818fd40f567f8c7d1b5cbc2a6c7
+checksum=61edff10540bcee01af7ff0dbc3658c99c2e27854a7dc2915b44624ec39b8744

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

* Re: [PR PATCH] [Updated] geeqie: update to 2.1.
  2023-06-18 19:24 [PR PATCH] geeqie: update to 2.1 icp1994
@ 2023-06-18 19:55 ` icp1994
  2023-06-18 20:01 ` icp1994
  2023-06-19 19:07 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-06-18 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages geeqie
https://github.com/void-linux/void-packages/pull/44511

geeqie: update to 2.1.
#### 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**

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

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

From 5625b3095bc0943a06e4f703d34fee867b1ea647 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Jun 2023 19:14:37 +0530
Subject: [PATCH] geeqie: update to 2.1.

---
 srcpkgs/geeqie/patches/fix-musl.potch | 22 ++++++++++++++++++++++
 srcpkgs/geeqie/template               |  6 +++---
 2 files changed, 25 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/geeqie/patches/fix-musl.potch

diff --git a/srcpkgs/geeqie/patches/fix-musl.potch b/srcpkgs/geeqie/patches/fix-musl.potch
new file mode 100644
index 000000000000..9a21dd6334f6
--- /dev/null
+++ b/srcpkgs/geeqie/patches/fix-musl.potch
@@ -0,0 +1,22 @@
+From 01d8762d45a2f3871cfd09176edbccdbe73a6767 Mon Sep 17 00:00:00 2001
+From: Thomas Klausner <wiz@gatalith.at>
+Date: Sat, 17 Jun 2023 18:47:28 +0200
+Subject: [PATCH] Add missing header for setlocale().
+
+---
+ src/misc.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/misc.cc b/src/misc.cc
+index 9942605c..a2ad3eb6 100644
+--- a/src/misc.cc
++++ b/src/misc.cc
+@@ -18,6 +18,8 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
++#include <locale.h>
++
+ #include "main.h"
+ #include "misc.h"
+ 
diff --git a/srcpkgs/geeqie/template b/srcpkgs/geeqie/template
index 0f199ffb7c38..b5f958f854c1 100644
--- a/srcpkgs/geeqie/template
+++ b/srcpkgs/geeqie/template
@@ -1,7 +1,7 @@
 # Template file for 'geeqie'
 pkgname=geeqie
-version=2.0.1
-revision=2
+version=2.1
+revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext xxd gdk-pixbuf-devel glib-devel"
 makedepends="gtk+3-devel glib-devel lcms2-devel exiv2-devel libheif-devel
@@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
 homepage="https://www.geeqie.org"
 changelog="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/NEWS"
 distfiles="https://github.com/BestImageViewer/geeqie/archive/refs/tags/v${version}.tar.gz"
-checksum=6d87004a21b91afb7ea9eac3624fc37f5ccf1818fd40f567f8c7d1b5cbc2a6c7
+checksum=61edff10540bcee01af7ff0dbc3658c99c2e27854a7dc2915b44624ec39b8744

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

* Re: [PR PATCH] [Updated] geeqie: update to 2.1.
  2023-06-18 19:24 [PR PATCH] geeqie: update to 2.1 icp1994
  2023-06-18 19:55 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-18 20:01 ` icp1994
  2023-06-19 19:07 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-06-18 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages geeqie
https://github.com/void-linux/void-packages/pull/44511

geeqie: update to 2.1.
#### 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**

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

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

From 264f81afde08fbbcd127b0bd9380ba296932fc38 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 17 Jun 2023 19:14:37 +0530
Subject: [PATCH] geeqie: update to 2.1.

---
 srcpkgs/geeqie/patches/fix-musl.patch | 22 ++++++++++++++++++++++
 srcpkgs/geeqie/template               |  6 +++---
 2 files changed, 25 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/geeqie/patches/fix-musl.patch

diff --git a/srcpkgs/geeqie/patches/fix-musl.patch b/srcpkgs/geeqie/patches/fix-musl.patch
new file mode 100644
index 000000000000..9a21dd6334f6
--- /dev/null
+++ b/srcpkgs/geeqie/patches/fix-musl.patch
@@ -0,0 +1,22 @@
+From 01d8762d45a2f3871cfd09176edbccdbe73a6767 Mon Sep 17 00:00:00 2001
+From: Thomas Klausner <wiz@gatalith.at>
+Date: Sat, 17 Jun 2023 18:47:28 +0200
+Subject: [PATCH] Add missing header for setlocale().
+
+---
+ src/misc.cc | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/misc.cc b/src/misc.cc
+index 9942605c..a2ad3eb6 100644
+--- a/src/misc.cc
++++ b/src/misc.cc
+@@ -18,6 +18,8 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
++#include <locale.h>
++
+ #include "main.h"
+ #include "misc.h"
+ 
diff --git a/srcpkgs/geeqie/template b/srcpkgs/geeqie/template
index 0f199ffb7c38..b5f958f854c1 100644
--- a/srcpkgs/geeqie/template
+++ b/srcpkgs/geeqie/template
@@ -1,7 +1,7 @@
 # Template file for 'geeqie'
 pkgname=geeqie
-version=2.0.1
-revision=2
+version=2.1
+revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext xxd gdk-pixbuf-devel glib-devel"
 makedepends="gtk+3-devel glib-devel lcms2-devel exiv2-devel libheif-devel
@@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
 homepage="https://www.geeqie.org"
 changelog="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/NEWS"
 distfiles="https://github.com/BestImageViewer/geeqie/archive/refs/tags/v${version}.tar.gz"
-checksum=6d87004a21b91afb7ea9eac3624fc37f5ccf1818fd40f567f8c7d1b5cbc2a6c7
+checksum=61edff10540bcee01af7ff0dbc3658c99c2e27854a7dc2915b44624ec39b8744

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

* Re: [PR PATCH] [Merged]: geeqie: update to 2.1.
  2023-06-18 19:24 [PR PATCH] geeqie: update to 2.1 icp1994
  2023-06-18 19:55 ` [PR PATCH] [Updated] " icp1994
  2023-06-18 20:01 ` icp1994
@ 2023-06-19 19:07 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-19 19:07 UTC (permalink / raw)
  To: ml

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

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

geeqie: update to 2.1.
https://github.com/void-linux/void-packages/pull/44511

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**

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

end of thread, other threads:[~2023-06-19 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-18 19:24 [PR PATCH] geeqie: update to 2.1 icp1994
2023-06-18 19:55 ` [PR PATCH] [Updated] " icp1994
2023-06-18 20:01 ` icp1994
2023-06-19 19:07 ` [PR PATCH] [Merged]: " Duncaen

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