New port: x11/wmsystemtray

wmsystemtray is a system tray dockapp using freedesktop.org system
tray protocol.  It is designed to work with WindowMaker or another
WM, that supports dock applications (FVWM, AfterStep).

WWW: https://wmsystemtray.sourceforge.io

PR:		229033
Submitted by:	ILUXA <iluxa@ex.ua>
This commit is contained in:
Tobias Kortkamp 2018-06-15 14:20:13 +00:00
parent 7ec2e8a117
commit 80fd710267
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472456
5 changed files with 30 additions and 0 deletions

View File

@ -366,6 +366,7 @@
SUBDIR += wmctrl
SUBDIR += wmdrawer
SUBDIR += wmmatrix
SUBDIR += wmsystemtray
SUBDIR += wmutils-core
SUBDIR += wmutils-opt
SUBDIR += wmxss

20
x11/wmsystemtray/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= wmsystemtray
PORTVERSION= 1.4
CATEGORIES= x11 windowmaker afterstep
MASTER_SITES= SF/wmsystemtray/wmsystemtray
MAINTAINER= iluxa@ex.ua
COMMENT= System tray dockapp that uses freedesktop.org system tray protocol
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig
USE_XORG= ice sm x11 xext xfixes xmu xpm
GNU_CONFIGURE= yes
PLIST_FILES= bin/wmsystemtray man/man1/wmsystemtray.1.gz
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1529072371
SHA256 (wmsystemtray-1.4.tar.gz) = 8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9
SIZE (wmsystemtray-1.4.tar.gz) = 131973

View File

@ -0,0 +1,5 @@
wmsystemtray is a system tray dockapp using freedesktop.org system
tray protocol. It is designed to work with WindowMaker or another
WM, that supports dock applications (FVWM, AfterStep).
WWW: https://wmsystemtray.sourceforge.io

View File

@ -0,0 +1 @@
To use wmsystemtray outside of WindowMaker WM, use --non-wmaker flag.