# HG changeset patch # User Christopher Rogers # Date 1296747653 0 # Node ID a9a016ca88725ec7a5b92ab8ac65f6930d6e8930 # Parent 8131542f626c5626036d7e2e1e9cdbdb215d52f9 Down: poppler to 0.14.5. diff -r 8131542f626c -r a9a016ca8872 poppler-apps/receipt --- a/poppler-apps/receipt Thu Feb 03 11:34:07 2011 +0000 +++ b/poppler-apps/receipt Thu Feb 03 15:40:53 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="poppler-apps" -VERSION="0.16.2" +VERSION="0.14.5" CATEGORY="office" SHORT_DESC="Poppler utilities to manipulate PDF file." MAINTAINER="pankso@slitaz.org" diff -r 8131542f626c -r a9a016ca8872 poppler-dev/receipt --- a/poppler-dev/receipt Thu Feb 03 11:34:07 2011 +0000 +++ b/poppler-dev/receipt Thu Feb 03 15:40:53 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="poppler-dev" -VERSION="0.16.2" +VERSION="0.14.5" CATEGORY="development" SHORT_DESC="Poppler PDF rendering library devel files." MAINTAINER="pankso@slitaz.org" diff -r 8131542f626c -r a9a016ca8872 poppler-qt4/receipt --- a/poppler-qt4/receipt Thu Feb 03 11:34:07 2011 +0000 +++ b/poppler-qt4/receipt Thu Feb 03 15:40:53 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="poppler-qt4" -VERSION="0.16.2" +VERSION="0.14.5" CATEGORY="office" SHORT_DESC="Poppler QT4 library." MAINTAINER="pankso@slitaz.org" diff -r 8131542f626c -r a9a016ca8872 poppler/receipt --- a/poppler/receipt Thu Feb 03 11:34:07 2011 +0000 +++ b/poppler/receipt Thu Feb 03 15:40:53 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="poppler" -VERSION="0.16.2" +VERSION="0.14.5" CATEGORY="office" SHORT_DESC="Poppler is a PDF rendering library." MAINTAINER="pankso@slitaz.org" @@ -23,7 +23,7 @@ --mandir=/usr/share/man \ --enable-zlib \ $CONFIGURE_ARGS && - make -j 4 && + make && make DESTDIR=$PWD/_pkg install }