Commit 3571648675092ddfe21a5ebeb6c838db7b1a5a4d

Authored by Perry Werneck
1 parent 0419bfe8

Ajustes no empacotamento windows.

.gitignore 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +ChangeLog
  2 +ChangeLog.new
  3 +Makefile
  4 +aclocal.m4
  5 +.bin
  6 +*.log
  7 +*.status
  8 +configure
  9 +*.pc
  10 +
... ...
install-cross.sh 100644 → 100755
1 1 #!/bin/bash
2 2  
3   -PREFIX="mingw64"
  3 +PREFIX="mingw32"
4 4  
5 5 TEMPFILE=$(mktemp)
6 6  
... ... @@ -34,11 +34,11 @@ gdk-pixbuf-query-loaders
34 34 EOF
35 35  
36 36 # Instala o tema usado no pacote windows
37   -sudo zypper in adwaita-icon-theme
  37 +sudo zypper --non-interactive in adwaita-icon-theme
38 38  
39 39 while read FILE
40 40 do
41   - sudo zypper in ${PREFIX}-${FILE}
  41 + sudo zypper --non-interactive in ${PREFIX}-${FILE}
42 42 done < ${TEMPFILE}
43 43  
44 44 rm -f ${TEMPFILE}
... ...
nsi/main-begin-i686.nsi.in
... ... @@ -34,7 +34,6 @@ SubSection &quot;@PACKAGE@&quot; SecMain
34 34 CreateDirectory "$INSTDIR\ui"
35 35  
36 36 file "/oname=$INSTDIR\ui\00default.xml" "ui\00default.xml"
37   - file "/oname=$INSTDIR\ui\10keypad.xml" "ui\10keypad.xml"
38 37  
39 38 # Locale files
40 39 CreateDirectory "$INSTDIR\@localedir@\pt_BR\LC_MESSAGES"
... ...
nsi/main-begin-x86_64.nsi.in
... ... @@ -37,7 +37,6 @@ SubSection &quot;@PACKAGE@&quot; SecMain
37 37 CreateDirectory "$INSTDIR\ui"
38 38  
39 39 file "/oname=$INSTDIR\ui\00default.xml" "ui\00default.xml"
40   - file "/oname=$INSTDIR\ui\10keypad.xml" "ui\10keypad.xml"
41 40  
42 41 # Locale files
43 42 CreateDirectory "$INSTDIR\@localedir@\pt_BR\LC_MESSAGES"
... ...
nsi/main-end.nsi.in
... ... @@ -3,6 +3,14 @@
3 3  
4 4 SubSection "Menus, Keypads & Toolbars" SecMenu
5 5  
  6 + Section "Keypad" TraceMenu
  7 + file "/oname=$INSTDIR\ui\10keypad.xml" "ui\10keypad.xml"
  8 + sectionEnd
  9 +
  10 + Section "Functions" TraceMenu
  11 + file "/oname=$INSTDIR\ui\10functions.xml" "ui\10functions.xml"
  12 + sectionEnd
  13 +
6 14 Section /o "View trace Menu" TraceMenu
7 15 file "/oname=$INSTDIR\ui\98trace.xml" "ui\98trace.xml"
8 16 sectionEnd
... ...
po/pt_BR.po
... ... @@ -5,7 +5,7 @@ msgid &quot;&quot;
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2015-08-28 15:01-0300\n"
  8 +"POT-Creation-Date: 2015-10-30 18:26-0200\n"
9 9 "PO-Revision-Date: 2014-02-17 08:05-0300\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Portugues <>\n"
... ...