openbsd-ports/x11/twmn/patches/patch-twmnd_twmnd_pro
sdk d280f74abd Import twmn 1.2
Twmn is a dmenu style desktop notification system.

Notifications are shown in a one-line bar called the notification slide.
They can be navigated through and activated with shortcuts.

* twmnc: is a command line tool to send notifications to twmnd.
* twmnd: is a daemon listening to notification requests and showing them
one after another. It is also compatible with "notify-send".

Tested on amd64. An example config can be found in the README.md in the
examples dir.

With help from op@ bcallah@

OK op@ bcallah@
2022-03-13 18:49:52 +00:00

13 lines
312 B
Plaintext

Index: twmnd/twmnd.pro
--- twmnd/twmnd.pro.orig
+++ twmnd/twmnd.pro
@@ -10,7 +10,7 @@ TARGET = twmnd
TEMPLATE = app
CONFIG += debug
DESTDIR = ../bin/
-QMAKE_CXXFLAGS += -Wall -Werror -pedantic -Wno-long-long
+QMAKE_CXXFLAGS += -Wall -pedantic -Wno-long-long
target.path+=/usr/local/bin
INSTALLS += target