On Mon, Jan 25, 2016 at 07:17:12PM +0100, Matthias Kilian wrote: > On Sun, Jan 24, 2016 at 05:32:28PM -0700, Aaron Bieber wrote: > > This haskell lib is needed for another patch (attached) that enables inotify > > in xmobar. See attached screenshot for an example of it in use (top left > > corner of the shot shows new mail counts for OpenBSD related stuff). > > Ok for both by me, but --extra-include-dirs in this chunk of xmobar > should be removed (xmobar doesn't #include any header files from > inotify):
[..] In addition: - LIB_DEPENDS = devel/libinotify in hs-hinotify is a little bit bogus. Just use RUN_DEPENDS = devel/libinotify. - On the other hand, you may need to at LIB_DEPENDS = devel/libinotify to x11/xmobar (and also adjust WANTLIB). Sorry for not noticing this earlier. Ciao, Kili