diff options
author | skrll <skrll@pkgsrc.org> | 2002-08-28 07:15:25 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-08-28 07:15:25 +0000 |
commit | 401b5cebdddb0ac1a0d64be8853f7a9fb0706c44 (patch) | |
tree | dde5e00cb2a63d230256b6177f12d9fb5c764bfc /x11/kde3 | |
parent | 1b2f7013b853025b2f8465c86775fb54a090a21a (diff) | |
download | pkgsrc-401b5cebdddb0ac1a0d64be8853f7a9fb0706c44.tar.gz |
Update to KDE 3.0.3.
While I'm here do the a.out dance for kuickshow and a couple of other
minor clean ups.
Changes are:
kdelibs
kprocess / kprocctrl: fix problem with hanging kdevelop.
Javascript (core): more robust stack overflow check
Javascript (html): allow to set a JS (non-CSS) property to a style object
Javascript (html): improved result of navigator.platform using uname()
Javascript (html): more aggressive garbage collection on clear, fixing many
crashes
Javascript (html): global object (window) has a correct object prototype now
khtml: several crashes and bugs fixed
kssl: Always verify the basic constraints on certificates (SECURITY)
kdefx: Make the blending routine used by transparent menus work properly on
big-endian platforms
kdeui: Fix KDialog::setPlainCaption()
kdebase
Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole).
Kicker: Quick browser escapes ampersand characters in file names.
Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt".
Konsole: Fixed crashes at startup related to broken font installations.
Konsole: Fixed crashes when selecting in history buffer.
krdb: Smarter handling of multiple and symlinked KDE and Qt installs when
exporting plugin path to Qt.
kdenetwork
KMail: allow an ampersand as last char of an URL.
KMail: Don't crash when custom drafts or sent-mail folders have been deleted or
renamed.
KMail: Fix auto charset detection for empty strings.
KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys.
KMail: Make custom (global) Bcc headers work correctly with encryption and
distribution list expansion.
kdepim
KAlarm: Fix session restoration often not occurring at login.
KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm.
KAlarm: Make Close button on message window not the default button to reduce
chance of accidental acknowledgement.
KAlarm: Make Help button in configuration dialog display KAlarm handbook.
KNotes: Compile fix for Qt 3.0.5
KOrganizer: Fixed context menu of todo list/view and event list which
disappeared when using Qt 3.0.5
Diffstat (limited to 'x11/kde3')
-rw-r--r-- | x11/kde3/Makefile | 26 | ||||
-rw-r--r-- | x11/kde3/Makefile.kde3 | 4 |
2 files changed, 15 insertions, 15 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index f696763ee2d..e1292912755 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2002/08/25 19:23:33 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/28 07:15:38 skrll Exp $ -DISTNAME= kde-3.0.2 +DISTNAME= kde-3.0.3 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -9,17 +9,17 @@ MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeartwork-3.0.2:../../misc/kdeartwork3 -DEPENDS+= kdeaddons-3.0.2:../../misc/kdeaddons3 -DEPENDS+= kdeadmin-3.0.2:../../misc/kdeadmin3 -DEPENDS+= kdeedu-3.0.2:../../misc/kdeedu3 -DEPENDS+= kdegames-3.0.2:../../games/kdegames3 -DEPENDS+= kdegraphics-3.0.2:../../graphics/kdegraphics3 -DEPENDS+= kdemultimedia-3.0.2:../../audio/kdemultimedia3 -DEPENDS+= kdenetwork-3.0.2:../../net/kdenetwork3 -DEPENDS+= kdepim-3.0.2:../../misc/kdepim3 -DEPENDS+= kdetoys-3.0.2:../../games/kdetoys3 -DEPENDS+= kdeutils-3.0.2:../../misc/kdeutils3 +DEPENDS+= kdeartwork-3.0.3:../../misc/kdeartwork3 +DEPENDS+= kdeaddons-3.0.3:../../misc/kdeaddons3 +DEPENDS+= kdeadmin-3.0.3:../../misc/kdeadmin3 +DEPENDS+= kdeedu-3.0.3:../../misc/kdeedu3 +DEPENDS+= kdegames-3.0.3:../../games/kdegames3 +DEPENDS+= kdegraphics-3.0.3:../../graphics/kdegraphics3 +DEPENDS+= kdemultimedia-3.0.3:../../audio/kdemultimedia3 +DEPENDS+= kdenetwork-3.0.3:../../net/kdenetwork3 +DEPENDS+= kdepim-3.0.3:../../misc/kdepim3 +DEPENDS+= kdetoys-3.0.3:../../games/kdetoys3 +DEPENDS+= kdeutils-3.0.3:../../misc/kdeutils3 EXTRACT_ONLY= # empty USE_X11BASE= yes diff --git a/x11/kde3/Makefile.kde3 b/x11/kde3/Makefile.kde3 index e76256a0592..3818f54a924 100644 --- a/x11/kde3/Makefile.kde3 +++ b/x11/kde3/Makefile.kde3 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.kde3,v 1.3 2002/08/25 19:23:33 jlam Exp $ +# $NetBSD: Makefile.kde3,v 1.4 2002/08/28 07:15:39 skrll Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE3-distributed packages (they all share common configure and build # settings). CATEGORIES+= kde -_KDE_VERSION= 3.0.2 +_KDE_VERSION= 3.0.3 MASTER_SITES?= ftp://ftp.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ |