summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-04-22 14:24:08 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-04-22 14:32:25 +0200
commit23181687af3b8c8cf02f94a79a036fb47b762011 (patch)
treefb99ccea2459bd8be44b875ab70cb380261e4e15
parent8a57968aa71be27cb69b8fae9e827b7069fce54d (diff)
Copy pango modules in remote-viewer bundle
They are needed for proper font rendering
-rw-r--r--bundle/remote-viewer-gtk3.bundle8
-rw-r--r--bundle/remote-viewer.bundle8
2 files changed, 16 insertions, 0 deletions
diff --git a/bundle/remote-viewer-gtk3.bundle b/bundle/remote-viewer-gtk3.bundle
index 89e0748..3031309 100644
--- a/bundle/remote-viewer-gtk3.bundle
+++ b/bundle/remote-viewer-gtk3.bundle
@@ -78,6 +78,14 @@
${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/loaders/*.so
</binary>
+ <binary>
+ ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/
+ </binary>
+
+ <data>
+ ${prefix}/etc/pango/
+ </data>
+
<!-- Translation filenames, one for each program or library that you
want to copy in to the bundle. The "dest" attribute is
optional, as usual. Bundler will find all translations of that
diff --git a/bundle/remote-viewer.bundle b/bundle/remote-viewer.bundle
index 597987e..551da8b 100644
--- a/bundle/remote-viewer.bundle
+++ b/bundle/remote-viewer.bundle
@@ -78,6 +78,14 @@
${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/*.so
</binary>
+ <binary>
+ ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/
+ </binary>
+
+ <data>
+ ${prefix}/etc/pango/
+ </data>
+
<!-- Translation filenames, one for each program or library that you
want to copy in to the bundle. The "dest" attribute is
optional, as usual. Bundler will find all translations of that