From 9acce2f516845023a316c94b992a889bc6e3cd42 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Fri, 23 Dec 2016 16:56:52 +0100 Subject: [PATCH] media-gfx/gnome-raw-thumbnailer: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/3223 --- ...e-raw-thumbnailer-0.99.1-drop-libgsf.patch | 32 ----------------- ...nome-raw-thumbnailer-0.99.1-make-382.patch | 34 ------------------- 2 files changed, 66 deletions(-) delete mode 100644 media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-drop-libgsf.patch delete mode 100644 media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-make-382.patch diff --git a/media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-drop-libgsf.patch b/media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-drop-libgsf.patch deleted file mode 100644 index 33cf2c65898d..000000000000 --- a/media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-drop-libgsf.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -17,9 +17,9 @@ - - SCROLLKEEPER_REQUIRED=0.1.4 - --PKG_CHECK_MODULES(GSF, gnome-vfs-2.0 libgsf-gnome-1 gdk-pixbuf-2.0) --AC_SUBST(GSF_CFLAGS) --AC_SUBST(GSF_LIBS) -+PKG_CHECK_MODULES(GNOME, gnome-vfs-2.0 gdk-pixbuf-2.0) -+AC_SUBST(GNOME_CFLAGS) -+AC_SUBST(GNOME_LIBS) - - PKG_CHECK_MODULES(OPENRAW, libopenraw-gnome-1.0 >= 0.0.4) - AC_SUBST(OPENRAW_CFLAGS) ---- src/Makefile.am -+++ src/Makefile.am -@@ -2,7 +2,7 @@ - - - INCLUDES = -I$(top_srcdir) \ -- $(GSF_CFLAGS) \ -+ $(GNOME_CFLAGS) \ - $(OPENRAW_CFLAGS) \ - -DG_LOG_DOMAIN=\"raw-thumbnailer\" \ - -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -@@ -15,4 +15,4 @@ - - raw_thumbnailer_SOURCES = raw-thumbnailer.c - --raw_thumbnailer_LDADD = $(GSF_LIBS) $(OPENRAW_LIBS) $(INTLLIBS) -+raw_thumbnailer_LDADD = $(GNOME_LIBS) $(OPENRAW_LIBS) $(INTLLIBS) diff --git a/media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-make-382.patch b/media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-make-382.patch deleted file mode 100644 index 411198977261..000000000000 --- a/media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-make-382.patch +++ /dev/null @@ -1,34 +0,0 @@ -http://bugs.gentoo.org/333715 - ---- data/Makefile.am -+++ data/Makefile.am -@@ -20,11 +20,11 @@ - - install-data-local: $(schema_DATA) - if GCONF_SCHEMAS_INSTALL -- if test -z "$(DESTDIR)" ; then \ -- for p in $^ ; do \ -- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \ -- done \ -- fi -+ if test -z "$(DESTDIR)" ; then \ -+ for p in $^ ; do \ -+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \ -+ done \ -+ fi - endif - - EXTRA_DIST = \ -@@ -34,8 +34,8 @@ - raw-thumbnailer.xml - - CLEANFILES = \ -- $(generated_schema_in_files) \ -- $(schema_DATA) \ -- raw-thumbnailer.schemas.in \ -- update-gconf.sh -+ $(generated_schema_in_files) \ -+ $(schema_DATA) \ -+ raw-thumbnailer.schemas.in \ -+ update-gconf.sh - -- 2.26.2