Add xfce4-systray-3.99.2, an XFce 4 system tray module for xfce4-panel
Submitted by: James Earl <jdearl@telus.net>
This commit is contained in:
parent
c6fa823b57
commit
ebedae78d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85771
5 changed files with 38 additions and 0 deletions
|
@ -100,6 +100,7 @@
|
|||
SUBDIR += xfce4
|
||||
SUBDIR += xfce4-desktop
|
||||
SUBDIR += xfce4-panel
|
||||
SUBDIR += xfce4-systray
|
||||
SUBDIR += xfce4-wm
|
||||
SUBDIR += xwmm
|
||||
SUBDIR += yawm
|
||||
|
|
29
x11-wm/xfce4-systray/Makefile
Normal file
29
x11-wm/xfce4-systray/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: xfce4-systray
|
||||
# Date created: 3 July 2003
|
||||
# Whom: James Earl <jdearl@telus.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-systray
|
||||
PORTVERSION= 3.99.2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \
|
||||
ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \
|
||||
http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \
|
||||
http://linux.imp.mx/xfce4/rc2/xfce4-rc2/src/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= XFce 4 system tray module for xfce4-panel
|
||||
|
||||
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-wm/xfce4-systray/distinfo
Normal file
1
x11-wm/xfce4-systray/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xfce4/xfce4-systray-3.99.2.tar.gz) = eb035594677764bf2b2881258b7397bf
|
3
x11-wm/xfce4-systray/pkg-descr
Normal file
3
x11-wm/xfce4-systray/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
XFce 4 system tray or notification area for xfce4-panel.
|
||||
|
||||
WWW: http://www.xfce.org
|
4
x11-wm/xfce4-systray/pkg-plist
Normal file
4
x11-wm/xfce4-systray/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
lib/xfce4/panel-plugins/libsystray.a
|
||||
lib/xfce4/panel-plugins/libsystray.la
|
||||
lib/xfce4/panel-plugins/libsystray.so
|
||||
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
|
Loading…
Reference in a new issue