aboutsummaryrefslogtreecommitdiff
path: root/x11/fuzzel
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/fuzzel: update to 1.5.1Jan Beich2021-02-022-4/+4
| | | | | | | Changes: https://codeberg.org/dnkl/fuzzel/releases/tag/1.5.1 Notes: svn path=/head/; revision=563777
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-011-6/+0
| | | | | | | | | | | | | FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406 Notes: svn path=/head/; revision=563570
* x11/fuzzel: limit USES=gnome scope after r563196Jan Beich2021-01-291-1/+3
| | | | Notes: svn path=/head/; revision=563231
* x11/fuzzel: update to 1.5.0Jan Beich2021-01-292-16/+16
| | | | | | | Changes: https://codeberg.org/dnkl/fuzzel/releases/tag/1.5.0 Notes: svn path=/head/; revision=563196
* x11/{fuzzel,fnott}: switch to upstreamed patchesJan Beich2020-12-212-10/+10
| | | | | | | No functional changes. Allows to remove the temporary fork on GitHub. Notes: svn path=/head/; revision=558847
* x11/fuzzel: respect PREFIX when looking for .desktop filesJan Beich2020-12-201-0/+4
| | | | Notes: svn path=/head/; revision=558758
* x11/fuzzel: add new portJan Beich2020-12-203-0/+62
Fuzzel is a Wayland-native application launcher, similar to rofi's 'drun' mode. Features: - Wayland native - Rofi drun-like mode of operation - dmenu mode where newline separated entries are read from stdin - Emacs key bindings - Icons! - Remembers frequently launched applications https://codeberg.org/dnkl/fuzzel Notes: svn path=/head/; revision=558757