KDE SC 4.3.4 has a number of improvements: * A bugfix in Plasma's pixmap cache makes the workspace more responsive * Okular, the document viewer improved stability in certain situations * Marble, the desktop globe has seen some polish * Passphrases with non-ASCII characters have been fixed in the KGpg encryption tool
24 lines
551 B
Makefile
24 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/12/04 22:04:07 markd Exp $
|
|
|
|
DISTNAME= oxygen-icons-4.3.4
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=4.3.4/src/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://www.kde.org/
|
|
COMMENT= Oxygen icon set for the KDE integrated X11 desktop
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
TOOLS_DEPENDS.cmake= cmake>=2.6.3:../../devel/cmake
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
CMAKE_ARG_PATH= ..
|
|
CONFIGURE_DIRS= _KDE_build
|
|
|
|
pre-configure:
|
|
${MKDIR} ${WRKSRC}/_KDE_build
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|