[packages/libgalago-gtk] Release 5 (by relup.sh)

arekm arekm at pld-linux.org
Sat Apr 4 01:39:17 CEST 2026


commit b69c17ae180aa7b5d09da318362467d1d4447481
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Apr 4 01:39:12 2026 +0200

    Release 5 (by relup.sh)

 libgalago-gtk.spec | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/libgalago-gtk.spec b/libgalago-gtk.spec
index 95a9564..71fea8c 100644
--- a/libgalago-gtk.spec
+++ b/libgalago-gtk.spec
@@ -2,7 +2,7 @@ Summary:	Galago GTK+ library
 Summary(pl.UTF-8):	Biblioteka Galago dla GTK+
 Name:		libgalago-gtk
 Version:	0.5.0
-Release:	3
+Release:	5
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://www.galago-project.org/files/releases/source/libgalago-gtk/%{name}-%{version}.tar.bz2
@@ -61,6 +61,16 @@ Statyczna biblioteka libgalago-gtk.
 %prep
 %setup -q
 
+# replace AM_GNU_GETTEXT macros with AM_GLIB_GNU_GETTEXT (glib variant)
+%{__sed} -i -e '/AM_GNU_GETTEXT_VERSION/d' -e 's/AM_GNU_GETTEXT$/AM_GLIB_GNU_GETTEXT/' configure.ac
+# remove bundled intl dir (not needed with glib-gettext)
+%{__sed} -i -e '/intl\/Makefile/d' configure.ac
+%{__sed} -i -e 's/ intl//' Makefile.am
+# disable BR_GTHREADS - uses removed GStaticPrivate GLib API
+%{__sed} -i -e 's/define BR_GTHREADS 1/define BR_GTHREADS 0/' libgalago-gtk/prefix.c
+# fix incompatible pointer type (GalagoCore* vs GalagoObject*)
+%{__sed} -i -e 's/GalagoObject \*core;/GalagoCore *core;/' libgalago-gtk/galago-gtk-service-combo-box.c
+
 %build
 cp /usr/share/gettext/config.rpath .
 %{__glib_gettextize}
@@ -70,7 +80,6 @@ cp /usr/share/gettext/config.rpath .
 %{__autoheader}
 %{__automake}
 %configure \
-	--enable-gtk-doc \
 	--with-html-dir=%{_gtkdocdir}
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgalago-gtk.git/commitdiff/b69c17ae180aa7b5d09da318362467d1d4447481



More information about the pld-cvs-commit mailing list