4836e37545
KAlarm * New option to specify reminder times in minutes. * Prevent multiple identical error messages accumulating for the same alarm. * Remember main window show/hide options when KAlarm last closed, instead of setting them in the Preferences dialog. * Replace simple repetitions with recurrence sub-repetitions, to reduce confusion. * Simplifications and improvements to the alarm edit dialog layout and controls. * Fix crash when saving Preferences, if 'xterm' is not installed in the system. * Fix failure to trigger some recurring date-only alarms * Fix date-only alarms repeating every minute from midnight until the start-of-day time. * Fix KAlarm hanging especially on startup, and potentially freezing the system for a while. * Fix deferral of non-recurring alarms not working. * Fix inability to reactivate deleted alarms which still have repetitions to go. * Fix sendmail error "Sender verify failed (in reply to RCPT TO command)" on some systems. * Prevent error messages while typing a date value, until the user has finished entering it.
55 lines
1.8 KiB
Makefile
55 lines
1.8 KiB
Makefile
# $NetBSD: Makefile,v 1.81 2008/02/20 10:09:20 markd Exp $
|
|
|
|
DISTNAME= kdepim-${_KDE_VERSION}
|
|
CATEGORIES= misc
|
|
COMMENT= Personal Information Management tools for the KDE desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_TOOLS+= bison flex gawk perl:run pkg-config
|
|
|
|
BUILDLINK_API_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/kmail-3.4-misc.pl \
|
|
kmail/kmail-3.4.1-update-status-filters.pl \
|
|
kmail/kmail-3.5-trigger-flag-migration.pl \
|
|
kmail/upgrade-signature.pl \
|
|
kmail/upgrade-transport.pl \
|
|
kresources/kolab/upgrade-resourcetype.pl \
|
|
libkpgp/kpgp-3.1-upgrade-address-data.pl
|
|
|
|
CHECK_PORTABILITY_SKIP+=karm/test/booktime-baddate.sh \
|
|
karm/test/booktime-badduration.sh \
|
|
karm/test/booktime-badtime.sh \
|
|
karm/test/booktime-baduid.sh \
|
|
karm/test/booktime-works.sh \
|
|
karm/test/delete.sh \
|
|
karm/test/refresh_on_change.sh \
|
|
karm/test/version.sh
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
BUILDLINK_DEPMETHOD.qt3-tools= full
|
|
|
|
.include "../../comms/libmal/buildlink3.mk"
|
|
.include "../../comms/libopensync/buildlink3.mk"
|
|
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|