Update to 5.0.
* A "consider new mail as read" action has been added. * An optional message count has been added over the icon. * A "Play a sound when new mail arrives" option has been added. * Passwords are now stored using GNOME Keyring. * Gmail label support has been added. * Yahoo! Mail support has been added. * Windows Live Hotmail support has been added. * A number of minor issues have been fixed. * And more, see the NEWS file.
This commit is contained in:
parent
844a4f8733
commit
5e4b1fa9b5
5 changed files with 29 additions and 23 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.40 2008/01/18 05:08:26 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.41 2008/02/21 00:16:53 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mail-notification-4.0
|
||||
PKGREVISION= 7
|
||||
DISTNAME= mail-notification-5.0
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= http://savannah.nongnu.org/download/mailnotify/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2007/09/25 10:54:14 hira Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2008/02/21 00:16:53 gdt Exp $
|
||||
bin/mail-notification
|
||||
lib/bonobo/servers/GNOME_MailNotification.server
|
||||
share/applications/mail-notification-properties.desktop
|
||||
|
@ -6,9 +6,6 @@ share/applications/mail-notification.desktop
|
|||
share/gconf/schemas/mail-notification.schemas
|
||||
share/gnome/help/mail-notification/C/documentation-license.xml
|
||||
share/gnome/help/mail-notification/C/figures/mail.png
|
||||
share/gnome/help/mail-notification/C/figures/mailbox-emblem-error.png
|
||||
share/gnome/help/mail-notification/C/figures/mailbox-emblem-polled.png
|
||||
share/gnome/help/mail-notification/C/figures/mailbox-emblem-unknown.png
|
||||
share/gnome/help/mail-notification/C/mail-notification.xml
|
||||
share/gnome/help/mail-notification/C/software-license.xml
|
||||
share/icons/hicolor/16x16/apps/mail-notification.png
|
||||
|
@ -21,6 +18,7 @@ share/locale/bg/LC_MESSAGES/mail-notification.mo
|
|||
share/locale/ca/LC_MESSAGES/mail-notification.mo
|
||||
share/locale/cs/LC_MESSAGES/mail-notification.mo
|
||||
share/locale/de/LC_MESSAGES/mail-notification.mo
|
||||
share/locale/es/LC_MESSAGES/mail-notification.mo
|
||||
share/locale/fr/LC_MESSAGES/mail-notification.mo
|
||||
share/locale/ja/LC_MESSAGES/mail-notification.mo
|
||||
share/locale/nl/LC_MESSAGES/mail-notification.mo
|
||||
|
@ -31,14 +29,16 @@ share/locale/ru/LC_MESSAGES/mail-notification.mo
|
|||
share/locale/sr/LC_MESSAGES/mail-notification.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/mail-notification.mo
|
||||
share/locale/sv/LC_MESSAGES/mail-notification.mo
|
||||
share/mail-notification/ui/gmail.png
|
||||
share/mail-notification/ui/logo.png
|
||||
share/mail-notification/ui/mailbox-properties-dialog.glade
|
||||
share/mail-notification/ui/properties-dialog.glade
|
||||
share/omf/mail-notification/mail-notification-C.omf
|
||||
share/mail-notification/gmail.png
|
||||
share/mail-notification/hotmail.png
|
||||
share/mail-notification/logo.png
|
||||
share/mail-notification/mailbox-properties-dialog.glade
|
||||
share/mail-notification/new-mail.wav
|
||||
share/mail-notification/properties-dialog.glade
|
||||
share/mail-notification/yahoo.png
|
||||
@dirrm share/omf/mail-notification
|
||||
@comment in scrollkeeper: @dirrm share/omf
|
||||
@dirrm share/mail-notification/ui
|
||||
@dirrm share/mail-notification
|
||||
@dirrm share/gnome/help/mail-notification/C/figures
|
||||
@dirrm share/gnome/help/mail-notification/C
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.10 2007/05/03 19:13:34 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.11 2008/02/21 00:16:53 gdt Exp $
|
||||
|
||||
SHA1 (mail-notification-4.0.tar.gz) = 9cc832ff75913a80198e5b3d6a51c282e422a20f
|
||||
RMD160 (mail-notification-4.0.tar.gz) = 67804814f82a8048c5887dcf4e3c2d827790dc80
|
||||
Size (mail-notification-4.0.tar.gz) = 956007 bytes
|
||||
SHA1 (patch-aa) = 55bee84c73a1581e193ffaba278033f820e91e4c
|
||||
SHA1 (patch-af) = 29d4281671ef64d99e9367464137d50ebb9daee7
|
||||
SHA1 (mail-notification-5.0.tar.bz2) = d43c070957c60d0ffd975475ae1c27c29dd83764
|
||||
RMD160 (mail-notification-5.0.tar.bz2) = a24c6a02844ef01c8a8be026a78e4c061c2275f5
|
||||
Size (mail-notification-5.0.tar.bz2) = 774039 bytes
|
||||
SHA1 (patch-aa) = 648bea57e01de4dc36d6c4715aa47de9fb53d3cd
|
||||
SHA1 (patch-af) = 0d3f3931e574ff97b48bc3cc725b4bc00cb9ded4
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
$NetBSD: patch-aa,v 1.5 2007/05/03 19:13:35 gdt Exp $
|
||||
$NetBSD: patch-aa,v 1.6 2008/02/21 00:16:53 gdt Exp $
|
||||
|
||||
Add patch from upstream that is needed if SSL is not compiled with
|
||||
thread support. If it is, this is merely extra.
|
||||
|
||||
--- src/mn-client-session.c.orig Wed Jan 17 15:07:49 2007
|
||||
+++ src/mn-client-session.c Fri Apr 20 19:05:51 2007
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
$NetBSD: patch-af,v 1.1 2006/09/05 01:11:04 gdt Exp $
|
||||
$NetBSD: patch-af,v 1.2 2008/02/21 00:16:53 gdt Exp $
|
||||
|
||||
--- data/Makefile.in.orig 2006-06-14 03:46:13.000000000 -0400
|
||||
Place xdg files in pkgsrc standard location.
|
||||
Not to be submitted upstream.
|
||||
|
||||
--- data/Makefile.in.orig 2008-01-04 11:03:27.000000000 -0500
|
||||
+++ data/Makefile.in
|
||||
@@ -282,7 +282,7 @@ target_vendor = @target_vendor@
|
||||
# gnome_cappletdir is defined by configure
|
||||
@@ -250,7 +250,7 @@ top_srcdir = @top_srcdir@
|
||||
gnome_cappletdir = $(datadir)/applications
|
||||
gnome_capplet_in_files = mail-notification-properties.desktop.in
|
||||
gnome_capplet_DATA = mail-notification-properties.desktop
|
||||
-autostartdir = $(sysconfdir)/xdg/autostart
|
||||
|
|
Loading…
Reference in a new issue