gedit r6709 - branches/win32/win32



Author: icq
Date: Wed Dec 24 10:24:46 2008
New Revision: 6709
URL: http://svn.gnome.org/viewvc/gedit?rev=6709&view=rev

Log:
Add more 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	Wed Dec 24 10:24:46 2008
@@ -184,6 +184,12 @@
 #GConf
 mkdir -p installer/etc/gconf/schemas || exit
 cp /local/etc/gconf/schemas/gedit* installer/etc/gconf/schemas || exit
+mkdir -p installer/etc/gconf/2 || exit
+cp /etc/gconf/2/* installer/etc/gconf/2 || exit
+mkdir -p installer/etc/gconf/gconf.xml.defaults || exit
+cp -R /etc/gconf/gconf.xml.defaults/* installer/etc/gconf/gconf.xml.defaults || exit
+mkdir -p installer/etc/gconf/gconf.xml.mandatory || exit
+cp -R /etc/gconf/gconf.xml.mandatory/* installer/etc/gconf/gconf.xml.mandatory || exit
 mkdir -p installer/lib/GConf/2 || exit
 cp /lib/GConf/2/* installer/lib/GConf/2 || exit
 strip installer/lib/GConf/2/*.dll || exit

Modified: branches/win32/win32/gedit.iss.in
==============================================================================
--- branches/win32/win32/gedit.iss.in	(original)
+++ branches/win32/win32/gedit.iss.in	Wed Dec 24 10:24:46 2008
@@ -118,6 +118,9 @@
 
 ; GConf
 Source: "etc/gconf/schemas/*"; DestDir: "{app}/etc/gconf/schemas"; Components: main; Flags: recursesubdirs
+Source: "etc/gconf/2/*"; DestDir: "{app}/etc/gconf/2"; Components: main; Flags: recursesubdirs
+Source: "etc/gconf/gconf.xml.defaults/*"; DestDir: "{app}/etc/gconf/gconf.xml.defaults"; Components: main; Flags: recursesubdirs
+Source: "etc/gconf/gconf.xml.mandatory/*"; DestDir: "{app}/etc/gconf/gconf.xml.mandatory"; Components: main; Flags: recursesubdirs
 Source: "libexec\gconfd-2.exe"; DestDir: "{app}\libexec"; Components: main
 
 ; Locales



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