From b899feb460b077b9e28f21a768a22b9d0adb0743 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 10 Oct 2007 20:25:04 +0000 Subject: Fix the build with new gtk20. Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9747 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/trayer/Makefile | 45 +++++++++++++++++++++++++++++++++++++++++++++ x11/trayer/distinfo | 3 +++ x11/trayer/pkg-descr | 9 +++++++++ 3 files changed, 57 insertions(+) create mode 100644 x11/trayer/Makefile create mode 100644 x11/trayer/distinfo create mode 100644 x11/trayer/pkg-descr (limited to 'x11') diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile new file mode 100644 index 000000000..c510461a7 --- /dev/null +++ b/x11/trayer/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: trayer +# Date created: Aug 21, 2006 +# Whom: Alexey Mikhailov +# +# $FreeBSD$ +# + +PORTNAME= trayer +PORTVERSION= 1.0 +PORTREVISION= 1 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/t/trayer +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig + +MAINTAINER= ports@FreeBSD.org +COMMENT= Lightweight GTK2-based systray for UNIX desktop + +USE_GNOME= gtk20 glib20 pango atk +USE_ICONV= yes +USE_X_PREFIX= yes + +USE_GMAKE= yes +MAKE_ARGS= "PREFIX=${X11BASE}" +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.if !defined(NOPORTDOCS) +PORTDOCS= README CREDITS CHANGELOG +.endif + +PLIST_FILES= bin/trayer + +post-patch: + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/Makefile.common + +post-install: + ${MKDIR} ${DOCSDIR} +.if !defined(NOPORTDOCS) +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include diff --git a/x11/trayer/distinfo b/x11/trayer/distinfo new file mode 100644 index 000000000..d910badd2 --- /dev/null +++ b/x11/trayer/distinfo @@ -0,0 +1,3 @@ +SIZE (trayer_1.0.orig.tar.gz) = 29713 +MD5 (trayer_1.0.orig.tar.gz) = e1b0b6464f991f2c296561e377585867 +SHA256 (trayer_1.0.orig.tar.gz) = 64f3b7040a7a563ca4b6924efd950f10c928af7f3535b6f4a00f8bbe0b19484d diff --git a/x11/trayer/pkg-descr b/x11/trayer/pkg-descr new file mode 100644 index 000000000..efcaa7660 --- /dev/null +++ b/x11/trayer/pkg-descr @@ -0,0 +1,9 @@ +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://fbpanel.sourceforge.net/ -- cgit v1.2.3