gedit r6706 - branches/win32/win32
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6706 - branches/win32/win32
- Date: Tue, 23 Dec 2008 23:06:55 +0000 (UTC)
Author: icq
Date: Tue Dec 23 23:06:55 2008
New Revision: 6706
URL: http://svn.gnome.org/viewvc/gedit?rev=6706&view=rev
Log:
Add some gconf stuff.
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 Tue Dec 23 23:06:55 2008
@@ -181,9 +181,14 @@
mkdir -p installer/lib/gedit-2/plugins || exit
cp -R /local/lib/gedit-2/plugins/* installer/lib/gedit-2/plugins || exit
-#GConf schemas
+#GConf
mkdir -p installer/etc/gconf/schemas || exit
cp /local/etc/gconf/schemas/gedit* installer/etc/gconf/schemas || exit
+mkdir -p installer/lib/GConf/2 || exit
+cp /lib/GConf/2/* installer/lib/GConf/2 || exit
+strip installer/lib/GConf/2/*.dll || exit
+mkdir -p installer/libexec || exit
+cp /libexec/gconfd-2.exe installer/libexec || 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 Tue Dec 23 23:06:55 2008
@@ -65,6 +65,7 @@
Source: "bin\libgconf-2-4.dll"; DestDir: "{app}\bin"; Components: main
Source: "bin\libgettextpo-0.dll"; DestDir: "{app}\bin"; Components: main
Source: "bin\libgtksourceview-2.0-0.dll"; DestDir: "{app}\bin"; Components: main
+Source: "lib\GConf\2\*.dll"; DestDir: "{app}\lib\GConf\2"; Components: main
; Python modules
;Source: "bin\python25.dll"; DestDir: "{app}\bin"; Components: python
@@ -115,8 +116,9 @@
Source: "share/gedit-2/plugins/*"; DestDir: "{app}/share/gedit-2/plugins"; Components: main; Flags: recursesubdirs
Source: "lib/gedit-2/plugins/*"; DestDir: "{app}/lib/gedit-2/plugins"; Components: main; Flags: recursesubdirs
-; GConf schemas
+; GConf
Source: "etc/gconf/schemas/*"; DestDir: "{app}/etc/gconf/schemas"; Components: main; Flags: recursesubdirs
+Source: "libexec\gconfd-2.exe"; DestDir: "{app}\libexec"; Components: main
; Locales
;Source: "lib\locale\*"; DestDir: "{app}\lib\locale\"; Flags: recursesubdirs; Components: locale
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]