[Lunar-commits] <moonbase> pygobject: move it to the python dir. Small tweaks.
Florin Braescu
florin at lunar-linux.org
Fri Apr 13 20:48:10 CEST 2012
commit ade5e90ec3b2319d43c833f7ad6e4a25ffbd8638
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Apr 13 20:48:10 2012 +0200
pygobject: move it to the python dir. Small tweaks.
---
gnome2/bindings/pygobject/BUILD | 16 ----------------
gnome2/bindings/pygobject/CONFIGURE | 1 -
gnome2/bindings/pygobject/DEPENDS | 5 -----
gnome2/bindings/pygobject/DETAILS | 17 -----------------
python/pygobject/BUILD | 16 ++++++++++++++++
python/pygobject/CONFIGURE | 1 +
python/pygobject/DEPENDS | 5 +++++
python/pygobject/DETAILS | 17 +++++++++++++++++
8 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/gnome2/bindings/pygobject/BUILD b/gnome2/bindings/pygobject/BUILD
deleted file mode 100644
index 56f5829..0000000
--- a/gnome2/bindings/pygobject/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
- if [ "`get_module_config DOCS`" = "n" ] ; then
- sedit "s/SUBDIRS = docs codegen/SUBDIRS = codegen/g" Makefile.in
- fi &&
-
- ./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
- $OPTS &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/bindings/pygobject/CONFIGURE b/gnome2/bindings/pygobject/CONFIGURE
deleted file mode 100644
index 04b5a83..0000000
--- a/gnome2/bindings/pygobject/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery DOCS "Build docs?" n
diff --git a/gnome2/bindings/pygobject/DEPENDS b/gnome2/bindings/pygobject/DEPENDS
deleted file mode 100644
index d5d219d..0000000
--- a/gnome2/bindings/pygobject/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends Python
-depends glib-2
-depends pycairo
-
-optional_depends gobject-introspection "" "--enable-introspection=no" "for introspection"
diff --git a/gnome2/bindings/pygobject/DETAILS b/gnome2/bindings/pygobject/DETAILS
deleted file mode 100644
index d4dd0c0..0000000
--- a/gnome2/bindings/pygobject/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=pygobject
- VERSION=3.2.0
- SOURCE=$MODULE-$VERSION.tar.xz
- SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}/
- SOURCE_VFY=sha256:1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3
- WEB_SITE=http://www.pygtk.org
- ENTERED=20050319
- UPDATED=20120411
- 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
diff --git a/python/pygobject/BUILD b/python/pygobject/BUILD
new file mode 100644
index 0000000..eb0d277
--- /dev/null
+++ b/python/pygobject/BUILD
@@ -0,0 +1,16 @@
+(
+
+ if [ "`get_module_config DOCS`" = "n" ] ; then
+ sedit "s/SUBDIRS = docs codegen/SUBDIRS = codegen/g" Makefile.in
+ fi &&
+
+ ./configure --prefix=/usr \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=-/usr/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/python/pygobject/CONFIGURE b/python/pygobject/CONFIGURE
new file mode 100644
index 0000000..04b5a83
--- /dev/null
+++ b/python/pygobject/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
diff --git a/python/pygobject/DEPENDS b/python/pygobject/DEPENDS
new file mode 100644
index 0000000..d5d219d
--- /dev/null
+++ b/python/pygobject/DEPENDS
@@ -0,0 +1,5 @@
+depends Python
+depends glib-2
+depends pycairo
+
+optional_depends gobject-introspection "" "--enable-introspection=no" "for introspection"
diff --git a/python/pygobject/DETAILS b/python/pygobject/DETAILS
new file mode 100644
index 0000000..175fb5d
--- /dev/null
+++ b/python/pygobject/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=pygobject
+ VERSION=3.2.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha256:1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3
+ WEB_SITE=http://www.pygtk.org
+ ENTERED=20050319
+ UPDATED=20120411
+ 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