summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-09-12 09:52:58 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-09-12 09:52:58 +0000
commitc51462e907f2b22ccc00cd497867753728eebf34 (patch)
tree0743fe6588160ab77f6966e9edc35638df27053a /app-crypt/gringotts/files
parentBump (diff)
downloadgentoo-2-c51462e907f2b22ccc00cd497867753728eebf34.tar.gz
gentoo-2-c51462e907f2b22ccc00cd497867753728eebf34.tar.bz2
gentoo-2-c51462e907f2b22ccc00cd497867753728eebf34.zip
Version bump, bug #275619.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/gringotts/files')
-rw-r--r--app-crypt/gringotts/files/gringotts-1.2.10-desktop.patch22
-rw-r--r--app-crypt/gringotts/files/gringotts-1.2.10-no-strip.patch19
2 files changed, 41 insertions, 0 deletions
diff --git a/app-crypt/gringotts/files/gringotts-1.2.10-desktop.patch b/app-crypt/gringotts/files/gringotts-1.2.10-desktop.patch
new file mode 100644
index 000000000000..3cd9a2d8a9c8
--- /dev/null
+++ b/app-crypt/gringotts/files/gringotts-1.2.10-desktop.patch
@@ -0,0 +1,22 @@
+--- a/Makefile.am 2007-01-05 00:44:17.000000000 -0600
++++ b/Makefile.am 2007-01-05 00:51:30.000000000 -0600
+@@ -6,7 +6,7 @@
+
+ EXTRA_DIST = gringotts.spec.in gringotts.desktop.in $(gringottsdoc_DATA)
+
+-Dsktpdir = $(datadir)/gnome/apps/Utilities
++Dsktpdir = $(datadir)/applications
+ Dsktp_in_files = gringotts.desktop.in
+ Dsktp_DATA = $(Dsktp_in_files:.desktop.in=.desktop)
+
+--- a/Makefile.in 2009-09-12 11:00:48.000000000 +0200
++++ b/Makefile.in 2009-09-12 11:01:07.000000000 +0200
+@@ -204,7 +204,7 @@
+ doc_DATA = BUGS FAQ README AUTHORS ChangeLog TODO NEWS COPYING
+ EXTRA_DIST = gringotts.spec.in gringotts.desktop.in $(doc_DATA) \
+ autogen.sh
+-Dsktpdir = $(datadir)/gnome/apps/Utilities
++Dsktpdir = $(datadir)/applications
+ Dsktp_in_files = gringotts.desktop.in
+ Dsktp_DATA = $(Dsktp_in_files:.desktop.in=.desktop)
+ all: config.h
diff --git a/app-crypt/gringotts/files/gringotts-1.2.10-no-strip.patch b/app-crypt/gringotts/files/gringotts-1.2.10-no-strip.patch
new file mode 100644
index 000000000000..a417595137a8
--- /dev/null
+++ b/app-crypt/gringotts/files/gringotts-1.2.10-no-strip.patch
@@ -0,0 +1,19 @@
+--- a/src/Makefile.am 2007-01-05 01:35:49.000000000 -0600
++++ b/src/Makefile.am 2007-01-05 01:35:58.000000000 -0600
+@@ -31,6 +31,5 @@
+ gringotts_LDADD = @POPT@ @GTK2_LIBS@ @GDKPIX_LIBS@ @LIBGRG_LIBS@
+
+ install-exec-local:
+- strip $(DESTDIR)$(bindir)/gringotts
+ chmod u+s $(DESTDIR)$(bindir)/gringotts
+
+--- a/src/Makefile.in 2009-09-12 11:03:53.000000000 +0200
++++ b/src/Makefile.in 2009-09-12 11:04:05.000000000 +0200
+@@ -486,7 +486,6 @@
+
+
+ install-exec-local:
+- strip $(DESTDIR)$(bindir)/gringotts
+ chmod u+s $(DESTDIR)$(bindir)/gringotts
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.