[Lunar-commits] <moonbase> pypoppler: add two patches to fix the build.
Florin Braescu
florin at lunar-linux.org
Sat Mar 3 07:32:58 CET 2012
commit 36e8c8e5bc51fdcb2cc30f440b54ac9e7c59868a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Mar 3 07:32:58 2012 +0100
pypoppler: add two patches to fix the build.
---
python/pypoppler/BUILD | 8 ++++++++
python/pypoppler/DETAILS | 10 ++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/python/pypoppler/BUILD b/python/pypoppler/BUILD
new file mode 100644
index 0000000..72e4a43
--- /dev/null
+++ b/python/pypoppler/BUILD
@@ -0,0 +1,8 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/python/pypoppler/DETAILS b/python/pypoppler/DETAILS
index fa46af9..40da3af 100644
--- a/python/pypoppler/DETAILS
+++ b/python/pypoppler/DETAILS
@@ -1,11 +1,17 @@
MODULE=pypoppler
VERSION=0.12.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://launchpad.net/poppler-python/trunk/development/+download/
+ SOURCE2=$MODULE-$VERSION-poppler.defs.patch.gz
+ SOURCE3=$MODULE-$VERSION-poppler.override.patch.gz
+ SOURCE_URL=http://launchpad.net/poppler-python/trunk/development/+download
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:a8a92039911a7c4bbd995a46f88a1877bf88ab5c
+ SOURCE2_VFY=sha1:092d725a8c22d8838bb7173ad1f1ea5e91522774
+ SOURCE3_VFY=sha1:37cc17b62475f9ba0feccf240a2fd4648ba013f7
WEB_SITE=https://launchpad.net/poppler-python
ENTERED=20071222
- UPDATED=20100109
+ UPDATED=20120303
SHORT="Python bindings for poppler"
cat << EOF
More information about the Lunar-commits
mailing list