diff options
author | skrll <skrll@pkgsrc.org> | 2002-07-17 07:54:03 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-07-17 07:54:03 +0000 |
commit | 687d6d1cb49d543e9bde1f20f2f68cf876f4eb55 (patch) | |
tree | 87bc8e9a4f1d63839300c9d41f79fedf353b16a4 /x11/kde3 | |
parent | de072a7d4561b5b8f16e553c97228dd2516f312d (diff) | |
download | pkgsrc-687d6d1cb49d543e9bde1f20f2f68cf876f4eb55.tar.gz |
Update to KDE 3.0.2
Also, allow the arts SSE detection code to run on modern NetBSD systems.
Changes are:
arts
Again Build fixes.
Realtime priority configuration fix
kdelibs
dcop: Make it possible to disable the Qt bridge.
make sure tooltip effects can be configured.
kbuildsycoca: avoid crash on unreadable directories.
kdockwidget: fixing reading of configuration.
kedittoolbar: fix leak.
khtml: many fixes.
kded: signal handling fixes.
kio-http slave: fixes related to form posts and cache handling.
kjs: added max recursion limit.
kjs: leak and compatibility fixes.
kdebase
kicker: &-escaping fix
audiocd: fix cddb computation
thumbnail previewer: calculate the number of bytes to read instead
of hardcoding it.
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 a47b60e0c0e..f8c9405e2f9 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2002/06/25 03:37:26 markd Exp $ +# $NetBSD: Makefile,v 1.4 2002/07/17 07:54:11 skrll Exp $ -DISTNAME= kde-3.0.1 +DISTNAME= kde-3.0.2 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.1:../../misc/kdeartwork3 -DEPENDS+= kdeaddons-3.0.1:../../misc/kdeaddons3 -DEPENDS+= kdeadmin-3.0.1:../../misc/kdeadmin3 -DEPENDS+= kdeedu-3.0.1:../../misc/kdeedu3 -DEPENDS+= kdegames-3.0.1:../../games/kdegames3 -DEPENDS+= kdegraphics-3.0.1:../../graphics/kdegraphics3 -DEPENDS+= kdemultimedia-3.0.1:../../audio/kdemultimedia3 -DEPENDS+= kdenetwork-3.0.1:../../net/kdenetwork3 -DEPENDS+= kdepim-3.0.1:../../misc/kdepim3 -DEPENDS+= kdetoys-3.0.1:../../games/kdetoys3 -DEPENDS+= kdeutils-3.0.1:../../misc/kdeutils3 +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 EXTRACT_ONLY= # empty USE_X11BASE= yes diff --git a/x11/kde3/Makefile.kde3 b/x11/kde3/Makefile.kde3 index ec66b94315c..a8b7933fe52 100644 --- a/x11/kde3/Makefile.kde3 +++ b/x11/kde3/Makefile.kde3 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.kde3,v 1.1.1.1 2002/05/31 13:15:51 skrll Exp $ +# $NetBSD: Makefile.kde3,v 1.2 2002/07/17 07:54:11 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.1 +_KDE_VERSION= 3.0.2 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/ |