[Lunar-commits] <moonbase> pycairo: updated to 1.10.0
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed May 4 03:37:09 CEST 2011
commit bc66cfded49ee0eb7c1790459d587b8ebdca5569
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Wed May 4 03:37:09 2011 +0200
pycairo: updated to 1.10.0
---
python/pycairo/BUILD | 12 ++++++++++++
python/pycairo/DETAILS | 9 +++++----
2 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/python/pycairo/BUILD b/python/pycairo/BUILD
new file mode 100644
index 0000000..d43a791
--- /dev/null
+++ b/python/pycairo/BUILD
@@ -0,0 +1,12 @@
+(
+
+ if [ -d /usr/lib64 ]; then
+ ./waf configure --prefix=/usr --libdir=/usr/lib64
+ else
+ ./waf configure --prefix=/usr
+ fi &&
+ ./waf build &&
+ prepare_install &&
+ ./waf install
+
+) > $C_FIFO 2>&1
diff --git a/python/pycairo/DETAILS b/python/pycairo/DETAILS
index df6dd5b..be53365 100644
--- a/python/pycairo/DETAILS
+++ b/python/pycairo/DETAILS
@@ -1,11 +1,12 @@
MODULE=pycairo
- VERSION=1.8.8
- SOURCE=$MODULE-$VERSION.tar.gz
+ VERSION=1.10.0
+ SOURCE=py2cairo-$VERSION.tar.bz2
SOURCE_URL=http://cairographics.org/releases/
- SOURCE_VFY=sha1:b127ed59bd876ca0fe5d0cf0f69735835c599e9b
+ SOURCE_VFY=sha1:2efa8dfafbd6b8e492adaab07231556fec52d6eb
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/py2cairo-$VERSION
WEB_SITE=http://cairographics.org/
ENTERED=20040506
- UPDATED=20090829
+ UPDATED=20110503
SHORT="A multi-platform 2D vector graphics library"
cat << EOF
More information about the Lunar-commits
mailing list