]> git.pld-linux.org Git - packages/gimp.git/blame - gimp-DESTDIR.patch
- updated to version 1.1.30.
[packages/gimp.git] / gimp-DESTDIR.patch
CommitLineData
b41639f8 1diff -urN gimp-1.1.27-orig/plug-ins/perl/Makefile.PL gimp-1.1.27/plug-ins/perl/Makefile.PL
2--- gimp-1.1.27-orig/plug-ins/perl/Makefile.PL Thu Oct 5 02:15:25 2000
3+++ gimp-1.1.27/plug-ins/perl/Makefile.PL Thu Oct 5 21:05:23 2000
4@@ -231,7 +231,7 @@
1e420b8c 5 \$(CHMOD) 755 * ; \\
6 \$(MY_FIXIN) * ; \\
7 for plugin in * ; do \\
8- $GT \"\$\$plugin\" $GT2 ; \\
9+ $GT \"\$\$plugin\" \$(DESTDIR)$GT2 ; \\
10 done
11 \$(RM_RF) inst-temp
12
b41639f8 13diff -urN gimp-1.1.27-orig/plug-ins/perl/po/Makefile.in.in gimp-1.1.27/plug-ins/perl/po/Makefile.in.in
14--- gimp-1.1.27-orig/plug-ins/perl/po/Makefile.in.in Sat Sep 23 23:51:09 2000
15+++ gimp-1.1.27/plug-ins/perl/po/Makefile.in.in Thu Oct 5 22:15:36 2000
16@@ -121,7 +121,7 @@
1e420b8c 17 *) destdir=$(localedir);; \
18 esac; \
19 lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
20- dir=$$destdir/$$lang/LC_MESSAGES; \
21+ dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
22 if test -r "$(MKINSTALLDIRS)"; then \
23 $(MKINSTALLDIRS) $$dir; \
24 else \
b41639f8 25@@ -222,6 +222,9 @@
26 mv $$lang.old.po $$lang.po; \
27 fi; \
28 done
29+
30+# Temporary workaround for building under PLD GNU/Linux
31+update-gmo:
32
33 POTFILES: POTFILES.in
34 ( if test 'x$(srcdir)' != 'x.'; then \
35diff -urN gimp-1.1.27-orig/po/Makefile.in.in gimp-1.1.27/po/Makefile.in.in
36--- gimp-1.1.27-orig/po/Makefile.in.in Thu Oct 5 00:50:54 2000
37+++ gimp-1.1.27/po/Makefile.in.in Thu Oct 5 21:08:56 2000
ee2741f9 38@@ -123,7 +123,7 @@
39 *) destdir=$(localedir);; \
40 esac; \
41 lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
42- dir=$$destdir/$$lang/LC_MESSAGES; \
43+ dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
44 if test -r "$(MKINSTALLDIRS)"; then \
45 $(MKINSTALLDIRS) $$dir; \
46 else \
b41639f8 47diff -urN gimp-1.1.27-orig/po-libgimp/Makefile.in.in gimp-1.1.27/po-libgimp/Makefile.in.in
48--- gimp-1.1.27-orig/po-libgimp/Makefile.in.in Thu Jan 27 11:46:58 2000
49+++ gimp-1.1.27/po-libgimp/Makefile.in.in Thu Oct 5 21:09:46 2000
50@@ -123,7 +123,7 @@
51 *) destdir=$(localedir);; \
52 esac; \
53 lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
54- dir=$$destdir/$$lang/LC_MESSAGES; \
55+ dir=$(DISTDIR)$$destdir/$$lang/LC_MESSAGES; \
56 if test -r "$(MKINSTALLDIRS)"; then \
57 $(MKINSTALLDIRS) $$dir; \
58 else \
59diff -urN gimp-1.1.27-orig/po-script-fu/Makefile.in.in gimp-1.1.27/po-script-fu/Makefile.in.in
60--- gimp-1.1.27-orig/po-script-fu/Makefile.in.in Sun Jun 25 21:28:30 2000
61+++ gimp-1.1.27/po-script-fu/Makefile.in.in Thu Oct 5 21:10:52 2000
2836e4c5 62@@ -130,7 +130,7 @@
1e420b8c 63 *) destdir=$(localedir);; \
64 esac; \
65 lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
66- dir=$$destdir/$$lang/LC_MESSAGES; \
67+ dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
68 if test -r "$(MKINSTALLDIRS)"; then \
69 $(MKINSTALLDIRS) $$dir; \
70 else \
This page took 0.088604 seconds and 4 git commands to generate.