* A number of bugs in KIO have been squashed, making updating of shown directories work again and solving some other stability issues * A crash when creating an avatar from the webcam in Kopete has been fixed * kded taking 100% CPU time in certain situations has been cured
24 lines
891 B
Makefile
24 lines
891 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/01/27 10:38:41 markd Exp $
|
|
|
|
DISTNAME= kdebase-${_KDE_VERSION}
|
|
CATEGORIES= x11
|
|
COMMENT= Base modules for the KDE 4 integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde4/Makefile.kde4"
|
|
|
|
# BUILD_MAKE_FLAGS+= VERBOSE=1
|
|
|
|
# In 4.2.2, -j2 fails with:
|
|
# [ 44%] Building CXX object apps/konsole/src/CMakeFiles/konsolepart.dir/ColorSchemeEditor.o
|
|
# .../kdebase-4.2.2/apps/konsole/src/ColorSchemeEditor.cpp:36:34: error: ui_ColorSchemeEditor.h: No such file or directory
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/qimageblitz/buildlink3.mk"
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
.include "../../x11/kdebase-runtime4/buildlink3.mk"
|
|
.include "../../x11/kdebase-workspace4/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|