[jhbuild] pango.trigger: New trigger for pango modules



commit d3809d1c8cd6831aa87a25b5d13075bc5414e655
Author: Colin Walters <walters verbum org>
Date:   Tue Jul 5 14:02:34 2011 -0400

    pango.trigger: New trigger for pango modules
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653842

 triggers/Makefile.am   |    2 +-
 triggers/pango.trigger |   23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/triggers/Makefile.am b/triggers/Makefile.am
index 4e1cd60..a1793f8 100644
--- a/triggers/Makefile.am
+++ b/triggers/Makefile.am
@@ -1,2 +1,2 @@
 triggerdir = $(datadir)/jhbuild/triggers
-trigger_DATA = gdk-pixbuf.trigger
+trigger_DATA = pango.trigger gdk-pixbuf.trigger
diff --git a/triggers/pango.trigger b/triggers/pango.trigger
new file mode 100644
index 0000000..6de2cdc
--- /dev/null
+++ b/triggers/pango.trigger
@@ -0,0 +1,23 @@
+# Post-installation hook for pango.  -*- mode: sh -*-
+# Corresponds to gdk-pixbuf/gdk-pixbuf/Makefile.am:install-data-hook
+#
+# 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: pango-querymodules
+# REMatch: /lib.*/pango/.*/modules/.*\.so
+
+pango-querymodules > $JHBUILD_PREFIX/etc/pango/pango.modules



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