diff --git a/README.md b/README.md index 87a81477..d8838b89 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 d87bd70e..fe33f145 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 d7381163..7b94a526 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 3c53dbc9..684c3ced 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 e98be9a5..e1e7f92d 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 f6e05b10..e39d08b0 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 e895ce23..77c4ac9a 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 fc3b323e..6631f0a5 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 39793d6a..7759155d 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 83e46844..5050260f 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 3295a33f..6fcb72cc 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 773dbfb5..0514e88b 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 06df3445..eeeff50a 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 df0ed67d..410e23ae 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 d9228c56..5e4e80f2 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 8e2d2aca..dab1e8d4 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 34c1acdc..f5f3cadb 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 64f6055e..e4b2ca96 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 a625e3fe..6d02bf11 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 1bf25f98..8d1ced69 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 3965a060..43302d04 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 2b864db3..3c9dbad2 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 5713393e..24777e4a 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 41716090..a35eae57 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 230ba1b1..b352ae93 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 f3250037..127b19a9 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 f6f44eb2..e7764c08 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 00000000..20e3db4f --- /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 dbd275b5..94792ed1 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 83e41efe..7ffdcc90 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 94528bb4..97f81b62 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 384deea6..56f92139 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 7cb0483e..ede1231b 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 420468b3..0395b88c 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 515d5c80..3879e619 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 324a79bc..58fff754 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 606036a4..b22636d9 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 34488a67..2f6039fe 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 1247b7d6..45ac6220 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 a4961b0b..488252ee 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 cbfce359..b9a7fb08 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 bd8030d1..fb8f60fb 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 861e66ed..d46e5397 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 f680345b..2872f049 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 8dd5571b..a6184cea 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 48a2d210..75a9f858 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 2cf69bae..e6dff74e 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 ad5d1aca..74e69d92 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 6f6559f5..e892b6a8 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 7dcaeff2..faaa202c 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 23594cc9..7474b42c 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 16428e53..2cc11d3a 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 565f83c9..a51283b4 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 55f46b2b..1ea5a063 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 f91f7b42..7d47f02a 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 d5c59a9e..3f14fc41 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 2fe496d8..db851053 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 288a7a26..9a1b0783 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 7a3818e5..7170e72b 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 77eaadeb..b51d76fe 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 22359a94..348eca4c 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 b8698be6..403b7839 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 ffd3ed75..fe79d039 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 1516ce69..6aeaf055 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 b228a6ae..2669c292 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 3d9da209..db4d3fa8 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 d4970974..c2efe43a 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 b600ea90..c01d553a 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 b1e55bd5..2898ecc5 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 acad7cf1..667b15c4 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 0aadd238..82b1dee2 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 addf2387..4ef9d724 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 01f074ca..1beb706e 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 ac1b6f6a..5b14866b 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 b73a7edc..3dd70d8e 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 277fc3e1..bbb9aea0 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 6e32e469..ed1823a4 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 6aa96fd9..77d602b2 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 bc2f4641..95e9e9a8 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 4d7033d9..7b444ca9 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