diff options
author | markd <markd@pkgsrc.org> | 2005-12-11 10:40:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-12-11 10:40:10 +0000 |
commit | a8ba7f84aa89454b6a7c3135497a081ac604747f (patch) | |
tree | 743a605f7d176f0c5813df46308e114c1b6cf2a0 /meta-pkgs/kde3/Makefile | |
parent | 1e9178dfee6a9375e84619f8a9baf6a2444a744e (diff) | |
download | pkgsrc-a8ba7f84aa89454b6a7c3135497a081ac604747f.tar.gz |
Update to KDE 3.5
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
Diffstat (limited to 'meta-pkgs/kde3/Makefile')
-rw-r--r-- | meta-pkgs/kde3/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/meta-pkgs/kde3/Makefile b/meta-pkgs/kde3/Makefile index 658cce1270a..80e560969d0 100644 --- a/meta-pkgs/kde3/Makefile +++ b/meta-pkgs/kde3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2005/10/13 12:22:07 markd Exp $ +# $NetBSD: Makefile,v 1.46 2005/12/11 10:40:10 markd Exp $ -DISTNAME= kde-3.4.3 +DISTNAME= kde-3.5.0 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -9,20 +9,20 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdelibs-3.4.3{,nb[0-9]*}:../../x11/kdelibs3 -DEPENDS+= kdeaccessibility-3.4.3{,nb[0-9]*}:../../misc/kdeaccessibility3 -DEPENDS+= kdeartwork-3.4.3{,nb[0-9]*}:../../misc/kdeartwork3 -DEPENDS+= kdeaddons-3.4.3{,nb[0-9]*}:../../misc/kdeaddons3 -DEPENDS+= kdeadmin-3.4.3{,nb[0-9]*}:../../misc/kdeadmin3 -DEPENDS+= kdeedu-3.4.3{,nb[0-9]*}:../../misc/kdeedu3 -DEPENDS+= kdegames-3.4.3{,nb[0-9]*}:../../games/kdegames3 -DEPENDS+= kdegraphics-3.4.3{,nb[0-9]*}:../../graphics/kdegraphics3 -DEPENDS+= kdemultimedia-3.4.3{,nb[0-9]*}:../../multimedia/kdemultimedia3 -DEPENDS+= kdenetwork-3.4.3{,nb[0-9]*}:../../net/kdenetwork3 -DEPENDS+= kdepim-3.4.3{,nb[0-9]*}:../../misc/kdepim3 -DEPENDS+= kdetoys-3.4.3{,nb[0-9]*}:../../games/kdetoys3 -DEPENDS+= kdeutils-3.4.3{,nb[0-9]*}:../../misc/kdeutils3 -DEPENDS+= kdewebdev-3.4.3{,nb[0-9]*}:../../www/kdewebdev3 +DEPENDS+= kdelibs-3.5.0{,nb[0-9]*}:../../x11/kdelibs3 +DEPENDS+= kdeaccessibility-3.5.0{,nb[0-9]*}:../../misc/kdeaccessibility3 +DEPENDS+= kdeartwork-3.5.0{,nb[0-9]*}:../../misc/kdeartwork3 +DEPENDS+= kdeaddons-3.5.0{,nb[0-9]*}:../../misc/kdeaddons3 +DEPENDS+= kdeadmin-3.5.0{,nb[0-9]*}:../../misc/kdeadmin3 +DEPENDS+= kdeedu-3.5.0{,nb[0-9]*}:../../misc/kdeedu3 +DEPENDS+= kdegames-3.5.0{,nb[0-9]*}:../../games/kdegames3 +DEPENDS+= kdegraphics-3.5.0{,nb[0-9]*}:../../graphics/kdegraphics3 +DEPENDS+= kdemultimedia-3.5.0{,nb[0-9]*}:../../multimedia/kdemultimedia3 +DEPENDS+= kdenetwork-3.5.0{,nb[0-9]*}:../../net/kdenetwork3 +DEPENDS+= kdepim-3.5.0{,nb[0-9]*}:../../misc/kdepim3 +DEPENDS+= kdetoys-3.5.0{,nb[0-9]*}:../../games/kdetoys3 +DEPENDS+= kdeutils-3.5.0{,nb[0-9]*}:../../misc/kdeutils3 +DEPENDS+= kdewebdev-3.5.0{,nb[0-9]*}:../../www/kdewebdev3 EXTRACT_ONLY= # empty NO_CHECKSUM= yes |