In this release, four "fat" packages were split: * kdeadmin * kdenetwork * kdesdk * kdetoys To make updates reliable, we provide corresponding meta-packages now. Many new patches in x11/kde4 correspond to the linking problems detected. Those are planned to integrate upstream but probably we'll have to keep some of them until KDE 5. For information about major KDE 4.11 features, look at the official site: http://www.kde.org/announcements/4.11/ Kopete Jingle support is disabled for now, until googletalk-call gets cured from permanent coredumping. This update involved a lot of help and patience for my mistakes from many people, including ajacoutot@, espie@, naddy@... but most of the times this was landry@ who definitely deserves personal "thank you"!
15 lines
388 B
Makefile
15 lines
388 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/12/08 19:13:30 zhuk Exp $
|
|
|
|
COMMENT = KDE storage device statistics
|
|
DISTNAME = kdf-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
|
|
WANTLIB += lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|