From e195a2e379c73611db97bc1b2529df6297635d44 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 24 May 2012 16:59:58 +0000 Subject: more build script cleanups git-svn-id: svn://localhost/ardour2/branches/3.0@12428 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tools/linux_packaging/build') diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 73a6b348c7..672b6f69a1 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -299,7 +299,16 @@ echo "Copying all GDK Pixbuf loaders ..." cp -R $GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so $Loaders # charset alias file -pango-querymodules | sed "s?$GTKSTACK_ROOT/lib/pango/1.6.0/?@ROOTDIR@/?" > $Etc/pango.modules.in +# Generate a pango module file using the actual Pango that we're going to bundle + +cat > pangorc < $Etc/pango.modules +rm pangorc + +# Ditto for gdk-pixbuf loaders gdk-pixbuf-query-loaders | sed "s?$GTKSTACK_ROOT/lib/gdk-pixbuf-2.0/2.10.0/?@ROOTDIR@/?" > $Etc/gdk-pixbuf.loaders.in # We rely on clearlooks, so include a version from our own build tree -- cgit v1.2.3