gdk-pixbuf: move man-pages to /usr/share/man
This commit is contained in:
parent
212972f3f8
commit
1c8cb5468f
@ -71,10 +71,10 @@ lrwxrwxrwx root/root usr/lib/libgdk_pixbuf_xlib-2.0.so.0 -> libgdk_pixbuf_xlib-2
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/gdk-pixbuf-2.0.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/gdk-pixbuf-xlib-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/gdk-pixbuf-csource.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/gdk-pixbuf-query-loaders.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/gir-1.0/
|
||||
-rw-r--r-- root/root usr/share/gir-1.0/GdkPixbuf-2.0.gir
|
||||
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/gdk-pixbuf-csource.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz
|
||||
|
@ -5,15 +5,17 @@
|
||||
|
||||
name=gdk-pixbuf
|
||||
version=2.30.8
|
||||
release=2
|
||||
release=3
|
||||
source=(http://download.gnome.org/sources/$name/2.30/$name-$version.tar.xz \
|
||||
gdk-pixbuf.loaders gdk-pixbuf-register.sh)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man --disable-nls \
|
||||
--without-libjasper --with-x11
|
||||
./configure --prefix=/usr \
|
||||
--disable-nls \
|
||||
--without-libjasper \
|
||||
--with-x11
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user