Version: 2.2.0, Package name: pmenu-2.2.0 |
Maintained by: Jerome Kasper |
Master sites: |
Description piemenu is a pie menu utility for X. It receives a menu specification from stdin, shows a menu for the user to select one of the options and outputs the option selected to stdout. Features include radial Submenus (some pie-menu slices can spawn another menu), Icons (pie-menu slices can contain icon image), X resources support and Root window mode. |
Filesize: 14.906 KB |
Version History (View Complete History) |
|
2021-03-07 15:26:27 by Klemens Nanni | Files touched by this commit (2) |
Log message: Honour CFLAGS and in turn make the debug package actually useful as the current one contains no symbols; this is due to CFLAGS containing DEBUG which passes "-g" as per DEBUG_PACKAGES. Upstream should tweak their config.mk to support proper variable usage without downstream having to patch makefiles. Fix DESCR while here. OK sthen |