diff --git a/README.md b/README.md index 87a814770..d8838b89d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,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.31-2017-08-17-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2017-08-17/gtk2-runtime-2.24.31-2017-08-17-ts-win64.exe) and [gtk3-runtime-3.22.18-2017-08-17-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2017-08-17/gtk3-runtime-3.22.18-2017-08-17-ts-win64.exe)) were obtained entirely from the excellent [MSYS2 project](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.31-2017-08-17-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2017-08-17/gtk2-runtime-2.24.31-2017-08-17-ts-win64.exe) and [gtk3-runtime-3.22.19-2017-09-11-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2017-09-11/gtk3-runtime-3.22.19-2017-09-11-ts-win64.exe)) were obtained entirely from the excellent [MSYS2 project](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 @@ -18,33 +18,33 @@ The following packages are included in the current GTK+-2/3 installers * [cairomm](http://cairographics.org/releases/) (1.12.0) * [fontconfig](http://www.freedesktop.org/software/fontconfig/release/) (2.12.4) * [freetype](http://www.freetype.org/download.html) (2.8) -* [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.36.6) +* [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.36.9) * [gettext](http://ftp.gnu.org/pub/gnu/gettext/) (0.19.8.1) * [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.52.3) * [glib-networking](http://ftp.gnome.org/pub/GNOME/sources/glib-networking/) (2.50.1) * [glibmm](http://ftp.gnome.org/pub/GNOME/sources/glibmm/) (2.50.0) * [gtk2](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (2.24.31) -* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.22.18) +* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.22.19) * [gtkmm2](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (2.24.4) * [gtkmm3](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (3.22.0) * [gtksourceview2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (2.10.5) * [gtksourceview3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (3.24.3) * ~~[gtksourceviewmm2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (2.10.3)~~ (currently unavailable) * [gtksourceviewmm3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (3.18.0) -* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (1.4.8) +* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (1.5.0) * [hicolor-icon-theme](http://icon-theme.freedesktop.org/releases/) (0.15) * [json-glib](http://ftp.gnome.org/pub/gnome/sources/json-glib/) (1.2.8) * [libepoxy](https://github.com/anholt/libepoxy) (1.4.3) * [libffi](http://sourceware.org/libffi/) (3.2.1) * [libiconv](https://ftp.gnu.org/pub/gnu/libiconv/) (1.15) -* [libpng](http://sourceforge.net/project/showfiles.php?group_id=5624) (1.6.31) +* [libpng](http://sourceforge.net/project/showfiles.php?group_id=5624) (1.6.32) * [libsigc++](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/) (2.10.0) * [libsoup](http://ftp.gnome.org/pub/GNOME/sources/libsoup/) (2.58.2) * [libxml2](http://xmlsoft.org/sources/) (2.9.4) * [libxml++2](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (2.40.0) * [libxml++3](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (3.0.0) * [libxslt](http://xmlsoft.org/sources/) (1.1.29) -* [pango](http://ftp.gnome.org/pub/GNOME/sources/pango/) (1.40.6) +* [pango](http://ftp.gnome.org/pub/GNOME/sources/pango/) (1.40.11) * [pangomm](http://ftp.gnome.org/pub/GNOME/sources/pangomm/) (2.40.0) * [pcre](ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/) (8.41) * [pixman](http://cairographics.org/releases/) (0.34.0) diff --git a/gtk-nsis-pack/bin/gdk-pixbuf-query-loaders.exe b/gtk-nsis-pack/bin/gdk-pixbuf-query-loaders.exe index d87bd70e4..fe33f1452 100644 Binary files a/gtk-nsis-pack/bin/gdk-pixbuf-query-loaders.exe and b/gtk-nsis-pack/bin/gdk-pixbuf-query-loaders.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 d73811634..7b94a526b 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/libcairo-2.dll b/gtk-nsis-pack/bin/libcairo-2.dll index 3c53dbc98..684c3ced2 100644 Binary files a/gtk-nsis-pack/bin/libcairo-2.dll and b/gtk-nsis-pack/bin/libcairo-2.dll differ diff --git a/gtk-nsis-pack/bin/libcairo-gobject-2.dll b/gtk-nsis-pack/bin/libcairo-gobject-2.dll index e98be9a58..e1e7f92dc 100644 Binary files a/gtk-nsis-pack/bin/libcairo-gobject-2.dll and b/gtk-nsis-pack/bin/libcairo-gobject-2.dll differ diff --git a/gtk-nsis-pack/bin/libcairo-script-interpreter-2.dll b/gtk-nsis-pack/bin/libcairo-script-interpreter-2.dll index f6e05b10e..e39d08b0f 100644 Binary files a/gtk-nsis-pack/bin/libcairo-script-interpreter-2.dll and b/gtk-nsis-pack/bin/libcairo-script-interpreter-2.dll differ diff --git a/gtk-nsis-pack/bin/libgailutil-3-0.dll b/gtk-nsis-pack/bin/libgailutil-3-0.dll index e895ce232..77c4ac9a4 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 fc3b323e9..6631f0a54 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/libgdk_pixbuf-2.0-0.dll b/gtk-nsis-pack/bin/libgdk_pixbuf-2.0-0.dll index 39793d6a7..7759155dd 100644 Binary files a/gtk-nsis-pack/bin/libgdk_pixbuf-2.0-0.dll and b/gtk-nsis-pack/bin/libgdk_pixbuf-2.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libgnutls-30.dll b/gtk-nsis-pack/bin/libgnutls-30.dll index 83e468447..5050260fd 100644 Binary files a/gtk-nsis-pack/bin/libgnutls-30.dll and b/gtk-nsis-pack/bin/libgnutls-30.dll differ diff --git a/gtk-nsis-pack/bin/libgtk-3-0.dll b/gtk-nsis-pack/bin/libgtk-3-0.dll index 3295a33f7..6fcb72cc5 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 773dbfb59..0514e88be 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/libpango-1.0-0.dll b/gtk-nsis-pack/bin/libpango-1.0-0.dll index 06df34451..eeeff50a3 100644 Binary files a/gtk-nsis-pack/bin/libpango-1.0-0.dll and b/gtk-nsis-pack/bin/libpango-1.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libpangocairo-1.0-0.dll b/gtk-nsis-pack/bin/libpangocairo-1.0-0.dll index df0ed67df..410e23ae4 100644 Binary files a/gtk-nsis-pack/bin/libpangocairo-1.0-0.dll and b/gtk-nsis-pack/bin/libpangocairo-1.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libpangoft2-1.0-0.dll b/gtk-nsis-pack/bin/libpangoft2-1.0-0.dll index d9228c567..5e4e80f28 100644 Binary files a/gtk-nsis-pack/bin/libpangoft2-1.0-0.dll and b/gtk-nsis-pack/bin/libpangoft2-1.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libpangowin32-1.0-0.dll b/gtk-nsis-pack/bin/libpangowin32-1.0-0.dll index 8e2d2aca6..dab1e8d45 100644 Binary files a/gtk-nsis-pack/bin/libpangowin32-1.0-0.dll and b/gtk-nsis-pack/bin/libpangowin32-1.0-0.dll differ diff --git a/gtk-nsis-pack/bin/libpng16-16.dll b/gtk-nsis-pack/bin/libpng16-16.dll index 34c1acdcf..f5f3cadb7 100644 Binary files a/gtk-nsis-pack/bin/libpng16-16.dll and b/gtk-nsis-pack/bin/libpng16-16.dll differ diff --git a/gtk-nsis-pack/gtk3-runtime.ts.nsi b/gtk-nsis-pack/gtk3-runtime.ts.nsi index 64f6055e5..e4b2ca965 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.22.18" +!define GTK_VERSION "3.22.19" !define GTK_BIN_VERSION "3.0.0" -!define PRODUCT_VERSION "${GTK_VERSION}-2017-09-05-ts-win64" +!define PRODUCT_VERSION "${GTK_VERSION}-2017-09-11-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/gdk-pixbuf-2.0/2.10.0/loaders.cache b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache index a625e3fe0..6d02bf115 100644 --- a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +++ b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache @@ -1,6 +1,6 @@ # GdkPixbuf Image Loader Modules file # Automatically generated file, do not edit -# Created by gdk-pixbuf-query-loaders.exe from gdk-pixbuf-2.36.8 +# Created by gdk-pixbuf-query-loaders.exe from gdk-pixbuf-2.36.9 # # LoaderDir = C:\msys64\mingw64/lib/gdk-pixbuf-2.0/2.10.0/loaders # diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll index 1bf25f985..8d1ced69d 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll index 3965a0603..43302d045 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll index 2b864db33..3c9dbad25 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll index 5713393e5..24777e4af 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll index 417160905..a35eae579 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll index 230ba1b15..b352ae93b 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.dll differ diff --git a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll index f3250037b..127b19a90 100644 Binary files a/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll and b/gtk-nsis-pack/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.dll differ diff --git a/gtk-nsis-pack/share/glib-2.0/schemas/gschemas.compiled b/gtk-nsis-pack/share/glib-2.0/schemas/gschemas.compiled index f6f44eb21..e7764c081 100644 Binary files a/gtk-nsis-pack/share/glib-2.0/schemas/gschemas.compiled and b/gtk-nsis-pack/share/glib-2.0/schemas/gschemas.compiled differ diff --git a/gtk-nsis-pack/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml b/gtk-nsis-pack/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml new file mode 100644 index 000000000..20e3db4f9 --- /dev/null +++ b/gtk-nsis-pack/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml @@ -0,0 +1,17 @@ + + + + + + [] + Recently used Emoji + + An array of Emoji definitions to show in the Emoji chooser. Each Emoji is + specified as an array of codepoints, name and shortname. The extra integer after this + pair is the code of the Fitzpatrick modifier to use in place of a 0 in the + codepoint array. + + + + + diff --git a/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gnutls.mo index dbd275b55..94792ed15 100644 Binary files a/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gtk30-properties.mo index 83e41efe7..7ffdcc909 100644 Binary files a/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gtk30.mo index 94528bb41..97f81b622 100644 Binary files a/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/cs/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gnutls.mo index 384deea67..56f92139f 100644 Binary files a/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gtk30-properties.mo index 7cb0483e7..ede1231b9 100644 Binary files a/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gtk30.mo index 420468b31..0395b88c3 100644 Binary files a/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/de/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo index 515d5c804..3879e6191 100644 Binary files a/gtk-nsis-pack/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/en@quot/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/en@quot/LC_MESSAGES/gnutls.mo index 324a79bc6..58fff7546 100644 Binary files a/gtk-nsis-pack/share/locale/en@quot/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/en@quot/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/gnutls.mo index 606036a48..b22636d9b 100644 Binary files a/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/eo/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30.mo index 34488a672..2f6039fe5 100644 Binary files a/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/es/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gnutls.mo index 1247b7d62..45ac62206 100644 Binary files a/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/fi/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo index a4961b0b5..488252ee9 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gnutls.mo index cbfce359c..b9a7fb08b 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gtk30-properties.mo index bd8030d15..fb8f60fb2 100644 Binary files a/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/fr/LC_MESSAGES/gtk30-properties.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 861e66edf..d46e53979 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/fur/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30.mo index f680345bf..2872f0490 100644 Binary files a/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/fur/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo index 8dd5571b0..a6184cea0 100644 Binary files a/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo and b/gtk-nsis-pack/share/locale/gl/LC_MESSAGES/gdk-pixbuf.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 48a2d2102..75a9f858b 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 2cf69bae3..e6dff74e4 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/hr/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/hr/LC_MESSAGES/gtk30-properties.mo index ad5d1aca8..74e69d92e 100644 Binary files a/gtk-nsis-pack/share/locale/hr/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/hr/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/hr/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/hr/LC_MESSAGES/gtk30.mo index 6f6559f5b..e892b6a80 100644 Binary files a/gtk-nsis-pack/share/locale/hr/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/hr/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo index 7dcaeff26..faaa202ce 100644 Binary files a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo and b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo differ diff --git a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30-properties.mo index 23594cc92..7474b42cb 100644 Binary files a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30.mo index 16428e530..2cc11d3a9 100644 Binary files a/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/id/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gnutls.mo index 565f83c90..a51283b4a 100644 Binary files a/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/it/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/kk/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/kk/LC_MESSAGES/gtk30.mo index 55f46b2ba..1ea5a0633 100644 Binary files a/gtk-nsis-pack/share/locale/kk/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/kk/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo index f91f7b422..7d47f02a5 100644 Binary files a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo and b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo differ diff --git a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30-properties.mo index d5c59a9eb..3f14fc412 100644 Binary files a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30.mo index 2fe496d87..db851053c 100644 Binary files a/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/lt/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gnutls.mo index 288a7a267..9a1b07836 100644 Binary files a/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/ms/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/ne/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/ne/LC_MESSAGES/gtk30-properties.mo index 7a3818e53..7170e72bd 100644 Binary files a/gtk-nsis-pack/share/locale/ne/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/ne/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/ne/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/ne/LC_MESSAGES/gtk30.mo index 77eaadebc..b51d76fea 100644 Binary files a/gtk-nsis-pack/share/locale/ne/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/ne/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/nl/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/nl/LC_MESSAGES/gnutls.mo index 22359a946..348eca4ca 100644 Binary files a/gtk-nsis-pack/share/locale/nl/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/nl/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gnutls.mo index b8698be66..403b7839a 100644 Binary files a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30-properties.mo index ffd3ed752..fe79d0392 100644 Binary files a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30.mo index 1516ce69f..6aeaf0554 100644 Binary files a/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/pl/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo b/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo index b228a6ae1..2669c2923 100644 Binary files a/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo and b/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo differ diff --git a/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo index 3d9da209c..db4d3fa81 100644 Binary files a/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.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 d49709742..c2efe43a1 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/sk/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/sk/LC_MESSAGES/gtk30.mo index b600ea905..c01d553a5 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/gdk-pixbuf.mo b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo index b1e55bd59..2898ecc57 100644 Binary files a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo and b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo differ diff --git a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30-properties.mo index acad7cf16..667b15c48 100644 Binary files a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30.mo index 0aadd2385..82b1dee24 100644 Binary files a/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/sr/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo b/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo index addf23876..4ef9d7249 100644 Binary files a/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo and b/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo differ diff --git a/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo b/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo index 01f074ca3..1beb706ea 100644 Binary files a/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo and b/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo differ diff --git a/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gtk30.mo b/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gtk30.mo index ac1b6f6ab..5b14866b3 100644 Binary files a/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gtk30.mo and b/gtk-nsis-pack/share/locale/sr@latin/LC_MESSAGES/gtk30.mo differ diff --git a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gnutls.mo index b73a7edcf..3dd70d8e8 100644 Binary files a/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/sv/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo index 277fc3e12..bbb9aea08 100644 Binary files a/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo and b/gtk-nsis-pack/share/locale/tr/LC_MESSAGES/gdk-pixbuf.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 6e32e469b..ed1823a43 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/uk/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gnutls.mo index 6aa96fd94..77d602b20 100644 Binary files a/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/uk/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/vi/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/vi/LC_MESSAGES/gnutls.mo index bc2f46413..95e9e9a8d 100644 Binary files a/gtk-nsis-pack/share/locale/vi/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/vi/LC_MESSAGES/gnutls.mo differ diff --git a/gtk-nsis-pack/share/locale/zh_CN/LC_MESSAGES/gnutls.mo b/gtk-nsis-pack/share/locale/zh_CN/LC_MESSAGES/gnutls.mo index 4d7033d9c..7b444ca9b 100644 Binary files a/gtk-nsis-pack/share/locale/zh_CN/LC_MESSAGES/gnutls.mo and b/gtk-nsis-pack/share/locale/zh_CN/LC_MESSAGES/gnutls.mo differ