From e29d40c8dcf451908a61ad4171bf222c5f93a800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 18 Oct 2015 18:30:08 +0100 Subject: Add python3-gobject stratum Change-Id: Id7ff99128df2bc3378ef0e4baf72956f8d0c8311 --- strata/python3-gobject.morph | 13 +++++++++++++ strata/python3-gobject/python3-gobject.morph | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 strata/python3-gobject.morph create mode 100644 strata/python3-gobject/python3-gobject.morph diff --git a/strata/python3-gobject.morph b/strata/python3-gobject.morph new file mode 100644 index 00000000..1e2db195 --- /dev/null +++ b/strata/python3-gobject.morph @@ -0,0 +1,13 @@ +name: python3-gobject +kind: stratum +description: | + Python 3 GObject bindings +build-depends: +- morph: strata/core.morph +- morph: strata/glib-common.morph +chunks: +- name: python3-gobject + morph: strata/python3-gobject/python3-gobject.morph + repo: upstream:pygobject + ref: 8e7f6f1458cf1c162c13422c72562b00433b762b + unpetrify-ref: pygobject-3-18 diff --git a/strata/python3-gobject/python3-gobject.morph b/strata/python3-gobject/python3-gobject.morph new file mode 100644 index 00000000..8f165ad1 --- /dev/null +++ b/strata/python3-gobject/python3-gobject.morph @@ -0,0 +1,5 @@ +name: python3-gobject +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-cairo --with-python=python3 -- cgit v1.2.1