ef944cd353
This is an import of the Plasma5 ports that we have had in the development repository for quite some time now. Please note: * Plasma5 cannot be installed at the same time as KDE SC4. * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file. * To start plasma5, it is recommended to use something like exec ck-launch-session startkde * Powermanagement and such is not working :-) I would like to thank all the people that have helped test it in the past years. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D15096
19 lines
640 B
Makefile
19 lines
640 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kactivitymanagerd
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11 kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= System service to manage user's activities, track the usage patterns
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
|
|
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \
|
|
globalaccel i18n kio service widgetsaddons windowsystem xmlgui
|
|
USE_QT5= concurrent core dbus gui network sql widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
# https://bugs.kde.org/show_bug.cgi?id=305529#c10
|
|
CMAKE_ARGS+= -DCMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS=-rdynamic
|
|
|
|
.include <bsd.port.mk>
|