Compare commits

...

32 Commits

Author SHA1 Message Date
Tom Schoonjans
9bb0a87126
Merge pull request #33 from ashaduri/no-gtk2-prefs
Removed gtk2_prefs
2022-03-13 06:24:39 +00:00
Alexander Shaduri
ec8495e0b4 Removed gtk2_prefs as it has its own repository at https://github.com/ashaduri/gtk2_prefs. 2022-03-10 15:59:07 +04:00
Tom Schoonjans
6ffaee7ae1 New installer: 2022-01-04 2022-01-04 15:19:39 +00:00
Tom Schoonjans
105f54e3c7 New installer: 2021-04-29 2021-04-29 13:18:31 +01:00
Tom Schoonjans
15fdc2228e New installers: 2021-01-30 2021-01-30 10:40:28 +00:00
Tom Schoonjans
27bc126a0d New installers: 2020-11-22 2020-11-22 11:42:24 +00:00
Tom Schoonjans
d401405d87 New installers: 2020-07-15 2020-07-15 09:14:15 +01:00
Tom Schoonjans
d5e9dc5286
Add Github sponsorship to funding 2020-05-31 10:01:58 +01:00
Tom Schoonjans
9f0fa6355f New installers: 2020-05-19 2020-05-19 13:58:40 +01:00
Tom Schoonjans
0992fd1fc7
Update FUNDING.yml 2020-04-07 10:50:41 +01:00
Tom Schoonjans
7ff7e676d0 New installers: 2020-02-21 2020-02-21 12:57:00 +00:00
Tom Schoonjans
651af13435 New installers: 2019-12-19 2019-12-19 13:06:45 +00:00
Tom Schoonjans
f97fa61ab3 Add code to test runtime 2019-12-19 13:03:31 +00:00
Tom Schoonjans
29f9d477bc New installers: 2019-11-07
Closes #24
2019-11-07 16:03:51 +00:00
Tom Schoonjans
07fe7dbe80 New installers: 2019-10-04 2019-10-04 14:45:59 +01:00
Tom Schoonjans
b5299b2e9e New installers: 2019-08-05 2019-08-05 09:12:34 +01:00
Tom Schoonjans
e20195cfbf New installers: 2019-07-02 2019-07-02 10:12:26 +01:00
Tom Schoonjans
12ed7c624f
Create FUNDING.yml 2019-05-23 19:38:26 +01:00
Tom Schoonjans
ed18ffc0ee New installers: 2019-04-26 2019-04-26 12:28:21 +01:00
Tom Schoonjans
9310da3a8c
README.md: add downloads badge 2019-04-22 16:13:58 +01:00
Tom Schoonjans
ac734e8d8b New installers: 2019-03-26
Closes #23
2019-03-26 12:49:28 +00:00
Tom Schoonjans
257df8f277 New installers: 2019-02-07 2019-02-07 14:06:43 +00:00
Tom Schoonjans
0d74248592 New installers: 2018-12-19 2018-12-19 13:52:19 +00:00
Tom Schoonjans
e80938e197 New installers: 2018-10-03
Closes #22
2018-10-03 17:49:54 +01:00
Tom Schoonjans
fd197d4ef0 New installers: 2018-09-13 2018-09-13 13:40:33 +01:00
Tom Schoonjans
fdb647da0c
Fix XMI-MSIM repo link
Closes #21
2018-09-04 11:43:36 +01:00
Tom Schoonjans
918b26dbeb New installers: 2018-08-01 2018-08-01 09:07:12 +01:00
Tom Schoonjans
1595c18695 New installers: 2018-06-12
* Closes #14: add fontconfig configuration files
2018-06-12 11:20:15 +01:00
Paul Verest
a8bb24b6e0 README fix www.msys2.org link 2018-05-17 06:41:59 +01:00
Tom Schoonjans
de8599e01b New installers: 2018-03-12
* Closes #13 -> add missing libjasper and libjpeg dlls
2018-03-12 09:03:21 +00:00
Tom Schoonjans
0f30a324a0 New installers: 2018-02-20
* includes bugfix for ssl certificates that were not removed on
uninstall
2018-02-20 10:00:42 +00:00
Tom Schoonjans
c1da5644ed New installers: 2018-01-18 2018-01-18 09:18:30 +00:00
11664 changed files with 137661 additions and 26030 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,2 @@
custom: https://www.paypal.me/tomschoonjansUK/10
github: tschoonj

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ gtk2-runtime*-ts-win64*exe
gtk3-runtime*-ts-win64*exe
*.swp
/.vscode
hello-world-gtkmm3.exe

View File

@ -1,7 +1,8 @@
GTK+ for Windows Runtime Environment Installer: 64-bit
======================================================
[![PayPal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/tomschoonjans/10) [![Amazon Wish list](https://img.shields.io/badge/Amazon-Wishlist-green.svg)](http://amzn.eu/8ml3d0c)
[![Github Downloads All Releases](https://img.shields.io/github/downloads/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/total.svg)](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases)
[![PayPal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/tomschoonjans/10) [![Amazon Wish list](https://img.shields.io/badge/Amazon-Wishlist-green.svg)](http://amzn.eu/8ml3d0c)
This repository is a fork of the [GTK+ for Windows Runtime Environment Installer](http://gtk-win.sourceforge.net) that was originally created
by Alexander Shaduri.
@ -9,54 +10,59 @@ 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-11-15-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2017-11-15/gtk2-runtime-2.24.31-2017-11-15-ts-win64.exe) and [gtk3-runtime-3.22.26-2017-11-15-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2017-11-15/gtk3-runtime-3.22.26-2017-11-15-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.33-2021-01-30-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2021-01-30/gtk2-runtime-2.24.33-2021-01-30-ts-win64.exe) and [gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2022-01-04/gtk3-runtime-3.24.31-2022-01-04-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!!!).
**Please note that the Gtk+-2 runtime installers will no longer be updated as there are will be no more Gtk+-2 source code releases**
The following packages are included in the current GTK+-2/3 installers
* [adwaita icon theme](http://ftp.gnome.org/pub/GNOME/sources/adwaita-icon-theme/) (3.26.0)
* [atk](http://ftp.gnome.org/pub/GNOME/sources/atk/) (2.26.1)
* [atkmm](http://ftp.gnome.org/pub/GNOME/sources/atkmm/) (2.26.0)
* [cairo](http://cairographics.org/releases/) (1.15.6)
* [cairomm](http://cairographics.org/releases/) (1.12.0)
* [fontconfig](http://www.freedesktop.org/software/fontconfig/release/) (2.12.6)
* [freetype](http://www.freetype.org/download.html) (2.8.1)
* [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.36.11)
* [adwaita icon theme](http://ftp.gnome.org/pub/GNOME/sources/adwaita-icon-theme/) (41.0)
* [atk](http://ftp.gnome.org/pub/GNOME/sources/atk/) (2.36.0)
* [atkmm](http://ftp.gnome.org/pub/GNOME/sources/atkmm/) (2.28.0)
* [cairo](http://cairographics.org/releases/) (1.17.4)
* [cairomm](http://cairographics.org/releases/) (1.14.3)
* [fontconfig](http://www.freedesktop.org/software/fontconfig/release/) (2.13.94)
* [freetype](http://www.freetype.org/download.html) (2.11.1)
* [gdk-pixbuf](http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/) (2.42.6)
* [gettext](http://ftp.gnu.org/pub/gnu/gettext/) (0.19.8.1)
* [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.54.2)
* [glib-networking](http://ftp.gnome.org/pub/GNOME/sources/glib-networking/) (2.54.1)
* [glibmm](http://ftp.gnome.org/pub/GNOME/sources/glibmm/) (2.54.1)
* [gtk2](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (2.24.31)
* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.22.26)
* [gtkmm2](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (2.24.4)
* [gtkmm3](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (3.22.0)
* [glib](http://ftp.gnome.org/pub/GNOME/sources/glib/) (2.70.2)
* [glib-networking](http://ftp.gnome.org/pub/GNOME/sources/glib-networking/) (2.70.1)
* [glibmm](http://ftp.gnome.org/pub/GNOME/sources/glibmm/) (2.66.2)
* [gobject-introspection](http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/) (1.70.0)
* [gtk2](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (2.24.33)
* [gtk3](http://ftp.gnome.org/pub/GNOME/sources/gtk+/) (3.24.31)
* [gtkmm2](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (2.24.5)
* [gtkmm3](http://ftp.gnome.org/pub/GNOME/sources/gtkmm) (3.24.5)
* [gtksourceview2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (2.10.5)
* [gtksourceview3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (3.24.3)
* [gtksourceview3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (3.24.11)
* [gtksourceview4](http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/) (4.8.2)
* ~~[gtksourceviewmm2](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (2.10.3)~~ (currently unavailable)
* [gtksourceviewmm3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (3.24.5)
* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (1.6.3)
* [hicolor-icon-theme](http://icon-theme.freedesktop.org/releases/) (0.15)
* [json-glib](http://ftp.gnome.org/pub/gnome/sources/json-glib/) (1.4.2)
* [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.34)
* [librsvg](http://ftp.gnome.org/pub/GNOME/sources/librsvg/) (2.40.19)
* [libsigc++](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/) (2.10.0)
* [libsoup](http://ftp.gnome.org/pub/GNOME/sources/libsoup/) (2.60.2)
* [libxml2](http://xmlsoft.org/sources/) (2.9.6)
* [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.30)
* [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)
* [sqlite](https://www.sqlite.org) (3.20.0)
* [gtksourceviewmm3](http://ftp.gnome.org/pub/GNOME/sources/gtksourceviewmm/) (3.21.3)
* [harfbuzz](http://www.freedesktop.org/software/harfbuzz/release/) (3.1.2)
* [hicolor-icon-theme](http://icon-theme.freedesktop.org/releases/) (0.17)
* [json-glib](http://ftp.gnome.org/pub/gnome/sources/json-glib/) (1.6.6)
* [libepoxy](https://github.com/anholt/libepoxy) (1.5.9)
* [libffi](http://sourceware.org/libffi/) (3.3)
* [libiconv](https://ftp.gnu.org/pub/gnu/libiconv/) (1.16)
* [libpeas](http://ftp.gnome.org/pub/gnome/sources/libpeas/) (1.30.0)
* [libpng](http://sourceforge.net/project/showfiles.php?group_id=5624) (1.6.37)
* [librsvg](http://ftp.gnome.org/pub/GNOME/sources/librsvg/) (2.52.5)
* [libsigc++](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/) (2.10.7)
* [libsoup](http://ftp.gnome.org/pub/GNOME/sources/libsoup/) (2.74.2)
* [libxml2](http://xmlsoft.org/sources/) (2.9.12)
* [libxml++2](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (2.42.0)
* [libxml++3](http://ftp.gnome.org/pub/GNOME/sources/libxml++/) (3.2.2)
* [libxslt](http://xmlsoft.org/sources/) (1.1.34)
* [pango](http://ftp.gnome.org/pub/GNOME/sources/pango/) (1.50.3)
* [pangomm](http://ftp.gnome.org/pub/GNOME/sources/pangomm/) (2.46.2)
* [pcre](ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/) (8.45)
* [pixman](http://cairographics.org/releases/) (0.40.0)
* [sqlite](https://www.sqlite.org) (3.37.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.
Personally I use this installer in my [XMI-MSIM project](http://github.com/xmimsim). You may want to have a look at my Inno Setup ([new](https://github.com/tschoonj/xmimsim/blob/master/windows/xmimsim.iss)) and NSIS ([old](https://github.com/tschoonj/xmimsim/blob/XMI-MSIM-4.0/nsis/xmimsim-win64.nsi.in)) based installers.
Personally I use this installer in my [XMI-MSIM project](http://github.com/tschoonj/xmimsim). You may want to have a look at my Inno Setup ([new](https://github.com/tschoonj/xmimsim/blob/master/windows/xmimsim.iss)) and NSIS ([old](https://github.com/tschoonj/xmimsim/blob/XMI-MSIM-4.0/nsis/xmimsim-win64.nsi.in)) based installers.
Those interested in scientific plotting using Gtkmm3 may want to have a look at my project [Gtkmm-PLplot](https://github.com/tschoonj/gtkmm-plplot). Documentation and examples can be found [here](http://tschoonj.github.io/gtkmm-plplot)

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.

BIN
gtk-nsis-pack/bin/gdbus.exe Normal file

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.

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.

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.

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.

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.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More