Initial import of sylpheed-claws-trayicon, version 0.9.7 into the NetBSD

Package Collection.

With the trayicon plugin, Sylpheed-claws will display an icon in the system
tray.  The desktop environment must be compatible with the system tray
protocol specification from http://www.freedesktop.org/standards/.  GNOME 2
and KDE 3.1.1 are known to follow it.

You must manually load the plugin through Configuration/Plugins.
This commit is contained in:
cube 2004-01-01 21:43:27 +00:00
parent ae2e8b0454
commit 8703a7d0bd
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,6 @@
With the trayicon plugin, Sylpheed-claws will display an icon in the system
tray. The desktop environment must be compatible with the system tray
protocol specification from http://www.freedesktop.org/standards/. GNOME 2
and KDE 3.1.1 are known to follow it.
You must manually load the plugin through Configuration/Plugins.

View file

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 21:43:27 cube Exp $
#
PLUGIN_NAME= trayicon
.include "../../mail/sylpheed-claws/plugins.mk"
MAINTAINER= cube@NetBSD.org
COMMENT= Plugin to make Sylpheed-claws display an icon in the system tray
CONFIGURE_ARGS+= --enable-trayicon-plugin
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"