aboutsummaryrefslogtreecommitdiff
path: root/x11/mako
Commit message (Collapse)AuthorAgeFilesLines
* x11/mako: update to 1.5Jan Beich2021-05-032-24/+4
| | | | | Changes: https://github.com/emersion/mako/releases/tag/v1.5 Reported by: GitHub (watch releases)
* 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/mako: unbreak build on DragonFlyJan Beich2021-03-112-1/+5
| | | | | | | | | | | | | | | | | | | ../notification.c: In function 'get_binding': ../notification.c:275:14: error: 'BTN_LEFT' undeclared (first use in this function) 275 | case BTN_LEFT: | ^~~~~~~~ ../notification.c:275:14: note: each undeclared identifier is reported only once for each function it appears in ../notification.c:277:14: error: 'BTN_RIGHT' undeclared (first use in this function) 277 | case BTN_RIGHT: | ^~~~~~~~~ ../notification.c:279:14: error: 'BTN_MIDDLE' undeclared (first use in this function) 279 | case BTN_MIDDLE: | ^~~~~~~~~~ Reported by: DPorts Notes: svn path=/head/; revision=568063
* x11/mako: switch to upstreamed patchesJan Beich2020-12-262-6/+6
| | | | Notes: svn path=/head/; revision=559300
* sysutils/basu: move to devel/ where dbus isJan Beich2020-12-261-3/+3
| | | | Notes: svn path=/head/; revision=559264
* x11/mako: add new portJan Beich2020-12-213-0/+64
mako is a lightweight notification daemon for Wayland. It implements the GNOME Desktop Notifications Specification. Works on Sway. https://github.com/emersion/mako Notes: svn path=/head/; revision=558827