diff options
author | pav <pav@FreeBSD.org> | 2004-07-13 04:36:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-13 04:36:35 +0800 |
commit | 1554dccc56921a31eb282fc4348fa1e2fac3fde8 (patch) | |
tree | 8092e9086639b7faf4c43e6779d877bf865c6caf /sysutils | |
parent | 3d9a5affee63c522b3ed322b44447e4d1f1ae656 (diff) | |
download | freebsd-ports-gnome-1554dccc56921a31eb282fc4348fa1e2fac3fde8.tar.gz freebsd-ports-gnome-1554dccc56921a31eb282fc4348fa1e2fac3fde8.tar.zst freebsd-ports-gnome-1554dccc56921a31eb282fc4348fa1e2fac3fde8.zip |
Add gkrellm-trayicons, a GkrellM2 plugin that displays a variable number
of user-defined, automatically scaled icons. The icons may be used either
for notification or as application launchers.
PR: ports/68918
Submitted by: Tobias Roth <ports@fsck.ch>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/gkrellm-trayicons/Makefile | 30 | ||||
-rw-r--r-- | sysutils/gkrellm-trayicons/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gkrellm-trayicons/pkg-descr | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b0ae6d36e0f3..c621b6c25b03 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -146,6 +146,7 @@ SUBDIR += gkleds2 SUBDIR += gkrellflynn SUBDIR += gkrellm + SUBDIR += gkrellm-trayicons SUBDIR += gkrellm2 SUBDIR += gkrellmouse SUBDIR += gkrellmwho diff --git a/sysutils/gkrellm-trayicons/Makefile b/sysutils/gkrellm-trayicons/Makefile new file mode 100644 index 000000000000..d8af3dd8e263 --- /dev/null +++ b/sysutils/gkrellm-trayicons/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gkrellm-trayicons +# Date created: Wed Jun 23 14:55:49 CEST 2004 +# Whom: Tobias Roth <ports@fsck.ch> +# +# $FreeBSD$ +# + +PORTNAME= trayicons +PORTVERSION= 1.02 +CATEGORIES= sysutils +MASTER_SITES= http://depot.fsck.ch/mirror/distfiles/ \ + http://sweb.cz/tripie/gkrellm/trayicons/dist/ +PKGNAMEPREFIX= gkrellm- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= ports@fsck.ch +COMMENT= GKrellM2 plugin to display definable icons as notifiers or launchers + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 + +USE_X_PREFIX= yes +PLIST_FILES= libexec/gkrellm2/plugins/trayicons.so + +ALL_TARGET= trayicons.so + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/ + +.include <bsd.port.mk> diff --git a/sysutils/gkrellm-trayicons/distinfo b/sysutils/gkrellm-trayicons/distinfo new file mode 100644 index 000000000000..3c35aa97aa42 --- /dev/null +++ b/sysutils/gkrellm-trayicons/distinfo @@ -0,0 +1,2 @@ +MD5 (gkrellm-trayicons-1.02.tar.gz) = 06d341cb7549dc3d8e7702cd16c0b6b6 +SIZE (gkrellm-trayicons-1.02.tar.gz) = 185202 diff --git a/sysutils/gkrellm-trayicons/pkg-descr b/sysutils/gkrellm-trayicons/pkg-descr new file mode 100644 index 000000000000..21480c9aaf24 --- /dev/null +++ b/sysutils/gkrellm-trayicons/pkg-descr @@ -0,0 +1,5 @@ +This is a GkrellM2 plugin that displays a variable number of user-defined, +automatically scaled icons. The icons may be used either for notification +or as application launchers. + +WWW: http://sweb.cz/tripie/gkrellm/trayicons/ |