3775f9cce4
Changes: kdenetwork: * KMail: Don't select multiple folders during keyboard navigation * KMail: Never display vCards inline * KMail: Make new mail notification work for people who run KMail without KDE * KMail: Improved URL highlighting * KMail: Properly determine SSL/TLS state for non-transport sending (bug 49902) * KMail: Draw a frame around text attachments which are displayed inline * KMail: Fix bug 55377 (Hiding attachments causes HTML messages to be renderend as HTML code) * KMail: Fix bug 56049 (wrong encoding of command line arguments) * KMail: Fix bug 53665 (Error when reply to a HTML message) * KMail: Use the correct charset for replies to PGP/MIME encrypted messages * KMail: Fix the bug which broke the signature of all PGP/MIME signed messages with attachments * KMail: Fix bug 56393 (kmail crashes when I try change the name of an imap account) * KMail: Fix bug 56570 (kmail doesn't show non-mime Japanese message) * KMail: Fix bug 56592 (Displaying folded Content-Description in MIME tree viewer is broken) * KMail: Disable external editor when no external editor is specified * KMail: Fix bug 53889 (IMAP: Kmail crashes after authorization-dialog) * KMail: Fix bug 56930 (BCC, No EMail-List expansion) * KMail: Fix bug 42646 (multipart/digest forwarding is broken - uses empty boundary) * KMail: Always make sure that the text body of the message ends with a linefeed. This fixes interoperatibility problems with other OpenPGP compliant mail clients. * KMail: Prevent the user from trying to move local folders to IMAP servers as the user might lose the folders if he tries it. * KMail: Fix bug 57660 ('send again' does not copy the BCC address) * KMail: Fix bug 56321 (More whitespace in read/unread mails column) * KMail: Tell gpg explicitely not to use gpg-agent if it's apparently not available. Prevents weird "Wrong passphrase" error message. * KMail: Fix bug 57016 (pgp signature is wrong displayed) * KMail: Fix bug 57809 (kmail segfaults when checking for new mail if fcntl locking is used) * Desktop Sharing server (krfb): Compile fixes for systems without IPv6 * Desktop Sharing client (krdc): fix: client crashed sometimes while connecting on XFree 4.3 * Desktop Sharing client (krdc): fix: resize the right screen resolution in multi-screen setups
46 lines
1.8 KiB
Makefile
46 lines
1.8 KiB
Makefile
# $NetBSD: buildlink2.mk,v 1.4 2003/05/22 02:53:23 markd Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use kdenetwork.
|
|
#
|
|
# This file was created automatically using createbuildlink 2.4.
|
|
#
|
|
|
|
.if !defined(KDENETWORK_BUILDLINK2_MK)
|
|
KDENETWORK_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= kdenetwork
|
|
BUILDLINK_DEPENDS.kdenetwork?= kdenetwork>=3.1.2
|
|
BUILDLINK_PKGSRCDIR.kdenetwork?= ../../net/kdenetwork3
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.kdenetwork=kdenetwork
|
|
BUILDLINK_PREFIX.kdenetwork_DEFAULT= ${X11PREFIX}
|
|
BUILDLINK_FILES.kdenetwork+= include/kmailIface.h
|
|
BUILDLINK_FILES.kdenetwork+= include/mimelib/*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/kdictapplet.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/knewsticker_applet.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/kpfapplet.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/kpfpropertiesdialogplugin.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/libkcm_kcmkxmlrpcd.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/libkcm_ktalkd.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/libkcm_lanbrowser.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/libkcm_newsticker.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kde3/libkcm_xmlrpcd.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kio_lan.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/ksirc.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/kxmlrpcd.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/libkdenetwork.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/libkntsrcfilepropsdlg.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/libksirc_main.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/libkxmlrpcd_main.*
|
|
BUILDLINK_FILES.kdenetwork+= lib/libmimelib.*
|
|
|
|
.include "../../converters/uulib/buildlink2.mk"
|
|
.include "../../databases/gdbm/buildlink2.mk"
|
|
.include "../../x11/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
|
|
BUILDLINK_TARGETS+= kdenetwork-buildlink
|
|
|
|
kdenetwork-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # KDENETWORK_BUILDLINK2_MK
|