Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] geeqie: update to 2.3.
@ 2024-03-13 20:11 icp1994
  2024-03-13 20:38 ` [PR PATCH] [Updated] " icp1994
  2024-03-14 18:35 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-03-13 20:11 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/49276

geeqie: update to 2.3.
#### 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/49276.patch is attached

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

From 3537906282c628f1fd8c8379b6a8855ea65a34e9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 9 Mar 2024 02:02:55 +0530
Subject: [PATCH] geeqie: update to 2.3.

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

diff --git a/srcpkgs/geeqie/template b/srcpkgs/geeqie/template
index 7ce0381d350653..69d40ac1d7d8a8 100644
--- a/srcpkgs/geeqie/template
+++ b/srcpkgs/geeqie/template
@@ -1,6 +1,6 @@
 # Template file for 'geeqie'
 pkgname=geeqie
-version=2.2
+version=2.3
 revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext xxd gdk-pixbuf-devel glib-devel"
@@ -13,4 +13,5 @@ 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=f1b04622f9730eaff588f2751e34b75869453f1e3ab8e3b48cb70813312816ce
+checksum=1ea4a3429e6953e478b25a8a5c5d22b8978a6d11bc716b4744c5146e3dade577
+make_check="no" # unpackaged markdown-lint

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

* Re: [PR PATCH] [Updated] geeqie: update to 2.3.
  2024-03-13 20:11 [PR PATCH] geeqie: update to 2.3 icp1994
@ 2024-03-13 20:38 ` icp1994
  2024-03-14 18:35 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-03-13 20:38 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/49276

geeqie: update to 2.3.
#### 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/49276.patch is attached

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

From 9b81150c27ae9b31d26e6d403c453fbd83589bcd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Sat, 9 Mar 2024 02:02:55 +0530
Subject: [PATCH] geeqie: update to 2.3.

---
 srcpkgs/geeqie/patches/fix-musl.patch | 11 +++++++++++
 srcpkgs/geeqie/template               |  5 +++--
 2 files changed, 14 insertions(+), 2 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 00000000000000..374c5b2da622cb
--- /dev/null
+++ b/srcpkgs/geeqie/patches/fix-musl.patch
@@ -0,0 +1,11 @@
+--- a/src/misc.cc
++++ b/src/misc.cc
+@@ -22,6 +22,7 @@
+ 
+ #include <sys/stat.h>
+ #include <unistd.h>
++#include <locale.h>
+ 
+ #include <cstdio>
+ #include <cstdlib>
+
diff --git a/srcpkgs/geeqie/template b/srcpkgs/geeqie/template
index 7ce0381d350653..69d40ac1d7d8a8 100644
--- a/srcpkgs/geeqie/template
+++ b/srcpkgs/geeqie/template
@@ -1,6 +1,6 @@
 # Template file for 'geeqie'
 pkgname=geeqie
-version=2.2
+version=2.3
 revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext xxd gdk-pixbuf-devel glib-devel"
@@ -13,4 +13,5 @@ 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=f1b04622f9730eaff588f2751e34b75869453f1e3ab8e3b48cb70813312816ce
+checksum=1ea4a3429e6953e478b25a8a5c5d22b8978a6d11bc716b4744c5146e3dade577
+make_check="no" # unpackaged markdown-lint

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

* Re: [PR PATCH] [Merged]: geeqie: update to 2.3.
  2024-03-13 20:11 [PR PATCH] geeqie: update to 2.3 icp1994
  2024-03-13 20:38 ` [PR PATCH] [Updated] " icp1994
@ 2024-03-14 18:35 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-03-14 18:35 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.3.
https://github.com/void-linux/void-packages/pull/49276

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] 3+ messages in thread

end of thread, other threads:[~2024-03-14 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 20:11 [PR PATCH] geeqie: update to 2.3 icp1994
2024-03-13 20:38 ` [PR PATCH] [Updated] " icp1994
2024-03-14 18:35 ` [PR PATCH] [Merged]: " cinerea0

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