Skip to content

Commit

Permalink
New installers: 2017-03-09
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Mar 9, 2017
1 parent 065daea commit 32534d4
Show file tree
Hide file tree
Showing 25 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The installers can be found [here](http://lvserver.ugent.be/gtk-win64/).

**[Keep in mind though that these packages are experimental. Binary compatibility between versions is not guaranteed!!!.](http://www.gtk.org/download/win64.php)**

The current releases ([gtk2-runtime-2.24.31-2017-02-20-ts-win64.exe](http://lvserver.ugent.be/gtk-win64/gtk2-runtime/gtk2-runtime-2.24.31-2017-02-20-ts-win64.exe) and [gtk3-runtime-3.22.8-2017-02-20-ts-win64.exe](http://lvserver.ugent.be/gtk-win64/gtk3-runtime/gtk3-runtime-3.22.8-2017-02-20-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 previous releases. 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-03-09-ts-win64.exe](http://lvserver.ugent.be/gtk-win64/gtk2-runtime/gtk2-runtime-2.24.31-2017-03-09-ts-win64.exe) and [gtk3-runtime-3.22.8-2017-03-09-ts-win64.exe](http://lvserver.ugent.be/gtk-win64/gtk3-runtime/gtk3-runtime-3.22.8-2017-03-09-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 previous releases. 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

Expand All @@ -21,23 +21,23 @@ The following packages are included in the current GTK+-2/3 installers
* [fontconfig](http://www.freedesktop.org/software/fontconfig/release/) (2.12.1)
* [freetype](http://www.freetype.org/download.html) (2.7.1)
* [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.36.5)
* [gettext](http://ftp.gnu.org/pub/gnu/gettext/) (0.19.8)
* [gettext](http://ftp.gnu.org/pub/gnu/gettext/) (0.19.8.1)
* [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.50.3)
* [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.8)
* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.22.9)
* [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.20.4)
* ~~[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.3.4)
* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (1.4.4)
* [hicolor-icon-theme](http://icon-theme.freedesktop.org/releases/) (0.15)
* [json-glib](http://ftp.gnome.org/pub/gnome/sources/json-glib/) (1.2.2)
* [libepoxy](https://github.com/anholt/libepoxy) (1.3.1)
* [libffi](http://sourceware.org/libffi/) (3.2.1)
* [libiconv](https://ftp.gnu.org/pub/gnu/libiconv/) (1.14)
* [libiconv](https://ftp.gnu.org/pub/gnu/libiconv/) (1.15)
* [libpng](http://sourceforge.net/project/showfiles.php?group_id=5624) (1.6.28)
* [libsigc++](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/) (2.10.0)
* [libxml2](http://xmlsoft.org/sources/) (2.9.4)
Expand Down
Binary file modified gtk-nsis-pack/bin/gtk-query-immodules-3.0.exe
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libgailutil-3-0.dll
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libgcc_s_seh-1.dll
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libgdk-3-0.dll
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libgdk_pixbuf-2.0-0.dll
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libgtk-3-0.dll
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libharfbuzz-0.dll
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libiconv-2.dll
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libintl-8.dll
Binary file not shown.
Binary file modified gtk-nsis-pack/bin/libstdc++-6.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion gtk-nsis-pack/gtk2-runtime.ts.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

!define GTK_VERSION "2.24.31"
!define GTK_BIN_VERSION "2.10.0"
!define PRODUCT_VERSION "${GTK_VERSION}-2017-02-20-ts-win64"
!define PRODUCT_VERSION "${GTK_VERSION}-2017-03-09-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"
Expand Down
4 changes: 2 additions & 2 deletions gtk-nsis-pack/gtk3-runtime.ts.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
; Directory and package names: gtk3-runtime.


!define GTK_VERSION "3.22.8"
!define GTK_VERSION "3.22.9"
!define GTK_BIN_VERSION "3.0.0"
!define PRODUCT_VERSION "${GTK_VERSION}-2017-02-20-ts-win64"
!define PRODUCT_VERSION "${GTK_VERSION}-2017-03-09-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"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 32534d4

Please sign in to comment.