[glom] Add missing libpangoft2-1.0-0.dll to installer
- From: Armin Burgmeier <arminb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glom] Add missing libpangoft2-1.0-0.dll to installer
- Date: Thu, 17 Dec 2009 00:27:37 +0000 (UTC)
commit 622c6df60d839b45df2624a26e484ee7db1f1c8d
Author: Armin Burgmeier <armin arbur net>
Date: Thu Dec 17 01:24:05 2009 +0100
Add missing libpangoft2-1.0-0.dll to installer
2009-12-16 Armin Burgmeier <armin arbur net>
* win32/build-installer:
* win32/glom.iss.in: Add missing libpangoft2-1.0-0.dll. Bug #599966.
ChangeLog | 5 +++++
win32/build-installer | 3 +++
win32/glom.iss.in | 3 +++
3 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 731c43b..885e070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-16 Armin Burgmeier <armin arbur net>
+
+ * win32/build-installer:
+ * win32/glom.iss.in: Add missing libpangoft2-1.0-0.dll. Bug #599966.
+
2009-12-14 Murray Cumming <murrayc murrayc com>
* glom.desktop.in.in: Remove the Application category because
diff --git a/win32/build-installer b/win32/build-installer
index e7f0748..a68892a 100755
--- a/win32/build-installer
+++ b/win32/build-installer
@@ -42,6 +42,8 @@ cp /bundle/bin/gspawn-win32-helper-console.exe installer/bin || exit
cp /bundle/bin/libatk-1.0-0.dll installer/bin || exit
cp /bundle/bin/libxml2-2.dll installer/bin || exit
+# TODO: Remove as soon as GtkSourceView is built against recent GTK+
+cp libxml2.dll installer/bin || exit
cp /bundle/bin/libfontconfig-1.dll installer/bin || exit
cp /bundle/bin/libexpat-1.dll installer/bin || exit
cp /bundle/bin/freetype6.dll installer/bin || exit
@@ -51,6 +53,7 @@ cp /bundle/bin/libjpeg-7.dll installer/bin || exit
cp /bundle/bin/libtiff-3.dll installer/bin || exit
cp /bundle/bin/libpango-1.0-0.dll installer/bin || exit
+cp /bundle/bin/libpangoft2-1.0-0.dll installer/bin || exit
cp /bundle/bin/libpangocairo-1.0-0.dll installer/bin || exit
cp /bundle/bin/libpangowin32-1.0-0.dll installer/bin || exit
diff --git a/win32/glom.iss.in b/win32/glom.iss.in
index 1c61b9e..c710eeb 100644
--- a/win32/glom.iss.in
+++ b/win32/glom.iss.in
@@ -38,6 +38,8 @@ Source: "bin\intl.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\iconv.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\zlib1.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libpng12-0.dll"; DestDir: "{app}\bin"; Components: gtk
+; TODO: Remove when gtksourceview uses the new libxml dll
+Source: "bin\libxml2.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libjpeg-7.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libtiff-3.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libxml2-2.dll"; DestDir: "{app}\bin"; Components: gtk
@@ -54,6 +56,7 @@ Source: "bin\gspawn-win32-helper.exe"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\gspawn-win32-helper-console.exe"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libatk-1.0-0.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libpango-1.0-0.dll"; DestDir: "{app}\bin"; Components: gtk
+Source: "bin\libpangoft2-1.0-0.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libpangocairo-1.0-0.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libpangowin32-1.0-0.dll"; DestDir: "{app}\bin"; Components: gtk
Source: "bin\libcairo-2.dll"; DestDir: "{app}\bin"; Components: gtk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]