import trayer 1.0

Trayer is small program designed to provide systray functionality
present in GNOME/KDE desktop enviroments for window managers which don't
support that function. It's similar to other applications such as
'peksystray' and 'docker'.

tweaks by and ok ajacoutot@
This commit is contained in:
jasper 2007-03-15 07:25:32 +00:00
parent dd04574f4f
commit 6a3c5ba6e8
4 changed files with 46 additions and 0 deletions

35
x11/trayer/Makefile Normal file
View File

@ -0,0 +1,35 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/15 07:25:32 jasper Exp $
COMMENT= "lightweight GTK2-based systray"
DISTNAME= trayer-1.0
CATEGORIES= x11
HOMEPAGE= http://fvwm-crystal.org/
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xmu Xrender atk-1.0 c cairo fontconfig \
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 m \
pango-1.0 pangocairo-1.0 pangoft2-1.0 png z
MASTER_SITES= ${MASTER_SITE_BERLIOS:=fvwm-crystal/}
USE_GMAKE= Yes
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gdk_pixbuf_xlib-2.0,gtk-x11-2.0::x11/gtk+2
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/trayer ${PREFIX}/bin
.include <bsd.port.mk>

5
x11/trayer/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (trayer-1.0.tar.gz) = e1b0b6464f991f2c296561e377585867
RMD160 (trayer-1.0.tar.gz) = e8d762aaee3e7cc6df353c93aa984d8857415770
SHA1 (trayer-1.0.tar.gz) = f2657693d196578e3776b0812952dfa1c25878cc
SHA256 (trayer-1.0.tar.gz) = 64f3b7040a7a563ca4b6924efd950f10c928af7f3535b6f4a00f8bbe0b19484d
SIZE (trayer-1.0.tar.gz) = 29713

4
x11/trayer/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
Trayer is small program designed to provide systray functionality
present in GNOME/KDE desktop enviroments for window managers which don't
support that function. It's similar to other applications such as
'peksystray' and 'docker'.

2
x11/trayer/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/15 07:25:32 jasper Exp $
bin/trayer