]> git.pld-linux.org Git - packages/gimp.git/blob - gimp-DESTDIR.patch
- removed provides' for perl modules
[packages/gimp.git] / gimp-DESTDIR.patch
1 diff -Nur gimp-1.2.2.orig/data/brushes/Makefile.am gimp-1.2.2/data/brushes/Makefile.am
2 --- gimp-1.2.2.orig/data/brushes/Makefile.am    Sat Apr  7 13:24:36 2001
3 +++ gimp-1.2.2/data/brushes/Makefile.am Fri Aug  3 22:44:15 2001
4 @@ -59,7 +59,3 @@
5         SketchBrush-32.gih      \
6         SketchBrush-64.gih      \
7         xcf.gbr
8 -
9 -install-data-local:
10 -       rm -f $(brushdatadir)/round1.vbr $(brushdatadir)/pepper.gpb
11 -
12 diff -Nur gimp-1.2.2.orig/data/brushes/Makefile.in gimp-1.2.2/data/brushes/Makefile.in
13 --- gimp-1.2.2.orig/data/brushes/Makefile.in    Thu Jul 26 21:37:17 2001
14 +++ gimp-1.2.2/data/brushes/Makefile.in Fri Aug  3 22:44:15 2001
15 @@ -313,9 +313,6 @@
16  
17  .PHONY: files
18  
19 -install-data-local:
20 -       rm -f $(brushdatadir)/round1.vbr $(brushdatadir)/pepper.gpb
21 -
22  # Tell versions [3.59,3.63) of GNU make to not export all variables.
23  # Otherwise a system limit (for SysV at least) may be exceeded.
24  .NOEXPORT:
25 diff -Nur gimp-1.2.2.orig/plug-ins/perl/Makefile.PL gimp-1.2.2/plug-ins/perl/Makefile.PL
26 --- gimp-1.2.2.orig/plug-ins/perl/Makefile.PL   Thu Jul 26 22:17:43 2001
27 +++ gimp-1.2.2/plug-ins/perl/Makefile.PL        Fri Aug  3 22:44:15 2001
28 @@ -233,7 +233,7 @@
29         \$(CHMOD) 755 * ; \\
30         \$(MY_FIXIN) * ; \\
31         for plugin in * ; do \\
32 -          $GT \"\$\$plugin\" $GT2 ; \\
33 +          $GT \"\$\$plugin\" \$(DESTDIR)$GT2 ; \\
34         done
35         \$(RM_RF) inst-temp
36  
37 diff -Nur gimp-1.2.2.orig/plug-ins/perl/po/Makefile.in.in gimp-1.2.2/plug-ins/perl/po/Makefile.in.in
38 --- gimp-1.2.2.orig/plug-ins/perl/po/Makefile.in.in     Tue Jun 19 23:51:04 2001
39 +++ gimp-1.2.2/plug-ins/perl/po/Makefile.in.in  Fri Aug  3 22:44:15 2001
40 @@ -121,7 +121,7 @@
41             *)     destdir=$(localedir);; \
42           esac; \
43           lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
44 -         dir=$$destdir/$$lang/LC_MESSAGES; \
45 +         dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
46           if test -r "$(MKINSTALLDIRS)"; then \
47             $(MKINSTALLDIRS) $$dir; \
48           else \
49 @@ -223,6 +223,9 @@
50           fi; \
51         done
52  
53 +# Temporary workaround for building under PLD GNU/Linux
54 +update-gmo:
55 +
56  POTFILES: POTFILES.in
57         ( if test 'x$(srcdir)' != 'x.'; then \
58             posrcprefix='$(top_srcdir)/'; \
59 diff -Nur gimp-1.2.2.orig/po-libgimp/Makefile.in.in gimp-1.2.2/po-libgimp/Makefile.in.in
60 --- gimp-1.2.2.orig/po-libgimp/Makefile.in.in   Thu Jan 27 11:46:58 2000
61 +++ gimp-1.2.2/po-libgimp/Makefile.in.in        Fri Aug  3 22:44:15 2001
62 @@ -123,7 +123,7 @@
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 \
71 diff -Nur gimp-1.2.2.orig/po-script-fu/Makefile.in.in gimp-1.2.2/po-script-fu/Makefile.in.in
72 --- gimp-1.2.2.orig/po-script-fu/Makefile.in.in Sat Jun 24 12:46:57 2000
73 +++ gimp-1.2.2/po-script-fu/Makefile.in.in      Fri Aug  3 22:44:15 2001
74 @@ -130,7 +130,7 @@
75             *)     destdir=$(localedir);; \
76           esac; \
77           lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
78 -         dir=$$destdir/$$lang/LC_MESSAGES; \
79 +         dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
80           if test -r "$(MKINSTALLDIRS)"; then \
81             $(MKINSTALLDIRS) $$dir; \
82           else \
This page took 0.213803 seconds and 3 git commands to generate.