[packages/libgnomeui] Rel 6
arekm
arekm at pld-linux.org
Sun Mar 15 01:58:10 CET 2026
commit 9b22c4e19ccdc58bd7d2987639fcdb282fdf8c6e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 01:58:04 2026 +0100
Rel 6
incompatible-pointer-types.patch | 11 +++++++++++
libgnomeui.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/libgnomeui.spec b/libgnomeui.spec
index af01169..50d1cd0 100644
--- a/libgnomeui.spec
+++ b/libgnomeui.spec
@@ -7,12 +7,13 @@ Summary: GNOME base GUI library
Summary(pl.UTF-8): Podstawowa biblioteka GUI GNOME
Name: libgnomeui
Version: 2.24.5
-Release: 5
+Release: 6
License: LGPL v2+
Group: X11/Libraries
Source0: https://download.gnome.org/sources/libgnomeui/2.24/%{name}-%{version}.tar.bz2
# Source0-md5: d4bb506b1916015323928faab5aa708b
Patch0: format-security.patch
+Patch1: incompatible-pointer-types.patch
URL: https://www.gnome.org/
BuildRequires: GConf2-devel >= 2.24.0
BuildRequires: autoconf >= 2.54
@@ -135,6 +136,7 @@ libgnomeui - przykładowe programy.
%prep
%setup -q
%patch -P0 -p1
+%patch -P1 -p1
iconv -f iso-8859-1 -t utf-8 libgnomeui/gnome-scores.h -o libgnomeui/gnome-scores.h
diff --git a/incompatible-pointer-types.patch b/incompatible-pointer-types.patch
new file mode 100644
index 0000000..ff0b421
--- /dev/null
+++ b/incompatible-pointer-types.patch
@@ -0,0 +1,11 @@
+--- libgnomeui-2.24.5/test-gnome/testgnome.c.orig 2011-01-31 14:57:07.000000000 +0000
++++ libgnomeui-2.24.5/test-gnome/testgnome.c 2026-03-15 00:00:00.000000000 +0000
+@@ -1021,7 +1021,7 @@
+ }
+
+ static void
+-create_app_helper (GtkWidget *widget, gpointer data)
++create_app_helper (void)
+ {
+ GtkWidget *app;
+ GtkWidget *vbox;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libgnomeui.git/commitdiff/9b22c4e19ccdc58bd7d2987639fcdb282fdf8c6e
More information about the pld-cvs-commit
mailing list