From 8703a7d0bdeb98573feb128af2fc6dbd64b97567 Mon Sep 17 00:00:00 2001 From: cube Date: Thu, 1 Jan 2004 21:43:27 +0000 Subject: [PATCH] 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. --- mail/sylpheed-claws-trayicon/DESCR | 6 ++++++ mail/sylpheed-claws-trayicon/Makefile | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 mail/sylpheed-claws-trayicon/DESCR create mode 100644 mail/sylpheed-claws-trayicon/Makefile diff --git a/mail/sylpheed-claws-trayicon/DESCR b/mail/sylpheed-claws-trayicon/DESCR new file mode 100644 index 000000000000..4be60abca441 --- /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 000000000000..d6285fc243a2 --- /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"