diff options
author | smb <smb> | 2007-08-04 13:44:19 +0000 |
---|---|---|
committer | smb <smb> | 2007-08-04 13:44:19 +0000 |
commit | 734285770112b9e78f25028633eb3409a51247eb (patch) | |
tree | 01ad5ea3f73c540fc7e650ff93c2b382b3a9825c /x11/stalonetray | |
parent | 5bd331cb4c8994d1cc712bd6ae20f53b3671cbcb (diff) | |
download | pkgsrc-734285770112b9e78f25028633eb3409a51247eb.tar.gz |
Add the stalonetray (stand-alone system tray) package. Package based partly
on the FreeBSD ports version.
Diffstat (limited to 'x11/stalonetray')
-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 |
4 files changed, 33 insertions, 0 deletions
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 |