[Lunar-commits] r19795 - in moonbase/trunk/python: . pycairo
Jannis Pohlmann
jannis at lunar-linux.org
Sat Apr 22 10:35:22 UTC 2006
Author: jannis
Date: 2006-04-22 10:35:20 +0000 (Sat, 22 Apr 2006)
New Revision: 19795
Added:
moonbase/trunk/python/pycairo/
moonbase/trunk/python/pycairo/DEPENDS
moonbase/trunk/python/pycairo/DETAILS
Log:
pycairo added
Added: moonbase/trunk/python/pycairo/DEPENDS
===================================================================
--- moonbase/trunk/python/pycairo/DEPENDS (rev 0)
+++ moonbase/trunk/python/pycairo/DEPENDS 2006-04-22 10:35:20 UTC (rev 19795)
@@ -0,0 +1,2 @@
+depends cairo &&
+depends pygtk2
Added: moonbase/trunk/python/pycairo/DETAILS
===================================================================
--- moonbase/trunk/python/pycairo/DETAILS (rev 0)
+++ moonbase/trunk/python/pycairo/DETAILS 2006-04-22 10:35:20 UTC (rev 19795)
@@ -0,0 +1,18 @@
+ MODULE=pycairo
+ VERSION=1.0.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://cairographics.org/releases/
+ SOURCE_VFY=92b51f670aaba03ac372dc2999e715bc5281f5e5
+ WEB_SITE=http://cairographics.org/pycairo
+ ENTERED=20060422
+ UPDATED=20060422
+ SHORT="Python bindings for the cairo rendering engine"
+ MAINTAINER=jannis at xfce.org
+
+cat << EOF
+Cairo is a library for drawing vector graphics. Vector graphics are interesting
+because when they appear on screen, they don't lose clarity when resized or
+transformed.
+
+This package contains Python bindings for the cairo rendering engine.
+EOF
More information about the Lunar-commits
mailing list