diff options
author | smb <smb@pkgsrc.org> | 2007-08-04 13:44:19 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-08-04 13:44:19 +0000 |
commit | b506b8f16ce46dadfe38a6d5233e861e272a3059 (patch) | |
tree | 01ad5ea3f73c540fc7e650ff93c2b382b3a9825c /x11 | |
parent | 36ad0a9b47ea0e147f9f589cf6c0ddc7fa6faf86 (diff) | |
download | pkgsrc-b506b8f16ce46dadfe38a6d5233e861e272a3059.tar.gz |
Add the stalonetray (stand-alone system tray) package. Package based partly
on the FreeBSD ports version.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/stalonetray/DESCR | 4 | ||||
-rw-r--r-- | x11/stalonetray/Makefile | 20 | ||||
-rw-r--r-- | x11/stalonetray/PLIST | 4 | ||||
-rw-r--r-- | x11/stalonetray/distinfo | 5 |
5 files changed, 35 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 706350f3d59..06c1551de62 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.512 2007/07/14 22:36:25 kristerw Exp $ +# $NetBSD: Makefile,v 1.513 2007/08/04 13:44:19 smb Exp $ # COMMENT= Packages to support the X window system @@ -297,6 +297,7 @@ SUBDIR+= scrnsaverproto SUBDIR+= setxkbmap SUBDIR+= speyes SUBDIR+= ssystem +SUBDIR+= stalonetray SUBDIR+= startup-notification SUBDIR+= swing SUBDIR+= tile diff --git a/x11/stalonetray/DESCR b/x11/stalonetray/DESCR new file mode 100644 index 00000000000..7076ba7ed8d --- /dev/null +++ b/x11/stalonetray/DESCR @@ -0,0 +1,4 @@ +Stalonetray is a stand-alone freedesktop.org and KDE system tray +(notification area) for X Window System/X11 (e.g. X.Org or XFree 86). It +has full XEMBED support and minimal dependencies: an X11 lib only. +Stalonetray works with virtually any EWMH-compliant window manager. diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile new file mode 100644 index 00000000000..a0e52ade15b --- /dev/null +++ b/x11/stalonetray/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2007/08/04 13:44:20 smb Exp $ +# +DISTNAME=stalonetray-0.6.5 +CATEGORIES=x11 +MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=stalonetray/} + +MAINTAINER= smb@NetBSD.org +HOMEPAGE= http://stalonetray.sourceforge.net/ +COMMENT= Stand-alone system tray + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-debug +CONFIGURE_ARGS+= --disable-native-kde +USE_LANGUAGES+= c + +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/stalonetrayrc.sample ${PREFIX}/share/examples/stalonetray.rc + +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/stalonetray/PLIST b/x11/stalonetray/PLIST new file mode 100644 index 00000000000..27f2e0aa79c --- /dev/null +++ b/x11/stalonetray/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2007/08/04 13:44:20 smb Exp $ +bin/stalonetray +share/examples/stalonetray.rc +man/man1/stalonetray.1 diff --git a/x11/stalonetray/distinfo b/x11/stalonetray/distinfo new file mode 100644 index 00000000000..4f9c113ac4b --- /dev/null +++ b/x11/stalonetray/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2007/08/04 13:44:21 smb Exp $ + +SHA1 (stalonetray-0.6.5.tar.gz) = dcfc0a96c90f56b259da7450860a17b14b829576 +RMD160 (stalonetray-0.6.5.tar.gz) = ee6ec9a7f462e6823b495d8cf0eba748ce458174 +Size (stalonetray-0.6.5.tar.gz) = 135304 bytes |