Here KDE 4.13.2 comes. Big release changelogs could be read here: http://www.kde.org/announcements/4.12/ http://www.kde.org/announcements/4.13/ Critical things you should be aware of: 1. Nepomuk is gone, it's superseeded by Baloo. Nepomuk libraries are still here, though, but they do rely on Baloo internally. 2. kdnssd was renamed to zeroconf-ioslave; 3. kwallet was renamed to kwalletmanager; 4. Akonadi cache will be rebuilt; this could result in change of PIM folder indexes, which in turn could mess up your mail filters - beware. 5. ... a lot of other little problems that always happen during update. Things could be broken for a day or two in subtle ways - don't hesistate on reporting them!
26 lines
780 B
Makefile
26 lines
780 B
Makefile
# $OpenBSD: Makefile,v 1.8 2014/07/09 20:03:25 zhuk Exp $
|
|
|
|
COMMENT = KDE geometric constructions explorer
|
|
DISTNAME = kig-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread ${MODPY_WANTLIB}
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
|
|
WANTLIB += lib/qt4/QtSvg lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/kcmutils ${KDE4LIB}/kdeui ${KDE4LIB}/kemoticons
|
|
WANTLIB += ${KDE4LIB}/kidletime ${KDE4LIB}/kio ${KDE4LIB}/kparts
|
|
WANTLIB += ${KDE4LIB}/kprintutils ${KDE4LIB}/ktexteditor ${KDE4LIB}/kutils
|
|
WANTLIB += ${KDE4LIB}/nepomuk ${KDE4LIB}/nepomukutils
|
|
WANTLIB += boost_python-mt soprano
|
|
|
|
MODULES = lang/python
|
|
|
|
BUILD_DEPENDS = devel/boost
|
|
RUN_DEPENDS = devel/boost \
|
|
devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
post-patch:
|
|
${SUBST_CMD} ${WRKSRC}/pykig/pykig.py
|
|
|
|
.include <bsd.port.mk>
|