Commit 3571648675092ddfe21a5ebeb6c838db7b1a5a4d
1 parent
0419bfe8
Exists in
master
and in
5 other branches
Ajustes no empacotamento windows.
Showing
6 changed files
with
22 additions
and
6 deletions
Show diff stats
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | -PREFIX="mingw64" | 3 | +PREFIX="mingw32" |
4 | 4 | ||
5 | TEMPFILE=$(mktemp) | 5 | TEMPFILE=$(mktemp) |
6 | 6 | ||
@@ -34,11 +34,11 @@ gdk-pixbuf-query-loaders | @@ -34,11 +34,11 @@ gdk-pixbuf-query-loaders | ||
34 | EOF | 34 | EOF |
35 | 35 | ||
36 | # Instala o tema usado no pacote windows | 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 | while read FILE | 39 | while read FILE |
40 | do | 40 | do |
41 | - sudo zypper in ${PREFIX}-${FILE} | 41 | + sudo zypper --non-interactive in ${PREFIX}-${FILE} |
42 | done < ${TEMPFILE} | 42 | done < ${TEMPFILE} |
43 | 43 | ||
44 | rm -f ${TEMPFILE} | 44 | rm -f ${TEMPFILE} |
nsi/main-begin-i686.nsi.in
@@ -34,7 +34,6 @@ SubSection "@PACKAGE@" SecMain | @@ -34,7 +34,6 @@ SubSection "@PACKAGE@" SecMain | ||
34 | CreateDirectory "$INSTDIR\ui" | 34 | CreateDirectory "$INSTDIR\ui" |
35 | 35 | ||
36 | file "/oname=$INSTDIR\ui\00default.xml" "ui\00default.xml" | 36 | file "/oname=$INSTDIR\ui\00default.xml" "ui\00default.xml" |
37 | - file "/oname=$INSTDIR\ui\10keypad.xml" "ui\10keypad.xml" | ||
38 | 37 | ||
39 | # Locale files | 38 | # Locale files |
40 | CreateDirectory "$INSTDIR\@localedir@\pt_BR\LC_MESSAGES" | 39 | CreateDirectory "$INSTDIR\@localedir@\pt_BR\LC_MESSAGES" |
nsi/main-begin-x86_64.nsi.in
@@ -37,7 +37,6 @@ SubSection "@PACKAGE@" SecMain | @@ -37,7 +37,6 @@ SubSection "@PACKAGE@" SecMain | ||
37 | CreateDirectory "$INSTDIR\ui" | 37 | CreateDirectory "$INSTDIR\ui" |
38 | 38 | ||
39 | file "/oname=$INSTDIR\ui\00default.xml" "ui\00default.xml" | 39 | file "/oname=$INSTDIR\ui\00default.xml" "ui\00default.xml" |
40 | - file "/oname=$INSTDIR\ui\10keypad.xml" "ui\10keypad.xml" | ||
41 | 40 | ||
42 | # Locale files | 41 | # Locale files |
43 | CreateDirectory "$INSTDIR\@localedir@\pt_BR\LC_MESSAGES" | 42 | CreateDirectory "$INSTDIR\@localedir@\pt_BR\LC_MESSAGES" |
nsi/main-end.nsi.in
@@ -3,6 +3,14 @@ | @@ -3,6 +3,14 @@ | ||
3 | 3 | ||
4 | SubSection "Menus, Keypads & Toolbars" SecMenu | 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 | Section /o "View trace Menu" TraceMenu | 14 | Section /o "View trace Menu" TraceMenu |
7 | file "/oname=$INSTDIR\ui\98trace.xml" "ui\98trace.xml" | 15 | file "/oname=$INSTDIR\ui\98trace.xml" "ui\98trace.xml" |
8 | sectionEnd | 16 | sectionEnd |
po/pt_BR.po
@@ -5,7 +5,7 @@ msgid "" | @@ -5,7 +5,7 @@ msgid "" | ||
5 | msgstr "" | 5 | msgstr "" |
6 | "Project-Id-Version: pw3270 5.0\n" | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | "Report-Msgid-Bugs-To: \n" | 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 | "PO-Revision-Date: 2014-02-17 08:05-0300\n" | 9 | "PO-Revision-Date: 2014-02-17 08:05-0300\n" |
10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | "Language-Team: Portugues <>\n" | 11 | "Language-Team: Portugues <>\n" |