From b1ca8261d2bba0594ecbf2691ed5f29bd869a21e Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 3 Dec 2010 12:51:34 +0000 Subject: 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) --- graphics/gthumb/patches/patch-aa | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 graphics/gthumb/patches/patch-aa (limited to 'graphics/gthumb/patches') 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 \ -- cgit v1.2.3