]> git.pld-linux.org Git - packages/gimp.git/blobdiff - gimp-DESTDIR.patch
- gnome-vfs2 is librsvg dependency, not gimp
[packages/gimp.git] / gimp-DESTDIR.patch
index c1232723111862262411e1901f79451e595eb1dc..3c100dbae247e9e91bfa15e80b28c588813784c8 100644 (file)
@@ -1,7 +1,31 @@
-diff -Nru gimp-1.1.16/plug-ins/perl/Makefile.PL gimp-1.1.16.new/plug-ins/perl/Makefile.PL
---- gimp-1.1.16/plug-ins/perl/Makefile.PL      Mon Jan 31 04:48:26 2000
-+++ gimp-1.1.16.new/plug-ins/perl/Makefile.PL  Fri Feb  4 18:47:16 2000
-@@ -205,7 +205,7 @@
+diff -Nur gimp-1.2.2.orig/data/brushes/Makefile.am gimp-1.2.2/data/brushes/Makefile.am
+--- gimp-1.2.2.orig/data/brushes/Makefile.am   Sat Apr  7 13:24:36 2001
++++ gimp-1.2.2/data/brushes/Makefile.am        Fri Aug  3 22:44:15 2001
+@@ -59,7 +59,3 @@
+       SketchBrush-32.gih      \
+       SketchBrush-64.gih      \
+       xcf.gbr
+-
+-install-data-local:
+-      rm -f $(brushdatadir)/round1.vbr $(brushdatadir)/pepper.gpb
+-
+diff -Nur gimp-1.2.2.orig/data/brushes/Makefile.in gimp-1.2.2/data/brushes/Makefile.in
+--- gimp-1.2.2.orig/data/brushes/Makefile.in   Thu Jul 26 21:37:17 2001
++++ gimp-1.2.2/data/brushes/Makefile.in        Fri Aug  3 22:44:15 2001
+@@ -313,9 +313,6 @@
+ .PHONY: files
+-install-data-local:
+-      rm -f $(brushdatadir)/round1.vbr $(brushdatadir)/pepper.gpb
+-
+ # 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.
+ .NOEXPORT:
+diff -Nur gimp-1.2.2.orig/plug-ins/perl/Makefile.PL gimp-1.2.2/plug-ins/perl/Makefile.PL
+--- gimp-1.2.2.orig/plug-ins/perl/Makefile.PL  Thu Jul 26 22:17:43 2001
++++ gimp-1.2.2/plug-ins/perl/Makefile.PL       Fri Aug  3 22:44:15 2001
+@@ -233,7 +233,7 @@
        \$(CHMOD) 755 * ; \\
        \$(MY_FIXIN) * ; \\
        for plugin in * ; do \\
@@ -10,23 +34,10 @@ diff -Nru gimp-1.1.16/plug-ins/perl/Makefile.PL gimp-1.1.16.new/plug-ins/perl/Ma
        done
        \$(RM_RF) inst-temp
  
-@@ -228,9 +228,9 @@
-       for (<po/*.po>) {
-          my($po)=m!/(.*)\.po$!; #/# for brainy vim
-          print " $po";
--         $postamble .= "      \$(MKPATH) \$(datadir)/locale/$po/LC_MESSAGES\n";
--         $postamble .= "      -\$(MSGFMT) -o \$(datadir)/locale/$po/LC_MESSAGES/gimp-perl.mo po/$po.po\n";
--         $postamble .= "      -\$(CHMOD) 644 \$(datadir)/locale/$po/LC_MESSAGES/gimp-perl.mo\n";
-+         $postamble .= "      \$(MKPATH) \$(DESTDIR)\$(datadir)/locale/$po/LC_MESSAGES\n";
-+         $postamble .= "      -\$(MSGFMT) -o \$(DESTDIR)\$(datadir)/locale/$po/LC_MESSAGES/gimp-perl.mo po/$po.po\n";
-+         $postamble .= "      -\$(CHMOD) 644 \$(DESTDIR)\$(datadir)/locale/$po/LC_MESSAGES/gimp-perl.mo\n";
-       }
-    } else {
-       print " skipped";
-diff -Nru gimp-1.1.16/po/Makefile.in.in gimp-1.1.16.new/po/Makefile.in.in
---- gimp-1.1.16/po/Makefile.in.in      Thu Feb  3 03:10:27 2000
-+++ gimp-1.1.16.new/po/Makefile.in.in  Fri Feb  4 18:47:57 2000
-@@ -123,7 +123,7 @@
+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
+--- gimp-1.2.2.orig/plug-ins/perl/po/Makefile.in.in    Tue Jun 19 23:51:04 2001
++++ gimp-1.2.2/plug-ins/perl/po/Makefile.in.in Fri Aug  3 22:44:15 2001
+@@ -121,7 +121,7 @@
            *)     destdir=$(localedir);; \
          esac; \
          lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
@@ -35,9 +46,19 @@ diff -Nru gimp-1.1.16/po/Makefile.in.in gimp-1.1.16.new/po/Makefile.in.in
          if test -r "$(MKINSTALLDIRS)"; then \
            $(MKINSTALLDIRS) $$dir; \
          else \
-diff -Nru gimp-1.1.16/po-libgimp/Makefile.in.in gimp-1.1.16.new/po-libgimp/Makefile.in.in
---- gimp-1.1.16/po-libgimp/Makefile.in.in      Thu Jan 27 11:46:58 2000
-+++ gimp-1.1.16.new/po-libgimp/Makefile.in.in  Fri Feb  4 18:48:09 2000
+@@ -223,6 +223,9 @@
+         fi; \
+       done
++# Temporary workaround for building under PLD GNU/Linux
++update-gmo:
++
+ POTFILES: POTFILES.in
+       ( if test 'x$(srcdir)' != 'x.'; then \
+           posrcprefix='$(top_srcdir)/'; \
+diff -Nur gimp-1.2.2.orig/po-libgimp/Makefile.in.in gimp-1.2.2/po-libgimp/Makefile.in.in
+--- gimp-1.2.2.orig/po-libgimp/Makefile.in.in  Thu Jan 27 11:46:58 2000
++++ gimp-1.2.2/po-libgimp/Makefile.in.in       Fri Aug  3 22:44:15 2001
 @@ -123,7 +123,7 @@
            *)     destdir=$(localedir);; \
          esac; \
@@ -47,3 +68,15 @@ diff -Nru gimp-1.1.16/po-libgimp/Makefile.in.in gimp-1.1.16.new/po-libgimp/Makef
          if test -r "$(MKINSTALLDIRS)"; then \
            $(MKINSTALLDIRS) $$dir; \
          else \
+diff -Nur gimp-1.2.2.orig/po-script-fu/Makefile.in.in gimp-1.2.2/po-script-fu/Makefile.in.in
+--- gimp-1.2.2.orig/po-script-fu/Makefile.in.in        Sat Jun 24 12:46:57 2000
++++ gimp-1.2.2/po-script-fu/Makefile.in.in     Fri Aug  3 22:44:15 2001
+@@ -130,7 +130,7 @@
+           *)     destdir=$(localedir);; \
+         esac; \
+         lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+-        dir=$$destdir/$$lang/LC_MESSAGES; \
++        dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
+         if test -r "$(MKINSTALLDIRS)"; then \
+           $(MKINSTALLDIRS) $$dir; \
+         else \
This page took 0.043459 seconds and 4 git commands to generate.