summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2007-09-29 10:12:57 +0000
committerRémi Cardona <remi@gentoo.org>2007-09-29 10:12:57 +0000
commit37ff2431eddba5daada5e7b9f36399d450ecab02 (patch)
tree8aa377a554d72aad380ce16aa6f299507c1f74b3 /gnome-extra/gcalctool/files
parentsparc stable wrt #191615 (diff)
downloadgentoo-2-37ff2431eddba5daada5e7b9f36399d450ecab02.tar.gz
gentoo-2-37ff2431eddba5daada5e7b9f36399d450ecab02.tar.bz2
gentoo-2-37ff2431eddba5daada5e7b9f36399d450ecab02.zip
gnome-extra/gcalctool: Fix compatibility with gtk+ 2.12 (bug #193701)
(Portage version: 2.1.3.10)
Diffstat (limited to 'gnome-extra/gcalctool/files')
-rw-r--r--gnome-extra/gcalctool/files/digest-gcalctool-5.9.14-r13
-rw-r--r--gnome-extra/gcalctool/files/gcalctool-5.9.14-gtk+-2.12.0-compat.patch14
2 files changed, 17 insertions, 0 deletions
diff --git a/gnome-extra/gcalctool/files/digest-gcalctool-5.9.14-r1 b/gnome-extra/gcalctool/files/digest-gcalctool-5.9.14-r1
new file mode 100644
index 000000000000..fc5f8de7dd8a
--- /dev/null
+++ b/gnome-extra/gcalctool/files/digest-gcalctool-5.9.14-r1
@@ -0,0 +1,3 @@
+MD5 dd51bc2fa9e53a3b6d7b3264e1059296 gcalctool-5.9.14.tar.bz2 1189518
+RMD160 a790a820c1b2e7321badc2ef3aef4f814159baac gcalctool-5.9.14.tar.bz2 1189518
+SHA256 f94a63f6860bfd3d868d8419de2a9d709381eeb44d8535565629525dbc9729c5 gcalctool-5.9.14.tar.bz2 1189518
diff --git a/gnome-extra/gcalctool/files/gcalctool-5.9.14-gtk+-2.12.0-compat.patch b/gnome-extra/gcalctool/files/gcalctool-5.9.14-gtk+-2.12.0-compat.patch
new file mode 100644
index 000000000000..ff134afee76c
--- /dev/null
+++ b/gnome-extra/gcalctool/files/gcalctool-5.9.14-gtk+-2.12.0-compat.patch
@@ -0,0 +1,14 @@
+--- gcalctool/Makefile.am.orig 2007-09-27 18:05:53.000000000 -0500
++++ gcalctool/Makefile.am 2007-09-27 18:06:10.000000000 -0500
+@@ -2,11 +2,6 @@
+
+ INCLUDES = \
+ -I$(includedir) \
+- -DG_DISABLE_DEPRECATED \
+- -DGDK_PIXBUF_DISABLE_DEPRECATED \
+- -DGDK_DISABLE_DEPRECATED \
+- -DGNOME_DISABLE_DEPRECATED \
+- -DGTK_DISABLE_DEPRECATED \
+ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
+ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+ -DPACKAGE_PIXMAP_DIR=\""$(prefix)/$(DATADIRNAME)/pixmaps"\" \