diff options
author | markd <markd@pkgsrc.org> | 2006-03-30 02:52:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-03-30 02:52:17 +0000 |
commit | 59702cc862790bfc99402ad915afb42297d2414e (patch) | |
tree | ca16066cc410b69e742fdd8287b4eb8b09301aa6 /misc/kdepim3/Makefile | |
parent | 137e9741e40cf464c761998cc90a323701ac5caa (diff) | |
download | pkgsrc-59702cc862790bfc99402ad915afb42297d2414e.tar.gz |
Update KDE to 3.5.2
* Akregator
o Feed archive: Move feed limit up to 500 feeds instead of 384
(due to file limit a process can have opened at a time)
o Feed archive: Lock feed archive to prevent multiple write
access which can corrupt feed archives and cause crashes on
startup
o Feed fetching: Do not use Konqueror cache settings, but use
"refresh" mode by default (Check with server if the cached
file is up-to-date, reload if not)
o Feed parser: read feed description and homepage link for Atom
feeds
o Feed parser: Improve parsing of Atom content (especially for
0.3 feeds), do not strip HTML markup for types like "text/html"
o Feed parser: ignore unknown or invalid version attribute value
in the <rss> tag and just assume RSS 2.0.
* KAddressBook
o Sometimes KAddressBook lost all data. This is now fixed.
o Wait for complete loading of all addressbook resources before
execution of commandline and DCOP commands (e.g. "Open in
Addressbook" by KMail)
* KAlarm
o Fix kalarmd hang when triggering late alarm and KAlarm run
mode is on-demand
o Prevent defunct kalarm processes when run mode is on-demand
o Fix column widths when main window is resized, if columns have
been reordered
o Add Select All and Deselect actions & shortcuts for alarm and
template lists
Diffstat (limited to 'misc/kdepim3/Makefile')
-rw-r--r-- | misc/kdepim3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index d5e220175a7..440c10a295f 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2006/02/05 23:10:10 joerg Exp $ +# $NetBSD: Makefile,v 1.58 2006/03/30 02:52:17 markd Exp $ DISTNAME= kdepim-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop @@ -18,7 +17,7 @@ PKG_SUGGESTED_OPTIONS= sasl BUILDLINK_DEPENDS.gpgme+= gpgme>=0.4.5 -REPLACE_PERL= kmail/kmail-3.1-update-new-mail-notification-settings.pl \ +REPLACE_PERL+= kmail/kmail-3.1-update-new-mail-notification-settings.pl \ kmail/kmail-3.1-use-UOID-for-identities.pl \ kmail/kmail-3.1.4-dont-use-UOID-0-for-any-identity.pl \ kmail/kmail-3.3-aegypten.pl \ |