[jhbuild] glib.trigger: New trigger for GSettings schemas



commit a79c568841b82a9c8c00487518db2d3a35930509
Author: Colin Walters <walters verbum org>
Date:   Tue Jul 5 19:37:07 2011 -0400

    glib.trigger: New trigger for GSettings schemas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653842

 triggers/Makefile.am  |    5 ++++-
 triggers/glib.trigger |   22 ++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/triggers/Makefile.am b/triggers/Makefile.am
index a1793f8..b259309 100644
--- a/triggers/Makefile.am
+++ b/triggers/Makefile.am
@@ -1,2 +1,5 @@
 triggerdir = $(datadir)/jhbuild/triggers
-trigger_DATA = pango.trigger gdk-pixbuf.trigger
+trigger_DATA = \
+	gdk-pixbuf.trigger \
+	glib.trigger \
+	pango.trigger
diff --git a/triggers/glib.trigger b/triggers/glib.trigger
new file mode 100644
index 0000000..f9f08e7
--- /dev/null
+++ b/triggers/glib.trigger
@@ -0,0 +1,22 @@
+# Post-installation hook for glib/gschema.  -*- mode: sh -*-
+#
+# Written by Colin Walters <walters verbum org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+# IfExecutable: glib-compile-schemas
+# LiteralMatch: /share/glib-2.0/schemas/
+
+glib-compile-schemas $JHBUILD_PREFIX/share/glib-2.0/schemas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]