[Lunar-commits] <moonbase-gnome3> pygobject: add vesion 3.8.3 to gnome3 repo.
Florin Braescu
florin at lunar-linux.org
Fri Jul 19 16:23:59 CEST 2013
commit 4fee2969ab7c8683056ebb9a850ec8e27f6c93e8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 19 Jul 2013 07:23:31 -0700
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/4fee2969ab7c8683056ebb9a850ec8e27f6c93e8
pygobject: add vesion 3.8.3 to gnome3 repo.
---
libs/pygobject/BUILD | +8/-0
libs/pygobject/CONFIGURE | +1/-0
libs/pygobject/DEPENDS | +4/-0
libs/pygobject/DETAILS | +17/-0
4 files changed, 30 insertions(+)
--- /dev/null
+++ b/libs/pygobject/BUILD
@@ -0,0 +1,8 @@
+if [ "`get_module_config DOCS`" = "n" ] ; then
+ sedit "s/SUBDIRS = docs codegen/SUBDIRS = codegen/g" Makefile.in
+fi &&
+
+# ignore unrecognized format function type warning
+sedit 's:CFLAGS="$CFLAGS -Werror=format"::' configure &&
+
+default_build
--- /dev/null
+++ b/libs/pygobject/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
--- /dev/null
+++ b/libs/pygobject/DEPENDS
@@ -0,0 +1,4 @@
+depends glib-2
+depends Python
+depends pycairo
+depends gobject-introspection
--- /dev/null
+++ b/libs/pygobject/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=pygobject
+ VERSION=3.8.3
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:eac51d289f98b427db531b8fc719572f0d3b8ec0
+ WEB_SITE=http://www.pygtk.org
+ ENTERED=20050319
+ UPDATED=20130719
+ SHORT="Python bindings for GObject"
+
+cat << EOF
+PyGObject provides a convenient wrapper for the GObject+ library for
+use in Python programs, and takes care of many of the boring details
+such as managing memory and type casting. When combined with PyGTK,
+PyORBit and gnome-python, it can be used to write full featured GNOME
+applications.
+EOF
More information about the Lunar-commits
mailing list