KDE 4.3.2 brings a nice number of bugfixes, some critical, some just fixing small annoyances: * Many crashers have been fixed in KDE's core libraries, bringing more stability to all applications * KWin's window compositing effects have been further stabilized by fixing a number of bugs in effect plugins such as the famous coverswitch window switcher * The biggest number of bugs for this release has been fixed in KMail, KDE's email client, making it more reliable and usable by correcting a number of display issues * Saving files over themselves works again in Okular, KDE's document viewer
24 lines
813 B
Makefile
24 lines
813 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/10/11 08:13:38 markd Exp $
|
|
|
|
DISTNAME= kdeartwork-${_KDE_VERSION}
|
|
CATEGORIES= misc
|
|
COMMENT= Artwork for the KDE integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde4/Makefile.kde4"
|
|
|
|
CMAKE_ARGS+= -DXSCREENSAVER_CONFIG_DIR:PATH=${BUILDLINK_PREFIX.xscreensaver}/libexec/xscreensaver/config
|
|
CMAKE_ARGS+= -DXSCREENSAVER_DIR:PATH=${BUILDLINK_PREFIX.xscreensaver}/libexec/xscreensaver
|
|
|
|
#BUILD_MAKE_FLAGS+= VERBOSE=1
|
|
|
|
BUILDLINK_API_DEPENDS.xscreensaver+= xscreensaver>=5.00
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
.include "../../math/eigen2/buildlink3.mk"
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
.include "../../x11/kdebase-runtime4/buildlink3.mk"
|
|
.include "../../x11/kdebase-workspace4/buildlink3.mk"
|
|
.include "../../x11/xscreensaver/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|