Commit 378dc731c45a2f2e621e08ae425192dab60967c8
1 parent
d05ac4b3
Exists in
master
and in
5 other branches
Atualizando empacotamento windows.
Showing
3 changed files
with
8 additions
and
5 deletions
Show diff stats
locale/pw3270.pot
... | ... | @@ -9,7 +9,7 @@ msgstr "" |
9 | 9 | "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
10 | 10 | "Project-Id-Version: PACKAGE VERSION\n" |
11 | 11 | "Report-Msgid-Bugs-To: \n" |
12 | -"POT-Creation-Date: 2017-08-01 14:19-0300\n" | |
12 | +"POT-Creation-Date: 2017-08-04 14:23-0300\n" | |
13 | 13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
14 | 14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
15 | 15 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -20,7 +20,7 @@ msgstr "" |
20 | 20 | "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
21 | 21 | "Project-Id-Version: PACKAGE VERSION\n" |
22 | 22 | "Report-Msgid-Bugs-To: \n" |
23 | -"POT-Creation-Date: 2017-08-01 14:19-0300\n" | |
23 | +"POT-Creation-Date: 2017-08-04 14:23-0300\n" | |
24 | 24 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
25 | 25 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
26 | 26 | "Language-Team: LANGUAGE <LL@li.org>\n" | ... | ... |
win/install-cross.sh
... | ... | @@ -33,7 +33,6 @@ gnome-icon-theme |
33 | 33 | hicolor-icon-theme |
34 | 34 | gdk-pixbuf-loader-rsvg |
35 | 35 | gdk-pixbuf-query-loaders |
36 | -python-devel | |
37 | 36 | EOF |
38 | 37 | |
39 | 38 | # Instala apicativos e temas necessários |
... | ... | @@ -69,8 +68,8 @@ do |
69 | 68 | case $parameter in |
70 | 69 | |
71 | 70 | ar) |
72 | - zypper ar --refresh http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_42.1/ mingw32 | |
73 | - zypper ar --refresh http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_42.1/ mingw64 | |
71 | + zypper ar --refresh http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_42.3/ mingw32 | |
72 | + zypper ar --refresh http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_42.3/ mingw64 | |
74 | 73 | ;; |
75 | 74 | |
76 | 75 | 32) | ... | ... |
win/pw3270.nsi.in
... | ... | @@ -129,10 +129,14 @@ SubSection "@PACKAGE@" SecMain |
129 | 129 | SubSection "Plugins" SecPLugin |
130 | 130 | |
131 | 131 | Section /o "HLLAPI" HLLAPIPlugin |
132 | + | |
132 | 133 | setOutPath $INSTDIR |
133 | 134 | |
135 | + ${DisableX64FSRedirection} | |
134 | 136 | CreateDirectory "$INSTDIR\plugins" |
135 | 137 | file "/oname=$INSTDIR\plugins\hllapi.dll" "..\.bin\Release\plugins\hllapi.dll" |
138 | + | |
139 | + ${EnableX64FSRedirection} | |
136 | 140 | file "/oname=$SYSDIR\libhllapi.dll" "..\.bin\Release\libhllapi.dll.@PACKAGE_VERSION@" |
137 | 141 | |
138 | 142 | sectionEnd | ... | ... |