gedit r6689 - in branches/win32: . win32
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6689 - in branches/win32: . win32
- Date: Mon, 22 Dec 2008 22:11:44 +0000 (UTC)
Author: icq
Date: Mon Dec 22 22:11:44 2008
New Revision: 6689
URL: http://svn.gnome.org/viewvc/gedit?rev=6689&view=rev
Log:
2008-12-22 Ignacio Casal Quinteiro <nacho resa gmail com>
* win32/build-installer:
* win32/gedit.iss.in:
Add gconf schemas.
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 Mon Dec 22 22:11:44 2008
@@ -179,6 +179,10 @@
mkdir -p installer/share/gedit-2/plugins || exit
cp -R /local/share/gedit-2/plugins/* installer/share/gedit-2/plugins || exit
+#GConf schemas
+mkdir -p installer/etc/gconf/schemas || exit
+cp /local/etc/gconf/schemas/gedit* installer/etc/gconf/schemas || exit
+
#mkdir -p installer/share/icons/hicolor/48x48/apps || exit
#cp /local/share/icons/hicolor/48x48/apps/gedit.png installer/share/icons/hicolor/48x48/apps || exit
Modified: branches/win32/win32/gedit.iss.in
==============================================================================
--- branches/win32/win32/gedit.iss.in (original)
+++ branches/win32/win32/gedit.iss.in Mon Dec 22 22:11:44 2008
@@ -112,6 +112,9 @@
Source: "share/gedit-2/plugins/*"; DestDir: "{app}/share/gedit-2/plugins"; Components: main; Flags: recursesubdirs
Source: "share/gedit-2/logo/gedit-logo.png"; Destdir: "{app}/share/gedit-2/logo/"; Components: main; Flags: recursesubdirs
+; GConf schemas
+Source: "etc/gconf/schemas/*"; DestDir: "{app}/etc/gconf/schemas"; Components: main; Flags: recursesubdirs
+
; Locales
;Source: "lib\locale\*"; DestDir: "{app}\lib\locale\"; Flags: recursesubdirs; Components: locale
Source: "share\locale\*"; DestDir: "{app}\share\locale\"; Flags: recursesubdirs; Components: locale
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]