From a031c9e29ba801a8bf205bfe8385801b49baf1a7 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sun, 13 Dec 2015 19:38:46 +0900 Subject: Adding libpeas to GNOME stratum A plugin extension library used by totem and gedit. Change-Id: Id80105cc3689f4ded5b08cfa2e10e031d2d43779 --- strata/gnome.morph | 5 +++++ strata/gnome/libpeas.morph | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 strata/gnome/libpeas.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index fd842a83..8f6e0944 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -803,6 +803,11 @@ chunks: repo: upstream:libwnck ref: 46bade6f53351f2a63d030e27cbba2e0048d1cde unpetrify-ref: 3.14.1 +- name: libpeas + morph: strata/gnome/libpeas.morph + repo: upstream:gnome/libpeas + ref: e3cc20f1aa33321ed7ddc2e4b048e09a8a15371c + unpetrify-ref: libpeas-1.14.0 ############################################### # Applications Start Here # ############################################### diff --git a/strata/gnome/libpeas.morph b/strata/gnome/libpeas.morph new file mode 100644 index 00000000..d5193600 --- /dev/null +++ b/strata/gnome/libpeas.morph @@ -0,0 +1,5 @@ +name: libpeas +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --enable-python3 -- cgit v1.2.1