diff options
author | markd <markd@pkgsrc.org> | 2010-04-10 02:45:02 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-04-10 02:45:02 +0000 |
commit | b74806d5a990c90463ba03245821434037b3ba1e (patch) | |
tree | 8a440dce6e1afd11abec4cb8bbf8e4b4e6b001cf /misc/kdeedu4/Makefile | |
parent | adf70e925519bbf32694298680be8a2f1e84d8b7 (diff) | |
download | pkgsrc-b74806d5a990c90463ba03245821434037b3ba1e.tar.gz |
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
Diffstat (limited to 'misc/kdeedu4/Makefile')
-rw-r--r-- | misc/kdeedu4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 1c48164b107..89646a4e9be 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2010/02/10 19:17:41 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2010/04/10 02:45:03 markd Exp $ DISTNAME= kdeedu-${_KDE_VERSION} -PKGREVISION= 1 CATEGORIES= misc COMMENT= Edu{tainment,cation} tools for the KDE integrated X11 desktop @@ -11,9 +10,10 @@ COMMENT= Edu{tainment,cation} tools for the KDE integrated X11 desktop CMAKE_ARGS+= -DBUILD_kmplot:BOOL=OFF CMAKE_ARGS+= -DWITH_SBIG:BOOL=OFF +CMAKE_ARGS+= -DWITH_R:BOOL=OFF # CMAKE_ARGS+= -DWITH_PyKDE4:BOOL=OFF # "sip: MarblePlacemarkModel is undefined" #XXX detection does not work reliably -CMAKE_ARGS+= -DWITH_BoostPython:BOOL=off +CMAKE_ARGS+= -DWITH_BoostPython:BOOL=OFF # eigen2.0.4 tries to use _M_erase_at_end - not defined. CMAKE_ARGS+= -DBUILD_step:BOOL=OFF @@ -30,6 +30,7 @@ BROKEN_READLINE_DETECTION= yes .include "../../graphics/hicolor-icon-theme/buildlink3.mk" #BUILDLINK_API_DEPENDS.eigen2+= eigen2>=2.0.3 #.include "../../math/eigen2/buildlink3.mk" +.include "../../print/libspectre/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../x11/kdebase-runtime4/buildlink3.mk" .include "../../x11/kdebase-workspace4/buildlink3.mk" |