[libgda] Also distribute Pango modules in Windows packaging



commit 4819a50dd73bd2de2ef25e557dea238f89b22ef8
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Nov 22 22:34:45 2011 +0100

    Also distribute Pango modules in Windows packaging

 installers/Windows/make-zip-setup.sh |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/installers/Windows/make-zip-setup.sh b/installers/Windows/make-zip-setup.sh
index 1fa394d..9fe7b7b 100755
--- a/installers/Windows/make-zip-setup.sh
+++ b/installers/Windows/make-zip-setup.sh
@@ -455,9 +455,13 @@ files=(gtkrc)
 add_files_to_zip $archive_ext . etc/gtk-3.0 $files
 add_found_files_to_nsh core etc/gtk-3.0
 
-#files=(pango.modules)
-#add_files_to_zip $archive_ext "${depend_path}" etc/pango $files
-#add_found_files_to_nsh core "${depend_path}" etc/pango $files
+files=(pango.modules)
+add_files_to_zip $archive_ext "${depend_path}" etc/pango $files
+add_found_files_to_nsh core etc/pango
+
+files=(pango-*.dll)
+add_files_to_zip $archive_ext "${depend_path}" lib/pango/1.6.0/modules $files
+add_found_files_to_nsh core lib/pango/1.6.0/modules
 
 files=(gda-sql-5.0.exe libgda-5.0-4.dll libgda-report-5.0-4.dll libgda-ui-5.0-4.dll gda-browser-5.0.exe gda-control-center-5.0.exe)
 add_files_to_zip $archive $prefix bin $files



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