diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-06-12 04:01:08 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-06-12 04:01:08 +0800 |
commit | fbfe7df62aee2678012d617426241feac53c06a2 (patch) | |
tree | f5b5a33241b90c1020f352ebf93f6e27c8d40bd7 /x11 | |
parent | 48e5f7fc699855eee0b9dc06632105282af6ed3b (diff) | |
download | freebsd-ports-gnome-fbfe7df62aee2678012d617426241feac53c06a2.tar.gz freebsd-ports-gnome-fbfe7df62aee2678012d617426241feac53c06a2.tar.zst freebsd-ports-gnome-fbfe7df62aee2678012d617426241feac53c06a2.zip |
- Merge into x11/trayer
Approved by: crees, tabthorpe (mentors)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/trayer-srg/Makefile | 43 | ||||
-rw-r--r-- | x11/trayer-srg/distinfo | 2 | ||||
-rw-r--r-- | x11/trayer-srg/pkg-descr | 12 |
4 files changed, 0 insertions, 58 deletions
diff --git a/x11/Makefile b/x11/Makefile index 79e9da371b42..38c4a7b66635 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -283,7 +283,6 @@ SUBDIR += tkXwin SUBDIR += trapproto SUBDIR += trayer - SUBDIR += trayer-srg SUBDIR += tycoon SUBDIR += vdesk SUBDIR += videoproto diff --git a/x11/trayer-srg/Makefile b/x11/trayer-srg/Makefile deleted file mode 100644 index 83a147f9c91e..000000000000 --- a/x11/trayer-srg/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: trayer-srg -# Date created: Jun 21, 2011 -# Whom: Guido Falsi <mad@madpilot.net> -# Based on the x11/trayer port Makefile from Alexey Mikhailov <karma@ez.pereslavl.ru> -# -# $FreeBSD$ -# - -PORTNAME= trayer -PORTVERSION= 1.1.4 -PORTREVISION= 1 -CATEGORIES= x11 -MASTER_SITES= http://github.com/sargon/${PORTNAME}${PKGNAMESUFFIX}/tarball/${PORTNAME}-${PORTVERSION}/ -PKGNAMESUFFIX= -srg -DISTNAME= sargon-${PORTNAME}${PKGNAMESUFFIX}-${PORTNAME}-${PORTVERSION}-${GITVERSION} - -MAINTAINER= madpilot@FreeBSD.org -COMMENT= Lightweight GTK2-based systray for UNIX desktop - sargon fork - -CONFLICTS_INSTALL= trayer-[0-9]* -GITVERSION= 0-g412ad31 -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/sargon-${PORTNAME}${PKGNAMESUFFIX}-${GITVERSION:S/^0-g//} -USE_GNOME= gtk20 glib20 pango atk -USE_ICONV= yes -USE_XORG= xmu -USE_GMAKE= yes -MAKE_ARGS= "PREFIX=${PREFIX}" - -PORTDOCS= README CREDITS CHANGELOG -PLIST_FILES= bin/trayer - -.include <bsd.port.options.mk> - -post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor -.endif - -.include <bsd.port.mk> diff --git a/x11/trayer-srg/distinfo b/x11/trayer-srg/distinfo deleted file mode 100644 index 34b4536d5061..000000000000 --- a/x11/trayer-srg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sargon-trayer-srg-trayer-1.1.4-0-g412ad31.tar.gz) = 9f0c484838342fbbd817e356e876c94af0702c8639182a40701ca3a2ca97ca5b -SIZE (sargon-trayer-srg-trayer-1.1.4-0-g412ad31.tar.gz) = 24792 diff --git a/x11/trayer-srg/pkg-descr b/x11/trayer-srg/pkg-descr deleted file mode 100644 index c55c223f7d57..000000000000 --- a/x11/trayer-srg/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -trayer-srg was forked from trayer in january 2010 to add some -fancy features and clean up code. - -trayer is small program designed to provide systray functionality -present in GNOME/KDE desktop enviroments for window managers -which doesn't support that function. It's similar to other -applications such as 'peksystray' and 'docker'. - -trayer code was extracted from fbpanel application, you can find more -about it on it's homepage - -WWW: http://github.com/sargon/trayer-srg |