media-gfx/gnome-raw-thumbnailer: remove unused patches
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Fri, 23 Dec 2016 15:56:52 +0000 (16:56 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 4 Jan 2017 10:57:23 +0000 (12:57 +0200)
Closes: https://github.com/gentoo/gentoo/pull/3223

media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-drop-libgsf.patch [deleted file]
media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-make-382.patch [deleted file]

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 (file)
index 33cf2c6..0000000
+++ /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 (file)
index 4111989..0000000
+++ /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
-