summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgnome3-libs/pygobject3/BUILD4
-rwxr-xr-xgnome3-libs/pygobject3/DEPENDS6
-rwxr-xr-xgnome3-libs/pygobject3/DETAILS5
-rw-r--r--gnome3-libs/pygobject3/HISTORY5
-rwxr-xr-xgnome3-libs/pygobject3/INSTALL1
5 files changed, 14 insertions, 7 deletions
diff --git a/gnome3-libs/pygobject3/BUILD b/gnome3-libs/pygobject3/BUILD
index e16484f8a8..45b2462185 100755
--- a/gnome3-libs/pygobject3/BUILD
+++ b/gnome3-libs/pygobject3/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS --enable-thread" &&
-PYTHON=python2 default_build
+OPTS="$OPTS python=python3"
+default_build
diff --git a/gnome3-libs/pygobject3/DEPENDS b/gnome3-libs/pygobject3/DEPENDS
index 4ce1b64eeb..c4e65efacc 100755
--- a/gnome3-libs/pygobject3/DEPENDS
+++ b/gnome3-libs/pygobject3/DEPENDS
@@ -1,4 +1,6 @@
depends python &&
-depends pycairo &&
+depends meson &&
depends glib2 &&
-depends gobject-introspection
+depends gobject-introspection &&
+
+optional_depends pycairo "pycairo=true" "pycairo=false" "for pycairo integration"
diff --git a/gnome3-libs/pygobject3/DETAILS b/gnome3-libs/pygobject3/DETAILS
index 4a081b0d55..9a542ca7a9 100755
--- a/gnome3-libs/pygobject3/DETAILS
+++ b/gnome3-libs/pygobject3/DETAILS
@@ -1,10 +1,11 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=pygobject3
if [[ $PYGOBJECT3_BRANCH == devel ]]; then
VERSION=3.21.0
SOURCE_HASH=sha512:68ce77da051fbc71696bbf271f3693679912e0ba352f1e107b508c0b3eb347498be52745dbf962ed424e133540f77f0f2420948c0fe65d1462fd5797b70650d8
else
- VERSION=3.28.3
- SOURCE_HASH=sha512:0abda393dd774f9cea04f883eab53f5ebde81d2439ed18cfe08ef39a1996054ab34bf4e770f70116a4485fb4f9970464b9a950ffa4af76cfa21ecc8d4dff968d
+ VERSION=3.30.0
+ SOURCE_HASH=sha512:532d0552b792f402d5fc235299c2b5b08ee07ba4d5cbfc3b472659d7543f8ab26d2979c328de60135cd424d2dfa3fc3e3c24c1e6289c54a76a6334fd33c4f2f1
fi
SOURCE=pygobject-$VERSION.tar.xz
SOURCE_URL[0]=$GNOME_URL/sources/pygobject/${VERSION%.*}/$SOURCE
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
index ac7f54810c..72df9506f4 100644
--- a/gnome3-libs/pygobject3/HISTORY
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -1,3 +1,8 @@
+2018-09-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: stable version 3.30.0
+ * BUILD, DEPENDS, DETAILS: use meson
+ * INSTALL: removed
+
2018-06-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: stable version 3.28.3
diff --git a/gnome3-libs/pygobject3/INSTALL b/gnome3-libs/pygobject3/INSTALL
deleted file mode 100755
index dadeed359e..0000000000
--- a/gnome3-libs/pygobject3/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-PYTHONPATH=/usr/lib/python2.7/site-packages default_install