summaryrefslogtreecommitdiff
path: root/graphics/gthumb/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-12-03 12:51:34 +0000
committerdrochner <drochner@pkgsrc.org>2010-12-03 12:51:34 +0000
commitb1ca8261d2bba0594ecbf2691ed5f29bd869a21e (patch)
tree02717cbd88d89654b8e5908a715a232e41ceb3ed /graphics/gthumb/patches
parent410be0cc17ec3ea354b78e8a173291ecb471d8cb (diff)
downloadpkgsrc-b1ca8261d2bba0594ecbf2691ed5f29bd869a21e.tar.gz
update to 2.12.1
This is a new major release, too many changes to list here. pkgsrc notes: -users need to enable each liitle piece of functionality (even "basic image viewing") in the "Extensions" dialog before the program is usable -there are more extensions which are not built because they need additional dependencies (eg slideshow effects, movie player, web services, CD burning); for now I've included as much as needed to match the functionality of the previous version (building extensions as seperate pkgs would be preferrable)
Diffstat (limited to 'graphics/gthumb/patches')
-rw-r--r--graphics/gthumb/patches/patch-aa27
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/gthumb/patches/patch-aa b/graphics/gthumb/patches/patch-aa
deleted file mode 100644
index 922307662dd..00000000000
--- a/graphics/gthumb/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2010/05/17 16:56:27 drochner Exp $
-
---- data/Makefile.in.orig 2010-05-05 10:47:22.000000000 +0000
-+++ data/Makefile.in
-@@ -844,14 +844,14 @@ update-icon-cache:
- @INTLTOOL_SCHEMAS_RULE@
-
- install-schemas: $(schema_DATA)
--@GCONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \
--@GCONF_SCHEMAS_INSTALL_TRUE@ for p in $^ ; do \
--@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
--@GCONF_SCHEMAS_INSTALL_TRUE@ $(GCONFTOOL) \
--@GCONF_SCHEMAS_INSTALL_TRUE@ --makefile-install-rule \
--@GCONF_SCHEMAS_INSTALL_TRUE@ $(top_builddir)/data/$$p; \
--@GCONF_SCHEMAS_INSTALL_TRUE@ done \
--@GCONF_SCHEMAS_INSTALL_TRUE@ fi
-+ if test -z "$(DESTDIR)" ; then \
-+ for p in $^ ; do \
-+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
-+ $(GCONFTOOL) \
-+ --makefile-install-rule \
-+ $(top_builddir)/data/$$p; \
-+ done \
-+ fi
-
- uninstall-schemas: $(schema_DATA)
- @GCONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \