summaryrefslogtreecommitdiffstats
path: root/testing/nemo/stop-gtk-stock-deprecated-errors-for-gtk-3.10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nemo/stop-gtk-stock-deprecated-errors-for-gtk-3.10.patch')
-rw-r--r--testing/nemo/stop-gtk-stock-deprecated-errors-for-gtk-3.10.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/nemo/stop-gtk-stock-deprecated-errors-for-gtk-3.10.patch b/testing/nemo/stop-gtk-stock-deprecated-errors-for-gtk-3.10.patch
new file mode 100644
index 000000000..f093d9656
--- /dev/null
+++ b/testing/nemo/stop-gtk-stock-deprecated-errors-for-gtk-3.10.patch
@@ -0,0 +1,24 @@
+From ec95b5461c3e88e96e1049ef2650a28d347c13ba Mon Sep 17 00:00:00 2001
+From: leigh123linux <leigh123linux@fedoraproject.org>
+Date: Sat, 2 Nov 2013 22:29:35 +0000
+Subject: [PATCH] Stop GTK_STOCK deprecated errors for gtk-3.10
+
+---
+ configure.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index 0e7498e..557b6c6 100644
+--- a/configure.in
++++ b/configure.in
+@@ -296,7 +296,6 @@ PKG_CHECK_MODULES(NEMO, [
+ AC_SUBST(NEMO_CFLAGS)
+ AC_SUBST(NEMO_LIBS)
+
+-DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
+ AC_SUBST(DISABLE_DEPRECATED_CFLAGS)
+
+ dnl Multimedia keys
+--
+1.8.5.1
+