Subject: pkg/34304: [update] sylpheed-claws-trayicon for new sylpheed-claws 2.4.0
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <netbsd@unixfreunde.de>
List: pkgsrc-bugs
Date: 08/27/2006 19:55:01
>Number:         34304
>Category:       pkg
>Synopsis:       [update]  sylpheed-claws-trayicon for new sylpheed-claws 2.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 27 19:55:01 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (GENERIC) #0: Thu Aug 24 06:00:32 UTC 2006
	builds@b0.netbsd.org:/home/builds/ab/netbsd-4/i386/200608230000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC



>Description:


- Switsch to gtk2
- Add libetpan as new depends
- Bump PORTREVISION
- Maintainer is CC'd

Notes: this update is for 34302


>How-To-Repeat:





>Fix:


--- sylpheed-claws-trayicon.diff begins here ---
$NetBSD$

Common subdirectories: sylpheed-claws-trayicon.orig/CVS and sylpheed-claws-trayicon/CVS
diff -p -U 3 sylpheed-claws-trayicon.orig/Makefile sylpheed-claws-trayicon/Makefile
--- sylpheed-claws-trayicon.orig/Makefile	2006-08-27 19:25:16.000000000 +0200
+++ sylpheed-claws-trayicon/Makefile
@@ -4,12 +4,13 @@
 PLUGIN_NAME=	trayicon
 .include "../../mail/sylpheed-claws/plugins.mk"
 
-PKGREVISION=	1
+PKGREVISION=	2
 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/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mail/libetpan/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
--- sylpheed-claws-trayicon.diff ends here ---