[gnumeric] win32: update installed



commit 11c7f0d95686e347847814569394cb0723f06454
Author: Morten Welinder <terra gnome org>
Date:   Wed Oct 2 19:26:52 2013 -0400

    win32: update installed
    
    gtk2->gtk3
    add ssdiff
    add new locales (must have goffice translation too)

 tools/win32/gnumeric.nsi.in |   30 ++++++++++++++++++++++--------
 1 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/tools/win32/gnumeric.nsi.in b/tools/win32/gnumeric.nsi.in
index 241bd29..a3bf445 100644
--- a/tools/win32/gnumeric.nsi.in
+++ b/tools/win32/gnumeric.nsi.in
@@ -17,7 +17,7 @@ SetCompressor /SOLID lzma
 
 !define GOFFICE_VERSION                "@GOFFICE_VERSION@"
 
-;!define GTK_VERSION           "2.20"
+;!define GTK_VERSION           "3.9"
 ;!define GTK_VENDORRC          "0"
 ;!define GTK_VENDORVERSION     "${GTK_VERSION}.${GTK_VENDORRC}"
 
@@ -84,6 +84,7 @@ Section "Gnumeric (required)" SEC01
     File "bin\gnumeric.exe"
     File "bin\ssconvert.exe"
     File "bin\ssgrep.exe"
+    File "bin\ssdiff.exe"
     File "bin\gsf.exe"
     File "bin\gsf-vba-dump.exe"
     File "bin\gtk-update-icon-cache.exe"
@@ -93,16 +94,13 @@ Section "Gnumeric (required)" SEC01
     File "bin\gspawn-win32-helper-console.exe"
     File "bin\gspawn-win32-helper.exe"
 
-    # helpful smoke test
-    File "bin\gtk-demo.exe"
-
     SetOutPath "${GNM_ROOT}"
     File /r etc
     File /r /x "*.a" /x "*.la" /x "*.lib" /x "*.def" /x "pkgconfig" /x "include" /x "Python25" lib
 
     SetOutPath "${GNM_ROOT}\share"
     File /r "share\themes"
-    File /r "share\goffice"
+    ;File /r "share\goffice"
     File /r /x C "share\gnumeric"
     File /r "share\libthai"
     ;File /r "share\libgda-4.0"
@@ -253,42 +251,54 @@ SectionGroupEnd
 Section "${LOCALE} Translation"
     SectionIn 1 3
     SetOutPath "${GNM_ROOT}\share\locale\${LOCALE}\LC_MESSAGES"
-    File "share\locale\${LOCALE}\LC_MESSAGES\gtk20.mo"
+    File "share\locale\${LOCALE}\LC_MESSAGES\gtk30.mo"
     File "share\locale\${LOCALE}\LC_MESSAGES\glib20.mo"
     File "share\locale\${LOCALE}\LC_MESSAGES\goffice-${GOFFICE_VERSION}.mo"
-    File "share\locale\${LOCALE}\LC_MESSAGES\gnumeric.mo"
-    File "share\locale\${LOCALE}\LC_MESSAGES\gnumeric-functions.mo"
+    File "share\locale\${LOCALE}\LC_MESSAGES\gnumeric-${GNM_VERSION}.mo"
+    File "share\locale\${LOCALE}\LC_MESSAGES\gnumeric-${GNM_VERSION}-functions.mo"
 SectionEnd
 !macroend
 
 SectionGroup "Translations"
     !insertmacro Locale "am"
     !insertmacro Locale "ar"
+    !insertmacro Locale "ast"
     !insertmacro Locale "az"
     !insertmacro Locale "bg"
     !insertmacro Locale "ca"
+    !insertmacro Locale "ca valencia"
     !insertmacro Locale "cs"
     !insertmacro Locale "da"
     !insertmacro Locale "de"
+    ;!insertmacro Locale "dz"
     !insertmacro Locale "el"
     !insertmacro Locale "en_CA"
     !insertmacro Locale "en_GB"
+    !insertmacro Locale "eo"
     !insertmacro Locale "es"
     !insertmacro Locale "et"
+    !insertmacro Locale "eu"
     !insertmacro Locale "fi"
     !insertmacro Locale "fr"
     !insertmacro Locale "ga"
     !insertmacro Locale "gl"
+    ;!insertmacro Locale "gu"
     !insertmacro Locale "he"
     !insertmacro Locale "hr"
     !insertmacro Locale "hu"
+    !insertmacro Locale "id"
     !insertmacro Locale "it"
     !insertmacro Locale "ja"
+    ;!insertmacro Locale "kk"
     !insertmacro Locale "ko"
     !insertmacro Locale "lt"
     !insertmacro Locale "lv"
+    ;!insertmacro Locale "mk"
+    !insertmacro Locale "ml"
+    !insertmacro Locale "mr"
     !insertmacro Locale "ms"
     !insertmacro Locale "nb"
+    ;!insertmacro Locale "ne"
     !insertmacro Locale "nl"
     !insertmacro Locale "nn"
     !insertmacro Locale "oc"
@@ -297,14 +307,18 @@ SectionGroup "Translations"
     !insertmacro Locale "pt_BR"
     !insertmacro Locale "ro"
     !insertmacro Locale "ru"
+    ;!insertmacro Locale "rw"
     !insertmacro Locale "sk"
+    !insertmacro Locale "sl"
     !insertmacro Locale "sr"
     !insertmacro Locale "sr latin"
     !insertmacro Locale "sv"
+    ;!insertmacro Locale "te"
     !insertmacro Locale "tr"
     !insertmacro Locale "uk"
     !insertmacro Locale "vi"
     !insertmacro Locale "zh_CN"
+    !insertmacro Locale "zh_HK"
     !insertmacro Locale "zh_TW"
 SectionGroupEnd
 


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