diff --git a/gimp/.footprint b/gimp/.footprint index 539e41a49..7c1358feb 100644 --- a/gimp/.footprint +++ b/gimp/.footprint @@ -401,6 +401,16 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -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 @@ drwxr-xr-x root/root usr/share/gimp/2.0/themes/Small/ -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 diff --git a/gimp/Pkgfile b/gimp/Pkgfile index ad10ce748..31d778db9 100644 --- a/gimp/Pkgfile +++ b/gimp/Pkgfile @@ -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