summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-18 15:08:21 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-18 15:08:21 +0100
commit8770b452feaf14a3025d1aeff42df30a55cb8e86 (patch)
tree10a7028c45fef36cf70bb7b9b13a5756f954c60e
parentee3537107a0bc41d5e5b2dc5c71106dec42ad144 (diff)
downloadpango-8770b452feaf14a3025d1aeff42df30a55cb8e86.tar.gz
Add morphology: runs pango-querymodules after install
This should be done automatically, but because we use DESTDIR it does not get executed.
-rw-r--r--pango.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/pango.morph b/pango.morph
new file mode 100644
index 00000000..936631e4
--- /dev/null
+++ b/pango.morph
@@ -0,0 +1,10 @@
+{
+ "name": "pango",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install",
+ "mkdir -p \"$DESTDIR/$PREFIX/etc/pango/\"",
+ "\"$DESTDIR/$PREFIX/bin/pango-querymodules\" \"$DESTDIR/$PREFIX/lib/pango/1.6.0/modules/\"*.la | sed -e \"s,$DESTDIR/$PREFIX,$PREFIX,\" > \"$DESTDIR/$PREFIX/etc/pango/pango.modules\""
+ ]
+}