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,7 +9,7 @@ msgstr "" | ||
| 9 | "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" | 9 | "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
| 10 | "Project-Id-Version: PACKAGE VERSION\n" | 10 | "Project-Id-Version: PACKAGE VERSION\n" |
| 11 | "Report-Msgid-Bugs-To: \n" | 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 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 15 | "Language-Team: LANGUAGE <LL@li.org>\n" | 15 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| @@ -20,7 +20,7 @@ msgstr "" | @@ -20,7 +20,7 @@ msgstr "" | ||
| 20 | "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" | 20 | "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
| 21 | "Project-Id-Version: PACKAGE VERSION\n" | 21 | "Project-Id-Version: PACKAGE VERSION\n" |
| 22 | "Report-Msgid-Bugs-To: \n" | 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 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 24 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 25 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 25 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 26 | "Language-Team: LANGUAGE <LL@li.org>\n" | 26 | "Language-Team: LANGUAGE <LL@li.org>\n" |
win/install-cross.sh
| @@ -33,7 +33,6 @@ gnome-icon-theme | @@ -33,7 +33,6 @@ gnome-icon-theme | ||
| 33 | hicolor-icon-theme | 33 | hicolor-icon-theme |
| 34 | gdk-pixbuf-loader-rsvg | 34 | gdk-pixbuf-loader-rsvg |
| 35 | gdk-pixbuf-query-loaders | 35 | gdk-pixbuf-query-loaders |
| 36 | -python-devel | ||
| 37 | EOF | 36 | EOF |
| 38 | 37 | ||
| 39 | # Instala apicativos e temas necessários | 38 | # Instala apicativos e temas necessários |
| @@ -69,8 +68,8 @@ do | @@ -69,8 +68,8 @@ do | ||
| 69 | case $parameter in | 68 | case $parameter in |
| 70 | 69 | ||
| 71 | ar) | 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 | 32) | 75 | 32) |
win/pw3270.nsi.in
| @@ -129,10 +129,14 @@ SubSection "@PACKAGE@" SecMain | @@ -129,10 +129,14 @@ SubSection "@PACKAGE@" SecMain | ||
| 129 | SubSection "Plugins" SecPLugin | 129 | SubSection "Plugins" SecPLugin |
| 130 | 130 | ||
| 131 | Section /o "HLLAPI" HLLAPIPlugin | 131 | Section /o "HLLAPI" HLLAPIPlugin |
| 132 | + | ||
| 132 | setOutPath $INSTDIR | 133 | setOutPath $INSTDIR |
| 133 | 134 | ||
| 135 | + ${DisableX64FSRedirection} | ||
| 134 | CreateDirectory "$INSTDIR\plugins" | 136 | CreateDirectory "$INSTDIR\plugins" |
| 135 | file "/oname=$INSTDIR\plugins\hllapi.dll" "..\.bin\Release\plugins\hllapi.dll" | 137 | file "/oname=$INSTDIR\plugins\hllapi.dll" "..\.bin\Release\plugins\hllapi.dll" |
| 138 | + | ||
| 139 | + ${EnableX64FSRedirection} | ||
| 136 | file "/oname=$SYSDIR\libhllapi.dll" "..\.bin\Release\libhllapi.dll.@PACKAGE_VERSION@" | 140 | file "/oname=$SYSDIR\libhllapi.dll" "..\.bin\Release\libhllapi.dll.@PACKAGE_VERSION@" |
| 137 | 141 | ||
| 138 | sectionEnd | 142 | sectionEnd |