Created attachment 191788 [details] proposed patch - update to 0.7.2, - remove '--without-plugin' from CONFIGURE_ARGS, browser plugin was removed long ago and this option does not exist, - add options to choose between GTK2 and GTK3 UI, - remove PULSEAUDIO_DESC, there's a default description for that, - sort USES/USE_* to pet portlint.
(In reply to Roman Bogorodskiy from comment #0) I am not sure if it is a good idea to make GTK2 and GTK3 an option. What will happen if a user selects the GTK2 option and installs a GTK3 application which needs gtk-vnc?
Created attachment 191796 [details] updated patch, v2
(In reply to Ting-Wei Lan from comment #1) Good point, I've uploaded a patch that adds -gtk2 flavor instead of an option.
(In reply to Roman Bogorodskiy from comment #3) It looks like the GTK3 flavor is called 'default'. Can it be called 'gtk3' instead? GTK4 has been under development since 2016 and it is possible for us to see stable releases of GTK4 in this year.
first I do agree with the gtk3 name of the "default flavor" second, I will let gnome@ decide weather it is worth maintaining of gtk2 flavor or not, they are the guy who will in the end have to test it in both configuration for every upgrades. By gnome@ I mean Koop :)
(In reply to Baptiste Daroussin from comment #5) Thanks for getting back to it. > I will let gnome@ decide weather it is worth maintaining of gtk2 flavor or not, they are the guy who will in the end have to test it in both configuration for every upgrades. ok, let's wait for response.
Updated with r465577. Close, fixed.