From 30a183cdd9faf4c65a08818c285c8d9351e43ad3 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 14 Nov 2016 16:12:56 +0000 Subject: Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications) KDE Frameworks is a collection of libraries and software frameworks by KDE that serve as technological foundation for KDE Plasma 5 and KDE Applications distributed under the GNU Lesser General Public License (LGPL) [1]. The work is based on what we have in the KDE testing repo [2]. This is the next big step in updating the KDE Desktop and its Applications to anything less dusty. With this change, `USES=kde:5` is now a valid option. Ports that need to depend on KDE Framework can now set: USES=kde:5 USE_KDE= ... For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via: KWALLET_USE= KDE=wallet I would like to thank Raphael and Adriaan for reviewing the ports in the testing repo :) [1] https://en.wikipedia.org/wiki/KDE_Frameworks [2] http://src.mouf.net/area51/log/branches/plasma5 Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (maintainer) Differential Revision: https://reviews.freebsd.org/D8329 --- multimedia/qt5-phonon4-designerplugin/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'multimedia/qt5-phonon4-designerplugin') diff --git a/multimedia/qt5-phonon4-designerplugin/Makefile b/multimedia/qt5-phonon4-designerplugin/Makefile index f0c216005418..e62b2dfaca30 100644 --- a/multimedia/qt5-phonon4-designerplugin/Makefile +++ b/multimedia/qt5-phonon4-designerplugin/Makefile @@ -14,9 +14,8 @@ COMMENT= Qt 5 Designer plugin for Phonon 4 LICENSE= LGPL21 -BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules - -USES= cmake:outsource tar:xz +USES= cmake:outsource kde:5 tar:xz +USE_KDE= ecm USE_QT5= buildtools_build qmake_build designer phonon4 CMAKE_ARGS= -DPHONON_QT_PLUGIN_INSTALL_DIR=${PREFIX}/${QT_PLUGINDIR_REL}/designer \ -DPHONON_BUILD_PHONON4QT5=ON -- cgit v1.2.3