30f5ae398c
Changes: * kalarm: fix KAlarm button on message windows to make it always display the main window * kmail: remember the size of the separate message window instead of using a fixed window size * kmail: gracefully handle broken connections when checking for new mail with IMAP * kmail: don't clear the readerwindow when new mail arrives in an imap folder * kmail: fix aegypten issue39 by only using the body itself as a text part if there are no body parts and we didn't get any other text so far, such as for smime opaque encrypted mails * kmail: fix the "folders not visible" problem after starting KMail when the intro is shown * kmail: fix searching when the header field in question is the first one of a message * kmail: disable wordwrap in the composer for all inline invitation mails, not just for those sent with autosending enabled * kmail: don't translate the "local" folder prefix; this fixes problems with KMail's summary plugin * kmail: fix adding attachments to inline-forwarded messages * kmail: remember the selected crypto format when saving a message as draft * kmail: hide filter actions from "Configure Toolbars" dialog; fixes crashes * kmail: fix missing filter actions after switching to the Mail component in Kontact * kmail: remove BCC coming from identity on ical invitations * kmail: grab the signature only once * kmail: fix problem with disappearing dimap folders * kmail: don't kill running mailchecks when cancelling the subscription dialog * kmail: add missing tooltip to the BCC [...] button * kmail: make sure that no signature is appended to inline invitation replies, Outlook chokes on them * kmail: don't sign or encrypt inline invitations or invitation replies * kmail: fix PGP/MIME encrypting messages which are BCC'ed * kmail: make sure that all changes in the folder properties are saved * kmail: fix uncontrolled checkboxes in the composer's attachment list * kmail: improved performance when dragging mails over the folder list * kmail: provide all reply methods and all forward methods in the separate message window * kmail: fix minor bugs in the antispam wizard * kmail: correctly end new-mail-check when an IMAP folder reports an error * kmail: fix 'kstart --iconify --windowclass kmail kmail' which allows starting KMail in the system tray * kmail: fix broken order of folders in the folder selection dropdown box * kmail: notice a manual change of the external editor command line * kmail: adjust antispam wizard to changes in bogofilter 0.93 * kmail: don't look up recipient keys during autosave * kmail: fix "Folder Menu not updated after enabling Expiration for a Folder * kmail: add support for additional antispam tools * kmail: various speed improvements * kontact: don't show empty tip of the day on startup
39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.37 2004/12/10 06:17:28 markd Exp $
|
|
|
|
DISTNAME= kdepim-${_KDE_VERSION}
|
|
CATEGORIES= misc
|
|
COMMENT= Personal Information Management tools for the KDE desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PERL= run
|
|
USE_GNU_TOOLS+= awk yacc
|
|
|
|
BUILDLINK_DEPENDS.gpgme+= gpgme>=0.4.5
|
|
|
|
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 \
|
|
kmail/kmail-3.3-misc.pl \
|
|
kmail/kmail-3.3-move-identities.pl \
|
|
kmail/kmail-3.3-use-ID-for-accounts.pl \
|
|
kmail/kmail-3.3b1-misc.pl \
|
|
kmail/kmail-pgpidentity.pl \
|
|
kmail/kmail-upd-identities.pl \
|
|
kmail/upgrade-signature.pl \
|
|
kmail/upgrade-transport.pl \
|
|
libkdenetwork/kpgp-3.1-upgrade-address-data.pl
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
BUILDLINK_DEPMETHOD.qt3-tools= full
|
|
|
|
.include "../../comms/libmal/buildlink3.mk"
|
|
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../devel/librfuncs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|