r1853 - crux-2.2/ports/opt/gimp
Author: jaeger Date: 2006-09-09 17:34:45 +0200 (Sat, 09 Sep 2006) New Revision: 1853 Modified: crux-2.2/ports/opt/gimp/.footprint crux-2.2/ports/opt/gimp/Pkgfile Log: gimp: fixed mandir Modified: crux-2.2/ports/opt/gimp/.footprint =================================================================== --- crux-2.2/ports/opt/gimp/.footprint 2006-09-09 13:44:43 UTC (rev 1852) +++ crux-2.2/ports/opt/gimp/.footprint 2006-09-09 15:34:45 UTC (rev 1853) @@ -401,6 +401,16 @@ -rw-r--r-- root/root usr/lib/pkgconfig/gimp-2.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gimpthumb-2.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gimpui-2.0.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/gimp-2.2.1.gz +-rw-r--r-- root/root usr/man/man1/gimp-remote-2.2.1.gz +lrwxrwxrwx root/root usr/man/man1/gimp-remote.1.gz -> gimp-remote-2.2.1.gz +lrwxrwxrwx root/root usr/man/man1/gimp.1.gz -> gimp-2.2.1.gz +-rw-r--r-- root/root usr/man/man1/gimptool-2.0.1.gz +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/gimprc-2.2.5.gz +lrwxrwxrwx root/root usr/man/man5/gimprc.5.gz -> gimprc-2.2.5.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/gimp-2.0.m4 @@ -1237,13 +1247,3 @@ -rw-r--r-- root/root usr/share/gimp/2.0/themes/Small/gtkrc drwxr-xr-x root/root usr/share/gimp/2.0/tips/ -rw-r--r-- root/root usr/share/gimp/2.0/tips/gimp-tips.xml -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/gimp-2.2.1.gz --rw-r--r-- root/root usr/share/man/man1/gimp-remote-2.2.1.gz -lrwxrwxrwx root/root usr/share/man/man1/gimp-remote.1.gz -> gimp-remote-2.2.1.gz -lrwxrwxrwx root/root usr/share/man/man1/gimp.1.gz -> gimp-2.2.1.gz --rw-r--r-- root/root usr/share/man/man1/gimptool-2.0.1.gz -drwxr-xr-x root/root usr/share/man/man5/ --rw-r--r-- root/root usr/share/man/man5/gimprc-2.2.5.gz -lrwxrwxrwx root/root usr/share/man/man5/gimprc.5.gz -> gimprc-2.2.5.gz Modified: crux-2.2/ports/opt/gimp/Pkgfile =================================================================== --- crux-2.2/ports/opt/gimp/Pkgfile 2006-09-09 13:44:43 UTC (rev 1852) +++ crux-2.2/ports/opt/gimp/Pkgfile 2006-09-09 15:34:45 UTC (rev 1853) @@ -5,13 +5,14 @@ name=gimp version=2.2.13 -release=1 +release=2 source=(ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-$version.tar.bz2) build() { cd gimp-$version sed -i -e '/$(helpbrowser)/d' plug-ins/Makefile.in ./configure --prefix=/usr \ + --mandir=/usr/man \ --disable-static make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu