pkgsrc/x11/stalonetray/Makefile
mef 9b3eb9fac2 Updated x11/stalonetray to 0.81 to 0.83
---------------------------------------
http://stalonetray.sourceforge.net/news.html

March 4, 2015
New bugfix release 0.8.3. Changes:

    fix high CPU usage under E19 caused by support for _NET_WM_PING

February 5, 2015
New bugfix release 0.8.2 (aka "It ain't dead. It's restin'"). Changes:

    several fixes in command line and config file parser
    fixed _NET_WM_STRUTS_PARTIAL support for multiple screens (kudos to Mario Pilz for a patch)
    fixed _NET_WM_DESKTOP support (thanks to Sasha Vasko for a report)
    added support for _NET_WM_PING
2016-08-11 23:03:26 +00:00

23 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/08/11 23:03:26 mef Exp $
#
DISTNAME=stalonetray-0.8.3
CATEGORIES=x11
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=stalonetray/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://stalonetray.sourceforge.net/
COMMENT= Stand-alone system tray
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-native-kde
USE_LANGUAGES+= c
INSTALLATION_DIRS= share/examples
post-install:
${INSTALL_DATA} ${WRKSRC}/stalonetrayrc.sample ${DESTDIR}${PREFIX}/share/examples/stalonetray.rc
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"