poppler-qt4: initial release

This commit is contained in:
Juergen Daubert 2011-07-30 17:31:43 +02:00
parent 500a16574b
commit ae357336a1
3 changed files with 46 additions and 0 deletions

19
poppler-qt4/.footprint Normal file
View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/poppler/
drwxr-xr-x root/root usr/include/poppler/qt4/
-rw-r--r-- root/root usr/include/poppler/qt4/poppler-annotation.h
-rw-r--r-- root/root usr/include/poppler/qt4/poppler-export.h
-rw-r--r-- root/root usr/include/poppler/qt4/poppler-form.h
-rw-r--r-- root/root usr/include/poppler/qt4/poppler-link.h
-rw-r--r-- root/root usr/include/poppler/qt4/poppler-optcontent.h
-rw-r--r-- root/root usr/include/poppler/qt4/poppler-page-transition.h
-rw-r--r-- root/root usr/include/poppler/qt4/poppler-qt4.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libpoppler-qt4.a
-rwxr-xr-x root/root usr/lib/libpoppler-qt4.la
lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so -> libpoppler-qt4.so.3.4.0
lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so.3 -> libpoppler-qt4.so.3.4.0
-rwxr-xr-x root/root usr/lib/libpoppler-qt4.so.3.4.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-qt4.pc

1
poppler-qt4/.md5sum Normal file
View File

@ -0,0 +1 @@
3afa28e3c8c4f06b0fbca3c91e06394e poppler-0.16.7.tar.gz

26
poppler-qt4/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# Description: GLib-based shared library for poppler
# URL: http://poppler.freedesktop.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: qt4 poppler
name=poppler-qt4
version=0.16.7
release=1
source=(http://poppler.freedesktop.org/poppler-$version.tar.gz)
build() {
cd poppler-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-{zlib,libjpeg,libpng,cms} \
--disable-utils \
--disable-{abiword,splash}-output \
--disable-poppler-{glib,qt,cpp}
make
make DESTDIR=$PKG install
rm $PKG/usr/lib/pkgconfig/poppler{,-cairo}.pc
rm $PKG/usr/lib/libpoppler.*
}