pkgsrc/meta-pkgs/kde4/Makefile
markd 24c82a1fd6 Update KDE to 4.4.2
For 4.4.0 major new technologies have been introduced, including social
networking and online collaboration features, a new netbook-oriented
interface and infrastructural innovations such as the KAuth authentication
framework. According to KDE's bug-tracking system, 7293 bugs have been
fixed and 1433 new feature requests were implemented.

KDE SC 4.4.1 has a number of improvements:
 A performance problem in KMail when sending emails has been fixed
 Various fixes in Plasma widgets and other addons, such as the analog clock
  and the picture frame
 A number of fixes in Konsole, KDE's powerful terminal application

KDE SC 4.4.2 has a number of improvements:
 Possible crashes in Plasma, Dolphin and Okular have been fixed
 The Microblog applet now shows the correct time in the timeline
 The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI
  anymore
2010-04-10 02:45:02 +00:00

36 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2010/04/10 02:45:03 markd Exp $
DISTNAME= kde4-4.4.2
CATEGORIES= meta-pkgs x11 kde
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.kde.org/
COMMENT= "meta-package" for the KDE4 integrated X11 desktop
DEPENDS+= oxygen-icons-4.4.2{,nb[0-9]*}:../../graphics/oxygen-icons
DEPENDS+= kdelibs4-4.4.2{,nb[0-9]*}:../../x11/kdelibs4
DEPENDS+= kdepimlibs4-4.4.2{,nb[0-9]*}:../../misc/kdepimlibs4
DEPENDS+= kdebase-runtime4-4.4.2{,nb[0-9]*}:../../x11/kdebase-runtime4
DEPENDS+= kdebase4-4.4.2{,nb[0-9]*}:../../x11/kdebase4
DEPENDS+= kdebase-workspace4-4.4.2{,nb[0-9]*}:../../x11/kdebase-workspace4
DEPENDS+= kdeaccessibility4-4.4.2{,nb[0-9]*}:../../misc/kdeaccessibility4
DEPENDS+= kdeadmin4-4.4.2{,nb[0-9]*}:../../misc/kdeadmin4
DEPENDS+= kdeartwork4-4.4.2{,nb[0-9]*}:../../misc/kdeartwork4
DEPENDS+= kdeedu4-4.4.2{,nb[0-9]*}:../../misc/kdeedu4
DEPENDS+= kdegames4-4.4.2{,nb[0-9]*}:../../games/kdegames4
DEPENDS+= kdegraphics4-4.4.2{,nb[0-9]*}:../../graphics/kdegraphics4
DEPENDS+= kdemultimedia4-4.4.2{,nb[0-9]*}:../../multimedia/kdemultimedia4
DEPENDS+= kdenetwork4-4.4.2{,nb[0-9]*}:../../net/kdenetwork4
DEPENDS+= kdepim4-4.4.2{,nb[0-9]*}:../../misc/kdepim4
DEPENDS+= kdepim-runtime4-4.4.2{,nb[0-9]*}:../../misc/kdepim-runtime4
DEPENDS+= kdeplasma-addons4-4.4.2{,nb[0-9]*}:../../misc/kdeplasma-addons4
DEPENDS+= kdesdk4-4.4.2{,nb[0-9]*}:../../devel/kdesdk4
DEPENDS+= kdetoys4-4.4.2{,nb[0-9]*}:../../games/kdetoys4
DEPENDS+= kdeutils4-4.4.2{,nb[0-9]*}:../../misc/kdeutils4
DEPENDS+= kdewebdev4-4.4.2{,nb[0-9]*}:../../www/kdewebdev4
META_PACKAGE= yes
.include "../../mk/bsd.pkg.mk"