[Xfce4-commits] <midori:master> makedist.midori: Be sure to check for pango modules

Christian Dywan noreply at xfce.org
Sat Feb 11 04:32:03 CET 2012


Updating branch refs/heads/master
         to 50a4cda60c4fb801916981ccd54c6295167cf707 (commit)
       from 15fd840a9da72f34889908d13943fbdf2aaee4ca (commit)

commit 50a4cda60c4fb801916981ccd54c6295167cf707
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sat Feb 11 02:59:20 2012 +0100

    makedist.midori: Be sure to check for pango modules
    
    They can be either compiled in or modular.
    If our case is the latter we want them packaged as well.

 win32/makedist/makedist.midori |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 1d8b4e1..f433903 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -126,6 +126,9 @@ grab_files lib engines
 grab_files lib enchant
 grab_files lib gio
 
+# Fedora ships on-demand pango modules, check just in case
+grab_files lib pango
+
 echo -n .
 
 # copy share


More information about the Xfce4-commits mailing list