From c025212406c32984f62b94f6556775e56e64c544 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Sat, 02 Mar 2024 13:22:15 +0100
Subject: [PATCH] gthumb: update to 3.12.5

---
 components/image/gthumb/manifests/sample-manifest.p5m |    2 +-
 components/image/gthumb/Makefile                      |   12 +++++-------
 components/image/gthumb/pkg5                          |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/components/image/gthumb/Makefile b/components/image/gthumb/Makefile
index 19b9629..77e5315 100644
--- a/components/image/gthumb/Makefile
+++ b/components/image/gthumb/Makefile
@@ -14,18 +14,16 @@
 # Copyright 2023 Friedrich Kink
 #
 
-BUILD_STYLE=		meson
-
+BUILD_STYLE= meson
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         gthumb
-COMPONENT_VERSION=      3.12.4
-COMPONENT_REVISION=     1
+COMPONENT_VERSION=      3.12.5
 COMPONENT_SUMMARY=      GNOME image organizer (gthumb)
 COMPONENT_PROJECT_URL=  https://wiki.gnome.org/Apps/gthumb
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:add693ac0aeb9a30d829ba03a06208289d3f6868dc3b02573549e88190c794e8
+COMPONENT_ARCHIVE_HASH= sha256:f6385df45fe8c7262ec349e13f81512e90e99798dd2377932e4291d63359f3ab
 COMPONENT_ARCHIVE_URL=  https://download.gnome.org/sources/$(COMPONENT_NAME)/3.12/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=         image/viewer/gthumb
 COMPONENT_CLASSIFICATION=Applications/Graphics and Imaging
@@ -43,8 +41,8 @@
 CFLAGS += $(JPEG_CFLAGS)
 LDFLAGS += $(JPEG_LDFLAGS)
 
-CONFIGURE_OPTIONS += --sysconfdir=/etc
-CONFIGURE_OPTIONS += --libexecdir=/usr/lib
+CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
+CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
 
 CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
 
diff --git a/components/image/gthumb/manifests/sample-manifest.p5m b/components/image/gthumb/manifests/sample-manifest.p5m
index b91e6d1..dfffaa4 100644
--- a/components/image/gthumb/manifests/sample-manifest.p5m
+++ b/components/image/gthumb/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2023 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
diff --git a/components/image/gthumb/pkg5 b/components/image/gthumb/pkg5
index d08ea7c..ec5e8a1 100644
--- a/components/image/gthumb/pkg5
+++ b/components/image/gthumb/pkg5
@@ -35,4 +35,4 @@
         "image/viewer/gthumb"
     ],
     "name": "gthumb"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3