gedit r6714 - branches/win32/win32



Author: icq
Date: Wed Dec 24 12:39:11 2008
New Revision: 6714
URL: http://svn.gnome.org/viewvc/gedit?rev=6714&view=rev

Log:
Add libgail


Modified:
   branches/win32/win32/build-installer
   branches/win32/win32/gedit.iss.in

Modified: branches/win32/win32/build-installer
==============================================================================
--- branches/win32/win32/build-installer	(original)
+++ branches/win32/win32/build-installer	Wed Dec 24 12:39:11 2008
@@ -61,6 +61,8 @@
 
 cp /bin/libgconf-2-4.dll installer/bin || exit
 
+cp /bin/libgailutil-18.dll installer/bin || exit
+
 echo "Stripping DLL files..."
 strip installer/bin/*.dll || exit
 strip installer/bin/*.exe || exit
@@ -128,6 +130,11 @@
 strip installer/lib/gtk-2.0/2.10.0/loaders/*.dll || exit
 cp /bin/gdk-pixbuf-query-loaders.exe installer/bin || exit
 
+# Gail
+mkdir -p installer/lib/gtk-2.0/modules || exit
+cp /lib/gtk-2.0/modules/libgail.dll installer/lib/gtk-2.0/modules || exit
+strip installer/lib/gtk-2.0/modules/libgail.dll
+
 # TODO: Can we omit this?
 mkdir -p installer/etc/gtk-2.0
 cp /etc/gtk-2.0/gtk.immodules installer/etc/gtk-2.0 || exit -1

Modified: branches/win32/win32/gedit.iss.in
==============================================================================
--- branches/win32/win32/gedit.iss.in	(original)
+++ branches/win32/win32/gedit.iss.in	Wed Dec 24 12:39:11 2008
@@ -57,6 +57,7 @@
 Source: "bin\libgdk-win32-2.0-0.dll"; DestDir: "{app}\bin"; Components: gtk
 Source: "bin\libgdk_pixbuf-2.0-0.dll"; DestDir: "{app}\bin"; Components: gtk
 Source: "bin\libgtk-win32-2.0-0.dll"; DestDir: "{app}\bin"; Components: gtk
+Source: "bin\libgailutil-18.dll"; DestDir: "{app}\bin"; Components: gtk
 
 ; Other gedit dependency DLLs
 Source: "bin\libORBit-2-0.dll"; DestDir: "{app}\bin"; Components: main
@@ -91,6 +92,8 @@
 Source: "bin\gdk-pixbuf-query-loaders.exe"; DestDir: "{app}\bin"; Components: gtk; Flags: deleteafterinstall;
 Source: "etc\gtk-2.0\gdk-pixbuf.loaders"; DestDir: "{app}\etc\gtk-2.0"; Components: gtk;
 
+Source: "lib\gtk-2.0\modules\*"; DestDir: "{app}\lib\gtk-2.0\modules"; Components: gtk
+
 ;Source: "lib\pango\1.6.0\modules\*"; DestDir: "{app}\lib\pango\1.6.0\modules"; Components: gtk;
 ;Source: "pango-querymodules.exe"; DestDir: "{app}\bin"; Components: gtk; Flags: deleteafterinstall;
 



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