pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add the stalonetray (stand-alone system tray) package....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7f2d91a5029
branches:  trunk
changeset: 531686:f7f2d91a5029
user:      smb <smb%pkgsrc.org@localhost>
date:      Sat Aug 04 13:44:19 2007 +0000

description:
Add the stalonetray (stand-alone system tray) package.  Package based partly
on the FreeBSD ports version.

diffstat:

 doc/CHANGES-2007         |   3 ++-
 x11/Makefile             |   3 ++-
 x11/stalonetray/DESCR    |   4 ++++
 x11/stalonetray/Makefile |  20 ++++++++++++++++++++
 x11/stalonetray/PLIST    |   4 ++++
 x11/stalonetray/distinfo |   5 +++++
 6 files changed, 37 insertions(+), 2 deletions(-)

diffs (80 lines):

diff -r f0afda4b94ea -r f7f2d91a5029 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sat Aug 04 13:30:25 2007 +0000
+++ b/doc/CHANGES-2007  Sat Aug 04 13:44:19 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1697 2007/08/04 12:02:44 shannonjr Exp $
+$NetBSD: CHANGES-2007,v 1.1698 2007/08/04 13:44:20 smb Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -3121,3 +3121,4 @@
        Updated databases/mergeant to 0.66 [obache 2007-08-04]
        Updated security/libksba to 1.0.2 [shannonjr 2007-08-04]
        Updated security/gnupg2 to 2.0.5 [shannonjr 2007-08-04]
+       Added x11/stalonetray version 0.6.5 [smb 2007-08-04]
diff -r f0afda4b94ea -r f7f2d91a5029 x11/Makefile
--- a/x11/Makefile      Sat Aug 04 13:30:25 2007 +0000
+++ b/x11/Makefile      Sat Aug 04 13:44:19 2007 +0000
@@ -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+=       setxkbmap
 SUBDIR+=       speyes
 SUBDIR+=       ssystem
+SUBDIR+=       stalonetray
 SUBDIR+=       startup-notification
 SUBDIR+=       swing
 SUBDIR+=       tile
diff -r f0afda4b94ea -r f7f2d91a5029 x11/stalonetray/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/stalonetray/DESCR     Sat Aug 04 13:44:19 2007 +0000
@@ -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 -r f0afda4b94ea -r f7f2d91a5029 x11/stalonetray/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/stalonetray/Makefile  Sat Aug 04 13:44:19 2007 +0000
@@ -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@localhost
+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 -r f0afda4b94ea -r f7f2d91a5029 x11/stalonetray/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/stalonetray/PLIST     Sat Aug 04 13:44:19 2007 +0000
@@ -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 -r f0afda4b94ea -r f7f2d91a5029 x11/stalonetray/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/stalonetray/distinfo  Sat Aug 04 13:44:19 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index