From e425c907b0a7a08873493520b2fce0b12e881cb4 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 15 Dec 2015 20:15:46 +0900 Subject: Make GtkSourceView depend on Glade And add --enable-glade-catalog to sourceview configure. Enables building of the GtkSourceView plugin in Glade Change-Id: I11c2e97448ef001c2203ad838b0ff61648890a0f --- strata/gnome.morph | 3 ++- strata/gnome/gtksourceview.morph | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 strata/gnome/gtksourceview.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index 373e9988..1c5a2035 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -817,12 +817,13 @@ chunks: ref: ede1902bee26dbe36c2c1559b1166035580cdf30 unpetrify-ref: libpeas-1.16.0 - name: gtksourceview + morph: strata/gnome/gtksourceview.morph repo: upstream:gnome/gtksourceview ref: eeb6fd40fbbc74515828070fef554ed98ad481e9 unpetrify-ref: 3.18.1 - build-system: autotools build-depends: - m4-common + - glade ############################################### # Applications Start Here # ############################################### diff --git a/strata/gnome/gtksourceview.morph b/strata/gnome/gtksourceview.morph new file mode 100644 index 00000000..42a65a51 --- /dev/null +++ b/strata/gnome/gtksourceview.morph @@ -0,0 +1,5 @@ +name: gtksourceview +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-glade-catalog -- cgit v1.2.1