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:
parent
7ec2e8a117
commit
80fd710267
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472456
@ -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
20
x11/wmsystemtray/Makefile
Normal 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>
|
3
x11/wmsystemtray/distinfo
Normal file
3
x11/wmsystemtray/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1529072371
|
||||
SHA256 (wmsystemtray-1.4.tar.gz) = 8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9
|
||||
SIZE (wmsystemtray-1.4.tar.gz) = 131973
|
5
x11/wmsystemtray/pkg-descr
Normal file
5
x11/wmsystemtray/pkg-descr
Normal 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
|
1
x11/wmsystemtray/pkg-message
Normal file
1
x11/wmsystemtray/pkg-message
Normal file
@ -0,0 +1 @@
|
||||
To use wmsystemtray outside of WindowMaker WM, use --non-wmaker flag.
|
Loading…
Reference in New Issue
Block a user