From ea9ad17069dca859f44dd59aaffbb71bcee1ab65 Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 16 Apr 2012 03:55:26 +0200 Subject: poppler dans pakxe --- poppler-qt/.footprint.i686 | 18 ------------------ poppler-qt/.footprint.x86_64 | 18 ------------------ poppler-qt/.md5sum.i686 | 1 - poppler-qt/.md5sum.x86_64 | 1 - poppler-qt/Pkgfile | 38 -------------------------------------- 5 files changed, 76 deletions(-) delete mode 100644 poppler-qt/.footprint.i686 delete mode 100644 poppler-qt/.footprint.x86_64 delete mode 100644 poppler-qt/.md5sum.i686 delete mode 100644 poppler-qt/.md5sum.x86_64 delete mode 100755 poppler-qt/Pkgfile (limited to 'poppler-qt') diff --git a/poppler-qt/.footprint.i686 b/poppler-qt/.footprint.i686 deleted file mode 100644 index a6a3493d5..000000000 --- a/poppler-qt/.footprint.i686 +++ /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.7.0 -lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so.3 -> libpoppler-qt4.so.3.7.0 --rwxr-xr-x root/root usr/lib/libpoppler-qt4.so.3.7.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/poppler-qt4.pc diff --git a/poppler-qt/.footprint.x86_64 b/poppler-qt/.footprint.x86_64 deleted file mode 100644 index a6a3493d5..000000000 --- a/poppler-qt/.footprint.x86_64 +++ /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.7.0 -lrwxrwxrwx root/root usr/lib/libpoppler-qt4.so.3 -> libpoppler-qt4.so.3.7.0 --rwxr-xr-x root/root usr/lib/libpoppler-qt4.so.3.7.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/poppler-qt4.pc diff --git a/poppler-qt/.md5sum.i686 b/poppler-qt/.md5sum.i686 deleted file mode 100644 index 650002045..000000000 --- a/poppler-qt/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -4cd3bf2a0a13fa8eaf00d31368915f77 poppler-0.18.0.tar.gz diff --git a/poppler-qt/.md5sum.x86_64 b/poppler-qt/.md5sum.x86_64 deleted file mode 100644 index 650002045..000000000 --- a/poppler-qt/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -4cd3bf2a0a13fa8eaf00d31368915f77 poppler-0.18.0.tar.gz diff --git a/poppler-qt/Pkgfile b/poppler-qt/Pkgfile deleted file mode 100755 index 6a4dd67fb..000000000 --- a/poppler-qt/Pkgfile +++ /dev/null @@ -1,38 +0,0 @@ -# Description: Conitient 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 -# Run on: qt,poppler - -name=poppler-qt -version=0.18.0 -#0.16.7 -release=1 -source=(http://poppler.freedesktop.org/poppler-$version.tar.gz) - -build() { - cd poppler-$version - sed -i -e '/AC_PATH_XTRA/d' configure.ac - autoreconf - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-cairo-output \ - --enable-xpdf-headers \ - --enable-libjpeg --enable-zlib \ - --enable-poppler-qt4 \ - --disable-poppler-glib - make - sed -e 's/^glib_subdir =.*/glib_subdir =/' \ - -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile - - cd poppler - make DESTDIR=$PKG install-libLTLIBRARIES - cd $SRC/poppler-$version/qt4 - make DESTDIR=$PKG install - - install -m755 -d $PKG/usr/lib/pkgconfig - install -m644 ../poppler-qt4.pc $PKG/usr/lib/pkgconfig/ - rm -f $PKG/usr/lib/libpoppler.* -} - -- cgit v1.2.3-54-g00ecf