diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-24 18:41:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-24 18:41:07 +0000 |
commit | 3c16b3e70e1d056a4947cbe632e793921a32843c (patch) | |
tree | 3e9c9ef8ef2801e3f6eee46932c08873ba15de05 /graphics/gimp | |
parent | - Update to 2.2.0 (diff) |
- Fix python plugin: it expects a png logo, which is not included
in the tarball.
Notes
Notes:
svn path=/head/; revision=125082
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/files/patch-plug-ins-pygimp-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp/files/patch-plug-ins-pygimp-Makefile.in b/graphics/gimp/files/patch-plug-ins-pygimp-Makefile.in new file mode 100644 index 000000000000..4ec8ad5492bf --- /dev/null +++ b/graphics/gimp/files/patch-plug-ins-pygimp-Makefile.in @@ -0,0 +1,11 @@ +--- plug-ins/pygimp/Makefile.in.orig Fri Dec 24 15:37:44 2004 ++++ plug-ins/pygimp/Makefile.in Fri Dec 24 16:14:44 2004 +@@ -433,7 +433,7 @@ + gimpfu.py + + +-pygimp_DATA = pygimp-logo.png ++pygimp_DATA = + + pyenvdir = $(gimpplugindir)/environ + |