diff options
author | sibel <lesibel at free dot fr> | 2010-06-24 18:21:00 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-06-24 18:21:00 +0200 |
commit | 6746697bb7b18e0881c72da78111d5a45a197116 (patch) | |
tree | 7b9525604defdf9246c7390ddbbc6434ce923fb4 /test/poppler-qt | |
parent | 9aeb6f88fd0c22a9da156e48682c891cf4b00928 (diff) | |
download | nutyx-pakxe-6746697bb7b18e0881c72da78111d5a45a197116.tar.gz nutyx-pakxe-6746697bb7b18e0881c72da78111d5a45a197116.tar.bz2 nutyx-pakxe-6746697bb7b18e0881c72da78111d5a45a197116.tar.xz nutyx-pakxe-6746697bb7b18e0881c72da78111d5a45a197116.zip |
retour à la maison de poppler-qt
Diffstat (limited to 'test/poppler-qt')
-rw-r--r-- | test/poppler-qt/.footprint | 18 | ||||
-rw-r--r-- | test/poppler-qt/.md5sum | 1 | ||||
-rwxr-xr-x | test/poppler-qt/Pkgfile | 32 |
3 files changed, 0 insertions, 51 deletions
diff --git a/test/poppler-qt/.footprint b/test/poppler-qt/.footprint deleted file mode 100644 index d09bd1b91..000000000 --- a/test/poppler-qt/.footprint +++ /dev/null @@ -1,18 +0,0 @@ -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/ --rwxr-xr-x root/root usr/lib/libpoppler-qt4.la -lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so -> libpoppler-qt4.so.3.3.0 -lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so.3 -> libpoppler-qt4.so.3.3.0 --rwxr-xr-x root/root usr/lib/libpoppler-qt4.so.3.3.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/poppler-qt4.pc diff --git a/test/poppler-qt/.md5sum b/test/poppler-qt/.md5sum deleted file mode 100644 index cb8dcbc88..000000000 --- a/test/poppler-qt/.md5sum +++ /dev/null @@ -1 +0,0 @@ -76f003b8fa2b905674088c306aa857c5 poppler-0.14.0.tar.gz diff --git a/test/poppler-qt/Pkgfile b/test/poppler-qt/Pkgfile deleted file mode 100755 index 6a471f36b..000000000 --- a/test/poppler-qt/Pkgfile +++ /dev/null @@ -1,32 +0,0 @@ -# Description: Contient une librairie pour le rendu des fichiers pdf -# URL: http://poppler.freedesktop.org/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: qt, poppler - -name=poppler-qt -version=0.14.0 -release=1 -source=(http://poppler.freedesktop.org/poppler-$version.tar.gz) - -build() { - cd poppler-$version - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-zlib \ - --enable-libjpeg \ - --disable-xpdf-headers \ - --disable-cairo-output \ - --enable-poppler-qt4 \ - --disable-poppler-glib \ - --disable-gtk-test \ - --disable-poppler-qt \ - --disable-poppler-cpp - make -j3 - make prefix=$PKG/usr install - - rm -rf $PKG/usr/{share,bin} - rm -f $PKG/usr/lib/libpoppler{-{glib,qt}.so*,.*} - rm -f $PKG/usr/lib/pkgconfig/poppler{,-{glib,qt,cairo,splash}}.pc -} - |