Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-raw-thumbnailer/files/
Date: Wed, 04 Jan 2017 10:57:55
Message-Id: 1483527443.9acce2f516845023a316c94b992a889bc6e3cd42.soap@gentoo
1 commit: 9acce2f516845023a316c94b992a889bc6e3cd42
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 23 15:56:52 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 10:57:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acce2f5
7
8 media-gfx/gnome-raw-thumbnailer: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/3223
11
12 .../gnome-raw-thumbnailer-0.99.1-drop-libgsf.patch | 32 --------------------
13 .../gnome-raw-thumbnailer-0.99.1-make-382.patch | 34 ----------------------
14 2 files changed, 66 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 33cf2c6..00000000
19 --- a/media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-drop-libgsf.patch
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 ---- configure.ac
23 -+++ configure.ac
24 -@@ -17,9 +17,9 @@
25 -
26 - SCROLLKEEPER_REQUIRED=0.1.4
27 -
28 --PKG_CHECK_MODULES(GSF, gnome-vfs-2.0 libgsf-gnome-1 gdk-pixbuf-2.0)
29 --AC_SUBST(GSF_CFLAGS)
30 --AC_SUBST(GSF_LIBS)
31 -+PKG_CHECK_MODULES(GNOME, gnome-vfs-2.0 gdk-pixbuf-2.0)
32 -+AC_SUBST(GNOME_CFLAGS)
33 -+AC_SUBST(GNOME_LIBS)
34 -
35 - PKG_CHECK_MODULES(OPENRAW, libopenraw-gnome-1.0 >= 0.0.4)
36 - AC_SUBST(OPENRAW_CFLAGS)
37 ---- src/Makefile.am
38 -+++ src/Makefile.am
39 -@@ -2,7 +2,7 @@
40 -
41 -
42 - INCLUDES = -I$(top_srcdir) \
43 -- $(GSF_CFLAGS) \
44 -+ $(GNOME_CFLAGS) \
45 - $(OPENRAW_CFLAGS) \
46 - -DG_LOG_DOMAIN=\"raw-thumbnailer\" \
47 - -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
48 -@@ -15,4 +15,4 @@
49 -
50 - raw_thumbnailer_SOURCES = raw-thumbnailer.c
51 -
52 --raw_thumbnailer_LDADD = $(GSF_LIBS) $(OPENRAW_LIBS) $(INTLLIBS)
53 -+raw_thumbnailer_LDADD = $(GNOME_LIBS) $(OPENRAW_LIBS) $(INTLLIBS)
54
55 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
56 deleted file mode 100644
57 index 4111989..00000000
58 --- a/media-gfx/gnome-raw-thumbnailer/files/gnome-raw-thumbnailer-0.99.1-make-382.patch
59 +++ /dev/null
60 @@ -1,34 +0,0 @@
61 -http://bugs.gentoo.org/333715
62 -
63 ---- data/Makefile.am
64 -+++ data/Makefile.am
65 -@@ -20,11 +20,11 @@
66 -
67 - install-data-local: $(schema_DATA)
68 - if GCONF_SCHEMAS_INSTALL
69 -- if test -z "$(DESTDIR)" ; then \
70 -- for p in $^ ; do \
71 -- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
72 -- done \
73 -- fi
74 -+ if test -z "$(DESTDIR)" ; then \
75 -+ for p in $^ ; do \
76 -+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
77 -+ done \
78 -+ fi
79 - endif
80 -
81 - EXTRA_DIST = \
82 -@@ -34,8 +34,8 @@
83 - raw-thumbnailer.xml
84 -
85 - CLEANFILES = \
86 -- $(generated_schema_in_files) \
87 -- $(schema_DATA) \
88 -- raw-thumbnailer.schemas.in \
89 -- update-gconf.sh
90 -+ $(generated_schema_in_files) \
91 -+ $(schema_DATA) \
92 -+ raw-thumbnailer.schemas.in \
93 -+ update-gconf.sh
94 -