diff --git a/README.md b/README.md index c17a8cd1f..431241ecc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ My efforts here will focus on creating a **64-bit version** of the GTK+-2 runtim The installers can be found in the [releases section](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases). -The current releases ([gtk2-runtime-2.24.32-2019-12-19-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2019-12-19/gtk2-runtime-2.24.32-2019-12-19-ts-win64.exe) and [gtk3-runtime-3.24.13-2019-12-19-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2019-12-19/gtk3-runtime-3.24.13-2019-12-19-ts-win64.exe)) were obtained entirely from the excellent [MSYS2 project](https://www.msys2.org), and were **not** compiled by myself, as was the case for releases made before 2017. Users who want to compile against this runtime are strongly encouraged to set up a MSYS2 installation themselves, and install the required packages (compiled with the mingw-w64-x86\_64 toolchain!!!). +The current releases ([gtk2-runtime-2.24.32-2020-02-21-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2020-02-21/gtk2-runtime-2.24.32-2020-02-21-ts-win64.exe) and [gtk3-runtime-3.24.14-2020-02-21-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2020-02-21/gtk3-runtime-3.24.14-2020-02-21-ts-win64.exe)) were obtained entirely from the excellent [MSYS2 project](https://www.msys2.org), and were **not** compiled by myself, as was the case for releases made before 2017. Users who want to compile against this runtime are strongly encouraged to set up a MSYS2 installation themselves, and install the required packages (compiled with the mingw-w64-x86\_64 toolchain!!!). The following packages are included in the current GTK+-2/3 installers @@ -23,19 +23,19 @@ The following packages are included in the current GTK+-2/3 installers * [freetype](http://www.freetype.org/download.html) (2.10.1) * [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.40.0) * [gettext](http://ftp.gnu.org/pub/gnu/gettext/) (0.19.8.1) -* [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.62.2) +* [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.62.4) * [glib-networking](http://ftp.gnome.org/pub/GNOME/sources/glib-networking/) (2.62.2) * [glibmm](http://ftp.gnome.org/pub/GNOME/sources/glibmm/) (2.62.0) * [gobject-introspection](http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/) (1.62.0) * [gtk2](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (2.24.32) -* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.24.13) +* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.24.14) * [gtkmm2](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (2.24.5) * [gtkmm3](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (3.24.2) * [gtksourceview2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (2.10.5) * [gtksourceview3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (3.24.11) * ~~[gtksourceviewmm2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (2.10.3)~~ (currently unavailable) * [gtksourceviewmm3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (3.21.3) -* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (2.6.2) +* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (2.6.4) * [hicolor-icon-theme](http://icon-theme.freedesktop.org/releases/) (0.17) * [json-glib](http://ftp.gnome.org/pub/gnome/sources/json-glib/) (1.4.4) * [libepoxy](https://github.com/anholt/libepoxy) (1.5.4) @@ -54,7 +54,7 @@ The following packages are included in the current GTK+-2/3 installers * [pangomm](http://ftp.gnome.org/pub/GNOME/sources/pangomm/) (2.42.0) * [pcre](ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/) (8.43) * [pixman](http://cairographics.org/releases/) (0.38.4) -* [sqlite](https://www.sqlite.org) (3.30.1) +* [sqlite](https://www.sqlite.org) (3.31.0) * [zlib](http://www.zlib.net) (1.2.11) For all other information regarding how to use the installer, the reader is kindly referred to [Alexander Shaduri's website](http://gtk-win.sourceforge.net) of the GTK for Windows runtime environment installer. The only difference with the installers found at his website is that mine DO NOT have the `compatdlls` option, but this should present no problems to any user. diff --git a/gtk-nsis-pack/bin/gdbus.exe b/gtk-nsis-pack/bin/gdbus.exe index fb45e1a8f..b1a3ce187 100644 Binary files a/gtk-nsis-pack/bin/gdbus.exe and b/gtk-nsis-pack/bin/gdbus.exe differ diff --git a/gtk-nsis-pack/bin/gspawn-win64-helper-console.exe b/gtk-nsis-pack/bin/gspawn-win64-helper-console.exe index 87236dd26..9d7910b96 100644 Binary files a/gtk-nsis-pack/bin/gspawn-win64-helper-console.exe and b/gtk-nsis-pack/bin/gspawn-win64-helper-console.exe differ diff --git a/gtk-nsis-pack/bin/gspawn-win64-helper.exe b/gtk-nsis-pack/bin/gspawn-win64-helper.exe index ecaed5609..2089b7e96 100644 Binary files a/gtk-nsis-pack/bin/gspawn-win64-helper.exe and b/gtk-nsis-pack/bin/gspawn-win64-helper.exe differ diff --git a/gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe b/gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe index 8e3e88027..4516e46fd 100644 Binary files a/gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe and b/gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe differ diff --git a/gtk-nsis-pack/bin/libbrotlicommon.dll b/gtk-nsis-pack/bin/libbrotlicommon.dll index 7f964a3d4..ff74d7349 100644 Binary files a/gtk-nsis-pack/bin/libbrotlicommon.dll and b/gtk-nsis-pack/bin/libbrotlicommon.dll differ diff --git a/gtk-nsis-pack/bin/libbrotlidec.dll b/gtk-nsis-pack/bin/libbrotlidec.dll index c11307b43..12a64e700 100644 Binary files a/gtk-nsis-pack/bin/libbrotlidec.dll and b/gtk-nsis-pack/bin/libbrotlidec.dll differ diff --git a/gtk-nsis-pack/bin/libexslt-0.dll b/gtk-nsis-pack/bin/libexslt-0.dll index 479a273cc..c2192a2df 100644 Binary files a/gtk-nsis-pack/bin/libexslt-0.dll and b/gtk-nsis-pack/bin/libexslt-0.dll differ diff --git a/gtk-nsis-pack/bin/libgailutil-3-0.dll b/gtk-nsis-pack/bin/libgailutil-3-0.dll index 2074f2670..05cf99e44 100644 Binary files a/gtk-nsis-pack/bin/libgailutil-3-0.dll and b/gtk-nsis-pack/bin/libgailutil-3-0.dll differ diff --git a/gtk-nsis-pack/bin/libgdk-3-0.dll b/gtk-nsis-pack/bin/libgdk-3-0.dll index 1baf05e91..1587b639e 100644 Binary files a/gtk-nsis-pack/bin/libgdk-3-0.dll and b/gtk-nsis-pack/bin/libgdk-3-0.dll differ diff --git a/gtk-nsis-pack/bin/libgio-2.0-0.dll b/gtk-nsis-pack/bin/libgio-2.0-0.dll index 06181eff8..c248abcda 100644 Binary files a/gtk-nsis-pack/bin/libgio-2.0-0.dll and b/gtk-nsis-pack/bin/libgio-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libglib-2.0-0.dll b/gtk-nsis-pack/bin/libglib-2.0-0.dll index d719b6f91..9ee8ea560 100644 Binary files a/gtk-nsis-pack/bin/libglib-2.0-0.dll and b/gtk-nsis-pack/bin/libglib-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgmodule-2.0-0.dll b/gtk-nsis-pack/bin/libgmodule-2.0-0.dll index 7443d36d7..a6d230d9b 100644 Binary files a/gtk-nsis-pack/bin/libgmodule-2.0-0.dll and b/gtk-nsis-pack/bin/libgmodule-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgmp-10.dll b/gtk-nsis-pack/bin/libgmp-10.dll index 95883e9f4..b02fd2edc 100644 Binary files a/gtk-nsis-pack/bin/libgmp-10.dll and b/gtk-nsis-pack/bin/libgmp-10.dll differ diff --git a/gtk-nsis-pack/bin/libgobject-2.0-0.dll b/gtk-nsis-pack/bin/libgobject-2.0-0.dll index 5beddda50..da2584f3c 100644 Binary files a/gtk-nsis-pack/bin/libgobject-2.0-0.dll and b/gtk-nsis-pack/bin/libgobject-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgraphite2.dll b/gtk-nsis-pack/bin/libgraphite2.dll index 556106bbf..ea95db4a4 100644 Binary files a/gtk-nsis-pack/bin/libgraphite2.dll and b/gtk-nsis-pack/bin/libgraphite2.dll differ diff --git a/gtk-nsis-pack/bin/libgthread-2.0-0.dll b/gtk-nsis-pack/bin/libgthread-2.0-0.dll index 81ff49b4a..dfe643b09 100644 Binary files a/gtk-nsis-pack/bin/libgthread-2.0-0.dll and b/gtk-nsis-pack/bin/libgthread-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgtk-3-0.dll b/gtk-nsis-pack/bin/libgtk-3-0.dll index bf3e39669..3fb5c3761 100644 Binary files a/gtk-nsis-pack/bin/libgtk-3-0.dll and b/gtk-nsis-pack/bin/libgtk-3-0.dll differ diff --git a/gtk-nsis-pack/bin/libharfbuzz-0.dll b/gtk-nsis-pack/bin/libharfbuzz-0.dll index a78eaf395..945cd57e2 100644 Binary files a/gtk-nsis-pack/bin/libharfbuzz-0.dll and b/gtk-nsis-pack/bin/libharfbuzz-0.dll differ diff --git a/gtk-nsis-pack/bin/libjpeg-8.dll b/gtk-nsis-pack/bin/libjpeg-8.dll index cfeb9356d..a787c779d 100644 Binary files a/gtk-nsis-pack/bin/libjpeg-8.dll and b/gtk-nsis-pack/bin/libjpeg-8.dll differ diff --git a/gtk-nsis-pack/bin/libp11-kit-0.dll b/gtk-nsis-pack/bin/libp11-kit-0.dll index 0d2bb83b5..8a7930cbd 100644 Binary files a/gtk-nsis-pack/bin/libp11-kit-0.dll and b/gtk-nsis-pack/bin/libp11-kit-0.dll differ diff --git a/gtk-nsis-pack/bin/libpsl-5.dll b/gtk-nsis-pack/bin/libpsl-5.dll index e4bd5acfb..01a39e58e 100644 Binary files a/gtk-nsis-pack/bin/libpsl-5.dll and b/gtk-nsis-pack/bin/libpsl-5.dll differ diff --git a/gtk-nsis-pack/bin/libsqlite3-0.dll b/gtk-nsis-pack/bin/libsqlite3-0.dll index ded5f5319..41c42e7e1 100644 Binary files a/gtk-nsis-pack/bin/libsqlite3-0.dll and b/gtk-nsis-pack/bin/libsqlite3-0.dll differ diff --git a/gtk-nsis-pack/bin/libxml2-2.dll b/gtk-nsis-pack/bin/libxml2-2.dll index 59f6d145a..3a53929c0 100644 Binary files a/gtk-nsis-pack/bin/libxml2-2.dll and b/gtk-nsis-pack/bin/libxml2-2.dll differ diff --git a/gtk-nsis-pack/bin/libxslt-1.dll b/gtk-nsis-pack/bin/libxslt-1.dll index a08dc3c96..de1844af9 100644 Binary files a/gtk-nsis-pack/bin/libxslt-1.dll and b/gtk-nsis-pack/bin/libxslt-1.dll differ diff --git a/gtk-nsis-pack/gtk2-runtime.ts.nsi b/gtk-nsis-pack/gtk2-runtime.ts.nsi index 17b08d128..a1df7fb1e 100644 --- a/gtk-nsis-pack/gtk2-runtime.ts.nsi +++ b/gtk-nsis-pack/gtk2-runtime.ts.nsi @@ -14,7 +14,7 @@ !define GTK_VERSION "2.24.32" !define GTK_BIN_VERSION "2.10.0" -!define PRODUCT_VERSION "${GTK_VERSION}-2019-12-19-ts-win64" +!define PRODUCT_VERSION "${GTK_VERSION}-2020-02-21-ts-win64" !define PRODUCT_NAME "GTK2-Runtime Win64" !define PRODUCT_PUBLISHER "Tom Schoonjans" !define PRODUCT_WEB_SITE "https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer" diff --git a/gtk-nsis-pack/gtk3-runtime.ts.nsi b/gtk-nsis-pack/gtk3-runtime.ts.nsi index 582ebdcaa..a054bd010 100644 --- a/gtk-nsis-pack/gtk3-runtime.ts.nsi +++ b/gtk-nsis-pack/gtk3-runtime.ts.nsi @@ -11,9 +11,9 @@ ; Directory and package names: gtk3-runtime. -!define GTK_VERSION "3.24.13" +!define GTK_VERSION "3.24.14" !define GTK_BIN_VERSION "3.0.0" -!define PRODUCT_VERSION "${GTK_VERSION}-2019-12-19-ts-win64" +!define PRODUCT_VERSION "${GTK_VERSION}-2020-02-21-ts-win64" !define PRODUCT_NAME "GTK3-Runtime Win64" !define PRODUCT_PUBLISHER "Tom Schoonjans" !define PRODUCT_WEB_SITE "https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer" diff --git a/gtk-nsis-pack/lib/gio/modules/libgiognomeproxy.dll b/gtk-nsis-pack/lib/gio/modules/libgiognomeproxy.dll index b10fa1221..60bf61344 100644 Binary files a/gtk-nsis-pack/lib/gio/modules/libgiognomeproxy.dll and b/gtk-nsis-pack/lib/gio/modules/libgiognomeproxy.dll differ diff --git a/gtk-nsis-pack/lib/gio/modules/libgiognutls.dll b/gtk-nsis-pack/lib/gio/modules/libgiognutls.dll index 0fb90573e..a0c7d4517 100644 Binary files a/gtk-nsis-pack/lib/gio/modules/libgiognutls.dll and b/gtk-nsis-pack/lib/gio/modules/libgiognutls.dll differ diff --git a/gtk-nsis-pack/lib/gio/modules/libgiolibproxy.dll b/gtk-nsis-pack/lib/gio/modules/libgiolibproxy.dll index e558fba3b..28e974067 100644 Binary files a/gtk-nsis-pack/lib/gio/modules/libgiolibproxy.dll and b/gtk-nsis-pack/lib/gio/modules/libgiolibproxy.dll differ diff --git a/gtk-nsis-pack/lib/girepository-1.0/Gdk-3.0.typelib b/gtk-nsis-pack/lib/girepository-1.0/Gdk-3.0.typelib index e53422622..0e61c6d7b 100644 Binary files a/gtk-nsis-pack/lib/girepository-1.0/Gdk-3.0.typelib and b/gtk-nsis-pack/lib/girepository-1.0/Gdk-3.0.typelib differ diff --git a/gtk-nsis-pack/lib/girepository-1.0/Gtk-3.0.typelib b/gtk-nsis-pack/lib/girepository-1.0/Gtk-3.0.typelib index e76e33ccf..20b5b407c 100644 Binary files a/gtk-nsis-pack/lib/girepository-1.0/Gtk-3.0.typelib and b/gtk-nsis-pack/lib/girepository-1.0/Gtk-3.0.typelib differ diff --git a/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30-properties.mo index d4d9d5125..611672619 100644 Binary files a/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30.mo index 5b62413ac..8affd5394 100644 Binary files a/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/ca/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/ckb/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/ckb/LC_MESSAGES/gtk30-properties.mo new file mode 100644 index 000000000..66db18cf8 Binary files /dev/null and b/gtk-nsis-pack/share/locale/ckb/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/ckb/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/ckb/LC_MESSAGES/gtk30.mo new file mode 100644 index 000000000..4ec059b05 Binary files /dev/null and b/gtk-nsis-pack/share/locale/ckb/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/libgpg-error.mo index b8267d700..78525b590 100644 Binary files a/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/da/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/da/LC_MESSAGES/libgpg-error.mo index 4040e88fc..48ae1ce7d 100644 Binary files a/gtk-nsis-pack/share/locale/da/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/da/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/de/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/de/LC_MESSAGES/libgpg-error.mo index 3a2d702df..5ad5d7eba 100644 Binary files a/gtk-nsis-pack/share/locale/de/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/de/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/el/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/el/LC_MESSAGES/gtk30.mo index 0eb0168b0..12435f506 100644 Binary files a/gtk-nsis-pack/share/locale/el/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/el/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/en_GB/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/en_GB/LC_MESSAGES/gtk30.mo index 6769063b0..9523d71b0 100644 Binary files a/gtk-nsis-pack/share/locale/en_GB/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/en_GB/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/libgpg-error.mo index 9d85248f8..f015b96f0 100644 Binary files a/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30-properties.mo index 81aab3741..45e638310 100644 Binary files a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/libgpg-error.mo index 1483207fe..86f32ad6d 100644 Binary files a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/eu/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/eu/LC_MESSAGES/gtk30.mo index 29a617ec8..7f7c41245 100644 Binary files a/gtk-nsis-pack/share/locale/eu/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/eu/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gtk30.mo index dcf95518f..bc5356093 100644 Binary files a/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/bfd.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/bfd.mo index 54141d33c..74b002c31 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/bfd.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/bfd.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gtk30.mo index 35592c797..ca9c53830 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/libgpg-error.mo index 573d32450..45bb43b4c 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/opcodes.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/opcodes.mo index b16c81762..f86ad78c7 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/opcodes.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/opcodes.mo differ diff --git a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30-properties.mo index 3b45a4ab6..a5166ef36 100644 Binary files a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30.mo index 487f21acc..90c8083e1 100644 Binary files a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/libgpg-error.mo index 0dc263abe..83af38cf7 100644 Binary files a/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/hu/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/it/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/it/LC_MESSAGES/libgpg-error.mo index a00e4fa87..f7abae5bc 100644 Binary files a/gtk-nsis-pack/share/locale/it/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/it/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/ja/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/ja/LC_MESSAGES/gtk30.mo index fa002fa8d..4a13268bf 100644 Binary files a/gtk-nsis-pack/share/locale/ja/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/ja/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/ja/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/ja/LC_MESSAGES/libgpg-error.mo index 0e68b65d7..f58ce384a 100644 Binary files a/gtk-nsis-pack/share/locale/ja/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/ja/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gtk30-properties.mo index 4837d04d5..bd0c3acd5 100644 Binary files a/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gtk30.mo index c351638e8..6316ed11d 100644 Binary files a/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/nl/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/nl/LC_MESSAGES/libgpg-error.mo index c146dcbc5..108d493ac 100644 Binary files a/gtk-nsis-pack/share/locale/nl/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/nl/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/libgpg-error.mo index d4020e6ec..667e5c9ce 100644 Binary files a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/pt/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/pt/LC_MESSAGES/libgpg-error.mo index bea1d9b0d..7f619ae92 100644 Binary files a/gtk-nsis-pack/share/locale/pt/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/pt/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gtk30.mo index 04954394a..bab9b51a5 100644 Binary files a/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/ro/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/ro/LC_MESSAGES/libgpg-error.mo index ee9915613..c01651c73 100644 Binary files a/gtk-nsis-pack/share/locale/ro/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/ro/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30-properties.mo index 8b77c0c94..b6642f1e5 100644 Binary files a/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/libgpg-error.mo index 1667c3a76..d98447f97 100644 Binary files a/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/ru/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/sk/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/sk/LC_MESSAGES/gtk30.mo index f5df2e004..7833267a2 100644 Binary files a/gtk-nsis-pack/share/locale/sk/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/sk/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/libgpg-error.mo index 9726c2535..305999974 100644 Binary files a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/libgpg-error.mo index 3e596f020..ec66bf760 100644 Binary files a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30-properties.mo index e357d4d91..db90cdc96 100644 Binary files a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30.mo index 54b1b8b50..b0a83a505 100644 Binary files a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/libgpg-error.mo index 28060d987..cabb24556 100644 Binary files a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/vi/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/vi/LC_MESSAGES/libgpg-error.mo index 9cb2a0f35..103719e40 100644 Binary files a/gtk-nsis-pack/share/locale/vi/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/vi/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo index c36881dca..54d9f777a 100644 Binary files a/gtk-nsis-pack/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo differ diff --git a/gtk-nsis-pack/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo b/gtk-nsis-pack/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo index 3955506fc..bce5c3563 100644 Binary files a/gtk-nsis-pack/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo and b/gtk-nsis-pack/share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo differ