From 3270e3252a6b89e1d0a85619e79d3f746bdcaf29 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Mon, 8 Apr 2024 13:32:48 +0300 Subject: build-support: Add glib2 without introspection --- build-support/glib2/glib-compile-schemas.hook | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build-support/glib2/glib-compile-schemas.hook (limited to 'build-support/glib2/glib-compile-schemas.hook') diff --git a/build-support/glib2/glib-compile-schemas.hook b/build-support/glib2/glib-compile-schemas.hook new file mode 100644 index 00000000..93d1ed53 --- /dev/null +++ b/build-support/glib2/glib-compile-schemas.hook @@ -0,0 +1,12 @@ +[Trigger] +Type = Path +Operation = Install +Operation = Upgrade +Operation = Remove +Target = usr/share/glib-2.0/schemas/*.xml +Target = usr/share/glib-2.0/schemas/*.override + +[Action] +Description = Compiling GSettings XML schema files... +When = PostTransaction +Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas -- cgit v1.2.3-54-g00ecf