gedit r6719 - branches/win32/win32



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

Log:
Add iso codes.


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 15:40:40 2008
@@ -154,6 +154,12 @@
 mkdir -p installer/share/enchant || exit
 cp /share/enchant/* installer/share/enchant || exit
 
+# Iso codes
+mkdir -p installer/share/iso-codes || exit
+cp /share/iso-codes/* installer/share/iso-codes || exit
+mkdir -p installer/share/xml/iso-codes || exit
+cp /share/xml/iso-codes/* installer/share/xml/iso-codes || exit
+
 echo "Copying locales..."
 
 # We need to keep the locale files from share/locale in share/locale and those
@@ -163,7 +169,7 @@
 #cp /lib/locale installer/lib -R || exit
 #cp /gtksourceview/lib/locale installer/lib -R || exit
 
-find installer/share/locale/ -type f | grep -v atk10.mo | grep -v gtk20.mo | grep -v GConf2.mo | grep -v glib20.mo | grep -v gedit.mo | grep -v gtk20.mo | grep -v gtk20-properties.mo | grep -v gtksourceview-2.0.mo | xargs rm
+find installer/share/locale/ -type f | grep -v atk10.mo | grep -v gtk20.mo | grep -v GConf2.mo | grep -v glib20.mo | grep -v gedit.mo | grep -v gtk20.mo | grep -v gtk20-properties.mo | grep -v gtksourceview-2.0.mo | grep -v iso_*.mo | xargs rm
 find installer/share/locale -type d | xargs rmdir -p --ignore-fail-on-non-empty
 
 echo "Copying executable..."

Modified: branches/win32/win32/gedit.iss.in
==============================================================================
--- branches/win32/win32/gedit.iss.in	(original)
+++ branches/win32/win32/gedit.iss.in	Wed Dec 24 15:40:40 2008
@@ -106,6 +106,10 @@
 Source: "lib\enchant\*"; DestDir: "{app}\lib\enchant"; Components: main
 Source: "share\enchant\*"; DestDir: "{app}\share\enchant"; Components: main
 
+; Iso codes
+Source: "share\iso-codes\*"; DestDir: "{app}\share\iso-codes"; Components: main
+Source: "share\xml\iso-codes\*"; DestDir: "{app}\share\xml\iso-codes"; Components: main
+
 ; GtkSourceView
 Source: "share\gtksourceview-2.0\language-specs\*"; DestDir: "{app}\share\gtksourceview-2.0\language-specs"; Components: main
 Source: "share\gtksourceview-2.0\styles\*"; DestDir: "{app}\share\gtksourceview-2.0\styles"; Components: main



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