From fe50d0fc311e722383f8ccf9ff3234b08401f45c Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 5 Oct 2015 14:31:31 +0900 Subject: Compile GSettings schemas on target system Adds a system-integration hook for the compilation of any schemas which may have been installed by various modules during the build. Change-Id: I509a35b56961a5ac15a29fb664edf87e8bdc103a --- strata/glib-common.morph | 1 + strata/glib-common/glib.morph | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 strata/glib-common/glib.morph (limited to 'strata') diff --git a/strata/glib-common.morph b/strata/glib-common.morph index 60254e89..890111a3 100644 --- a/strata/glib-common.morph +++ b/strata/glib-common.morph @@ -15,6 +15,7 @@ chunks: unpetrify-ref: 3.14.0 build-system: autotools - name: glib + morph: strata/glib-common/glib.morph repo: upstream:glib ref: d73cd49799444f9045d44a414c7b35f129844504 unpetrify-ref: 2.46.0 diff --git a/strata/glib-common/glib.morph b/strata/glib-common/glib.morph new file mode 100644 index 00000000..cdfceed2 --- /dev/null +++ b/strata/glib-common/glib.morph @@ -0,0 +1,8 @@ +name: glib +kind: chunk +build-system: autotools +system-integration: + glib-misc: + 01-compile-schemas: + - mkdir -p /usr/share/glib-2.0/schemas + - /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas -- cgit v1.2.1