gimp: fixed mandir
This commit is contained in:
parent
9841a1a9c9
commit
c178cfb5f1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user