gedit r6694 - in branches/win32: . win32
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6694 - in branches/win32: . win32
- Date: Tue, 23 Dec 2008 14:47:18 +0000 (UTC)
Author: icq
Date: Tue Dec 23 14:47:18 2008
New Revision: 6694
URL: http://svn.gnome.org/viewvc/gedit?rev=6694&view=rev
Log:
2008-12-22 Ignacio Casal Quinteiro <nacho resa gmail com>
* win32/build-installer:
* win32/gedit.iss.in:
Fix path.
Modified:
branches/win32/ChangeLog
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 Tue Dec 23 14:47:18 2008
@@ -53,7 +53,7 @@
cp /bin/libgdk_pixbuf-2.0-0.dll installer/bin || exit
cp /bin/libgtk-win32-2.0-0.dll installer/bin || exit
-cp /gtksourceview/bin/libgtksourceview-2.0-0.dll installer/bin || exit
+cp /local/bin/libgtksourceview-2.0-0.dll installer/bin || exit
cp /bin/libORBit-2-0.dll installer/bin || exit
cp /bin/libORBitCosNaming-2-0.dll installer/bin || exit
Modified: branches/win32/win32/gedit.iss.in
==============================================================================
--- branches/win32/win32/gedit.iss.in (original)
+++ branches/win32/win32/gedit.iss.in Tue Dec 23 14:47:18 2008
@@ -13,7 +13,7 @@
[Components]
Name: "gtk"; Description: "GTK+ runtime environment"; Types: full compact custom; Flags: fixed
Name: "python"; Description: "Python runtime and modules"; Types: full compact custom; Flags: fixed
-Name: "main"; Description: "Glom"; Types: full compact custom; Flags: fixed
+Name: "main"; Description: "Gedit"; Types: full compact custom; Flags: fixed
Name: "locale"; Description: "Translations"; Types: full compact custom; Flags: fixed
; TODO: Enable languages separately
@@ -58,7 +58,7 @@
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
-; Other glom dependency DLLs
+; Other gedit dependency DLLs
Source: "bin\libORBit-2-0.dll"; DestDir: "{app}\bin"; Components: main
Source: "bin\libORBit-imodule-2-0.dll"; DestDir: "{app}\bin"; Components: main
Source: "bin\libORBitCosNaming-2-0.dll"; DestDir: "{app}\bin"; Components: main
@@ -119,7 +119,7 @@
;Source: "lib\locale\*"; DestDir: "{app}\lib\locale\"; Flags: recursesubdirs; Components: locale
Source: "share\locale\*"; DestDir: "{app}\share\locale\"; Flags: recursesubdirs; Components: locale
-; Register .glom file type if we install for all users. Is there a possibility
+; Register .gedit file type if we install for all users. Is there a possibility
; to register a type just for a single user?
;[Registry]
;Root: HKCR; Subkey: ".txt"; ValueType: string; ValueData: "geditfile"; Flags: deletevalue uninsdeletekeyifempty uninsdeletevalue; Tasks: common
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]