]> git.pld-linux.org Git - packages/gimp.git/blame - gimp-perldep.patch
- translated kloczkish into english
[packages/gimp.git] / gimp-perldep.patch
CommitLineData
590c87f8 1--- gimp-1.1.13/plug-ins/perl/examples/logulator.dep Tue Nov 23 20:24:16 1999
2+++ gimp-1.1.13/plug-ins/perl/examples/logulator Sun Dec 5 01:40:58 1999
3@@ -44,8 +44,8 @@
4
5 The drawable must have an alpha channel, and the shape of this channel
6 prescribes the shape of the logo. Most logos ignore any colour information
7-and instead use the shape only as a stencil, but some logo scripts do make
8-use of the text colour.
9+and instead use the shape only as a stencil, but some logo scripts do
10+make use of the text colour.
11
12 The original help for $1 follows:
13
14--- gimp-1.1.13/plug-ins/perl/Gimp/Module.pm.dep Fri Nov 19 23:21:31 1999
15+++ gimp-1.1.13/plug-ins/perl/Gimp/Module.pm Sun Dec 5 01:44:45 1999
16@@ -55,3 +55,5 @@
17 =head1 AUTHOR
18
19 Marc Lehmann <pcg@goof.com>
20+
21+=cut
05c62d3e 22--- gimp-1.1.15.pius/plug-ins/perl/Gimp/Util.pm Thu Jan 6 00:42:19 2000
23+++ gimp-1.1.15/plug-ins/perl/Gimp/Util.pm Sun Jan 16 22:10:29 2000
24@@ -370,3 +370,4 @@
25 of the Gimp-Perl extension (contact him to include new functions) is Marc
26 Lehmann <pcg@goof.com>
27
28+=cut
29--- gimp-1.1.15.pius/plug-ins/perl/UI/basewidget.pm Thu Jan 6 00:42:20 2000
30+++ gimp-1.1.15/plug-ins/perl/UI/basewidget.pm Sun Jan 16 22:10:16 2000
31@@ -104,3 +104,4 @@
32
33 perl(1), L<Gimp>, L<Gimp::UI>, L<Gtk>.
34
35+=cut
36--- gimp-1.1.15.pius/find-perl-requires Thu Jan 1 01:00:00 1970
37+++ gimp-1.1.15/find-perl-requires Sun Jan 16 22:37:56 2000
38@@ -0,0 +1,13 @@
39+#!/bin/sh
40+ulimit -c 0
41+
42+filelist=`sed "s/['\"]/\\\&/g"`
43+
44+requires="`echo $filelist|/usr/lib/rpm/find-requires`"
45+# the XSLoader module comes with perl => 5.005_63
46+# and we still use the 5.005_03 one, so just skip it now...
47+requires_perl="`/usr/lib/rpm/perl.req $filelist|grep -v 'perl(XSLoader)'`"
48+requires_mod="`rpm -q --whatprovides --qf "%{NAME}\n" $requires_perl 2>/dev/null`"
49+echo "$requires
50+$requires_perl
51+$requires_mod"| sort -u
This page took 0.051041 seconds and 4 git commands to generate.