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
369 B
Makefile
15 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/12/08 19:13:29 zhuk Exp $
|
|
|
|
COMMENT = KDE screenreader and focus tracking
|
|
DISTNAME = kaccessible-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += ICE SM X11 Xext
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
|
WANTLIB += ${KDE4LIB}/kdeui
|
|
WANTLIB += speechd
|
|
|
|
LIB_DEPENDS = audio/speech-dispatcher
|
|
|
|
.include <bsd.port.mk>
|