| Summary: | [patch] graphics/geeqie: add a knob to select the GUI toolkit | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Bertrand Petit <bsdpr> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | amdmi3, bsdpr | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | amdmi3:
maintainer-feedback+
|
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: amdmi3 Date: Tue Dec 5 18:16:49 UTC 2017 New revision: 455598 URL: https://svnweb.freebsd.org/changeset/ports/455598 Log: - Add an option to select GUI toolkit - Switch default to gtk2 as per documentation - Update depends PR: 223672 Submitted by: bsdpr@phoe.frmug.org Changes: head/graphics/geeqie/Makefile |
Created attachment 188003 [details] Patch providing two additional knobs to select the GUI toolkit Geeqie is not yet stable enough to use with the GTK 3 toolkit, I added a knob to permit the selection of the used toolkit at compilation time. The default is GTK 2 since this is marked as the stable option in the README. I've also updated the configure options related to map pinpointing. I'm still a rookie with ports, the joined patch is incomplete: when the GTK2 option is selected we should check that the GPS option is not selected. I don't know how to do that.