diff options
author | cube <cube@pkgsrc.org> | 2004-01-01 21:43:27 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-01 21:43:27 +0000 |
commit | 8703a7d0bdeb98573feb128af2fc6dbd64b97567 (patch) | |
tree | 3fd1a64e3067af7a035798e88a7a206c930bb71a /mail | |
parent | ae2e8b04542d88a8ea06d677fadd93d93a2b29de (diff) | |
download | pkgsrc-8703a7d0bdeb98573feb128af2fc6dbd64b97567.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws-trayicon/DESCR | 6 | ||||
-rw-r--r-- | mail/sylpheed-claws-trayicon/Makefile | 14 |
2 files changed, 20 insertions, 0 deletions
diff --git a/mail/sylpheed-claws-trayicon/DESCR b/mail/sylpheed-claws-trayicon/DESCR new file mode 100644 index 00000000000..4be60abca44 --- /dev/null +++ b/mail/sylpheed-claws-trayicon/DESCR @@ -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. diff --git a/mail/sylpheed-claws-trayicon/Makefile b/mail/sylpheed-claws-trayicon/Makefile new file mode 100644 index 00000000000..d6285fc243a --- /dev/null +++ b/mail/sylpheed-claws-trayicon/Makefile @@ -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" |