require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build option #102
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@flexiondotorg @clefebvre @raveit65 @posophe @XRevan86 @willysr @obache @NP-Hardass
And now we move m-n-d to GTK+3:
--with-gtk
build option is dropped as wellFor example, in Debian/Ubuntu build-deps are changed as follows:
libcanberra-gtk-dev -> libcanberra-gtk3-dev
libgtk2.0-dev -> libgtk-3-dev
libwnck-dev -> libwnck-3-dev
Also please note that slider theme doesn't use reversed colors from GTK+ theme anymore. It uses your fg/bg as is. I understand it might be a surprise for some users, but we couldn't manage to get the color reversing to work with all GTK+ 3.xx versions out there. And honestly... did this reversing make sense really? 😄