pango: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-26 01:02:50 +02:00
parent c495481ebe
commit 0c0c65e7f2
2 changed files with 6 additions and 6 deletions

View File

@ -77,13 +77,13 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/pangocairo.pc
-rw-r--r-- root/root usr/lib/pkgconfig/pangoft2.pc
-rw-r--r-- root/root usr/lib/pkgconfig/pangoxft.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pango-querymodules.1.gz
-rw-r--r-- root/root usr/man/man1/pango-view.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/Pango-1.0.gir
-rw-r--r-- root/root usr/share/gir-1.0/PangoCairo-1.0.gir
-rw-r--r-- root/root usr/share/gir-1.0/PangoFT2-1.0.gir
-rw-r--r-- root/root usr/share/gir-1.0/PangoXft-1.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/pango-querymodules.1.gz
-rw-r--r-- root/root usr/share/man/man1/pango-view.1.gz

View File

@ -5,13 +5,13 @@
name=pango
version=1.36.7
release=1
release=2
source=(http://download.gnome.org/sources/$name/1.36/$name-$version.tar.xz \
pango.modules)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 644 $SRC/pango.modules $PKG/usr/etc/pango/pango.modules