summaryrefslogtreecommitdiff
path: root/misc/kdeartwork3/patches
diff options
context:
space:
mode:
authormarkd <markd>2003-03-11 13:22:19 +0000
committermarkd <markd>2003-03-11 13:22:19 +0000
commit528d6f0790bc56d9fb241e0df3dcf2d7345058f3 (patch)
tree571eb4d15b56c95aa4d43bbfdd70346f06061e1e /misc/kdeartwork3/patches
parent9690feacbbcc2089075e07d21681424fec76f6fd (diff)
downloadpkgsrc-528d6f0790bc56d9fb241e0df3dcf2d7345058f3.tar.gz
Update KDE to 3.1.
Many bugfixes and functionality enhancements including: kdeaddons NEW IN KDE: Noatun plugin to search for lyrics of the current song. kdeadmin kcmlinuz: is now a standalone application kcmlinuz: Added capability to search for configuration options kdeedu NEW IN KDE: Kiten, a Japanese Reference Tool. NEW IN KDE: FlashKard, a vocabulary tool. Is able to read KVTML files which were written by KVocTrain. NEW IN KDE: started a libkdeedu, which allows interopability and code sharing between KDE Educational applications. kdepim libkabc Plugin interface for resources and formats. Control module for configuring multiple resources. Optional directory resource which stores each entry as own file. LDAP resource. Optional binary storage format for better performance with large addressbooks. Completed support for vCard entities: sound, geo, key and some more. vCard 2.1 import. LDAP aware mail address input field. KAddressbook New card and icon views. Multiple configurable views. "kab-style" details view for selected entry. Customizable view filters. Customizable categories for addressbook entries. Support for transparently accessing multiple addressbooks. Redesigned entry editor widget. Printing option supporting two different styles. Optional embedded entry and ditribution list editor. "Jump bar" for quick alphabetical access of entries. Fetch addresses from LDAP servers, including support for multiple servers. Importing of vCard 2.1 files. Improved CSV import (including template for import from Outlook 2000). vCard export. KAlarm Added option to execute commands in alarms. Implemented daily, weekly, monthly and annual recurrences. Optionally play audio notification when an alarm triggers. KPilot Added time conduit VCal conduits (TODO and Calendar) have been improved to function properly. Addressbook conduit has been ported to use libkabc. KOrganizer General User definable templates for events and TODOs. Alarms for TODOs. Added support for automatic HTML export on save of a calendar file. Time table print view. New "location" attribute for events. Experimental "Get Hot New Stuff" button for downloading and uploading calendar files of common interest. Views Added new "Next 3 days" view. Added selection of time span for a new event in day and week views. Direct manipulation of priority, completion status and categories of TODOs by context menus added. Deletion of individual instances of recurring events. Rewritten month view. Coloring of events in month view based on categories. Coloring of due and overdue todos. Improved "What's Next" view. Configurable cell height in week and day views Group scheduling iMIP group scheduling functions for TODOs. Publishing of Free/Busy information by iMIP conformant email. Improved automatisation of group scheduling. Interopability and integration Support for "webcal" URLs in Konqueror (known from Apple iCal). Support for iCalendar based drag&drop. KOrganizer now shares the dialogs for categories with KAddressBook. Improved iCalendar conformance. Improved right-to-left languages support. Bug fixes for non-latin1 encodings. Plugins New plugin for importing Birthdays of contacts in the KDE address book. New plugin for accessing calendar data stored on an Exchange 2000 server. kdeutils Partially ACPI support in KLaptop.
Diffstat (limited to 'misc/kdeartwork3/patches')
-rw-r--r--misc/kdeartwork3/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/kdeartwork3/patches/patch-aa b/misc/kdeartwork3/patches/patch-aa
new file mode 100644
index 00000000000..0a50af6e874
--- /dev/null
+++ b/misc/kdeartwork3/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/03/11 13:22:23 markd Exp $
+
+--- configure.orig Tue Feb 4 01:11:07 2003
++++ configure
+@@ -24320,7 +24320,7 @@ echo "${ECHO_T}$kde_cv_path" >&6
+ XSCREENSAVER_HACKS_DIR=
+
+ if test "$XSCREENSAVER" != "NO"; then
+- hackdir=`echo $XSCREENSAVER | sed -e "s,/bin/xscreensaver,/lib/xscreensaver,"`
++ hackdir=`echo $XSCREENSAVER | sed -e "s,/bin/xscreensaver,/libexec/xscreensaver,"`
+ echo "$as_me:$LINENO: checking for $hackdir/flame" >&5
+ echo $ECHO_N "checking for $hackdir/flame... $ECHO_C" >&6
+ if test -x $hackdir/flame; then