Several bugs in encoding and refreshing in Konsole have been fixed A couple of crashes in Okular's PDF viewer have been fixed Alarms have received some fixes in KDE PIM The changelog lists more, if not all improvements since KDE SC 4.4.4.
20 lines
588 B
Makefile
20 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/07/04 11:02:32 markd Exp $
|
|
|
|
DISTNAME= kdeaccessibility-${_KDE_VERSION}
|
|
CATEGORIES= misc
|
|
COMMENT= Accessibility support for the KDE integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde4/Makefile.kde4"
|
|
|
|
# BUILD_MAKE_FLAGS+= VERBOSE=1
|
|
|
|
CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
.include "../../x11/kdebase-runtime4/buildlink3.mk"
|
|
.include "../../x11/kdebase-workspace4/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|