]> git.pld-linux.org Git - packages/gimp.git/blob - gimp-DESTDIR.patch
- fixed typo in DESTDIR patch (libgimp locales were missing)
[packages/gimp.git] / gimp-DESTDIR.patch
1 diff -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 @@
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  
13 diff -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 @@
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 \
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 \
35 diff -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
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 \
47 diff -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=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
56           if test -r "$(MKINSTALLDIRS)"; then \
57             $(MKINSTALLDIRS) $$dir; \
58           else \
59 diff -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
62 @@ -130,7 +130,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 -Nru gimp-1.1.32/data/brushes/Makefile.am gimp-1.1.32.new/data/brushes/Makefile.am
72 --- gimp-1.1.32/data/brushes/Makefile.am        Mon Dec 18 21:37:21 2000
73 +++ gimp-1.1.32.new/data/brushes/Makefile.am    Thu Dec 21 21:58:30 2000
74 @@ -56,7 +56,3 @@
75         SketchBrush-32.gih      \
76         SketchBrush-64.gih      \
77         xcf.gbr
78 -
79 -install-data-local:
80 -       rm -f $(brushdatadir)/round1.vbr $(brushdatadir)/pepper.gpb
81 -
82 --- gimp-1.1.32/data/brushes/Makefile.in        Wed Dec 20 20:05:04 2000
83 +++ gimp-1.1.32.new/data/brushes/Makefile.in    Thu Dec 21 23:08:18 2000
84 @@ -311,9 +311,6 @@
85  
86  .PHONY: files
87  
88 -install-data-local:
89 -       rm -f $(brushdatadir)/round1.vbr $(brushdatadir)/pepper.gpb
90 -
91  # Tell versions [3.59,3.63) of GNU make to not export all variables.
92  # Otherwise a system limit (for SysV at least) may be exceeded.
93  .NOEXPORT:
This page took 0.038541 seconds and 4 git commands to generate.