summaryrefslogtreecommitdiff
path: root/mail/mail-notification/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-04-20 14:29:21 +0000
committergdt <gdt@pkgsrc.org>2007-04-20 14:29:21 +0000
commit174b5cfc74d840e72551331c7bbae0ccda2a5661 (patch)
tree9113f4726424763b980b4200115fc1986a9c4c86 /mail/mail-notification/Makefile
parent28bd56c427668474419450ef1c76fb5990ecb72d (diff)
downloadpkgsrc-174b5cfc74d840e72551331c7bbae0ccda2a5661.tar.gz
Update to 4.0. In addition to new/updated translation and bugfixes:
* Core changes: * The mail summary popup has been replaced by libnotify message popups. These new message popups also provide actions such as "Open" and "Mark as Spam" * Mozilla products (Mozilla, SeaMonkey, Thunderbird, ...) mailboxes are now supported * The mailbox properties dialog has been redesigned * A new click action has been added: open the latest message * A MN icon set has been designed by Josef Vybíral (#18198) * A --print-summary command line argument has been added, allowing to access message data from an external program * A mail-changed GConf command setting has been added (it is executed when new mail is received or when a message is read) * Handling of the GNOME mail reader command: instead of stripping %s, the first word of the command is now used; moreover, mozilla and evolution are now handled specially (#18257) * The /desktop/gnome/url-handlers/mailto/needs_terminal GConf key is now respected * Could no longer close the about dialog with recent GTK+ versions: fixed (#18252) * POP3 changes: * Messages kept on the server but marked as read are now discarded. Note that this only works with servers which send Status headers; most don't (#18164).
Diffstat (limited to 'mail/mail-notification/Makefile')
-rw-r--r--mail/mail-notification/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index f07c5e3e7ea..c1b19d653f2 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2007/03/21 12:05:48 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2007/04/20 14:29:21 gdt Exp $
#
-DISTNAME= mail-notification-3.0
-PKGREVISION= 2
+DISTNAME= mail-notification-4.0
CATEGORIES= mail gnome
MASTER_SITES= http://savannah.nongnu.org/download/mailnotify/
@@ -50,10 +49,13 @@ CONFIGURE_ARGS+= --disable-ssl
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../mail/gmime/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"