devel/kf5-kconfig: add dependency on qt5-declarative

In 5.89 a component was moved from kf5-kdeclarative to kf5-kconfig,
but the activation is based on optionally installed qt5-declarative.

This might get moved to a default-on option in the future.

This also makes the optional qt5-declarative available transitively in
devel/kf5-knotifications, which therefore was also updated to
explicitely depend on that.

Reported by:	se, jkim
This commit is contained in:
Tobias C. Berner 2021-12-17 01:51:44 +01:00
parent 09e810a8fb
commit da36e63724
4 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= kconfig PORTNAME= kconfig
DISTVERSION= ${KDE_FRAMEWORKS_VERSION} DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org MAINTAINER= kde@FreeBSD.org
@ -11,7 +12,7 @@ LICENSE= LGPL21+
USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
CPE_VENDOR= kde CPE_VENDOR= kde
USE_KDE= ecm_build USE_KDE= ecm_build
USE_QT= core dbus gui linguisttools xml \ USE_QT= core dbus declarative gui linguisttools xml \
buildtools_build qmake_build testlib_build buildtools_build qmake_build testlib_build
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -32,6 +32,9 @@ include/KF5/KConfigGui/kconfigloader.h
include/KF5/KConfigGui/kconfigskeleton.h include/KF5/KConfigGui/kconfigskeleton.h
include/KF5/KConfigGui/kstandardshortcut.h include/KF5/KConfigGui/kstandardshortcut.h
include/KF5/KConfigGui/kwindowconfig.h include/KF5/KConfigGui/kwindowconfig.h
include/KF5/KConfigQml/KConfigPropertyMap
include/KF5/KConfigQml/kconfigpropertymap.h
include/KF5/KConfigQml/kconfigqml_export.h
include/KF5/kconfig_version.h include/KF5/kconfig_version.h
lib/cmake/KF5Config/KF5ConfigCompilerTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF5Config/KF5ConfigCompilerTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/KF5Config/KF5ConfigCompilerTargets.cmake lib/cmake/KF5Config/KF5ConfigCompilerTargets.cmake
@ -46,6 +49,9 @@ lib/libKF5ConfigCore.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5ConfigGui.so lib/libKF5ConfigGui.so
lib/libKF5ConfigGui.so.5 lib/libKF5ConfigGui.so.5
lib/libKF5ConfigGui.so.%%KDE_FRAMEWORKS_VERSION%% lib/libKF5ConfigGui.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libKF5ConfigQml.so
lib/libKF5ConfigQml.so.5
lib/libKF5ConfigQml.so.%%KDE_FRAMEWORKS_VERSION%%
lib/libexec/kf5/kconf_update lib/libexec/kf5/kconf_update
lib/libexec/kf5/kconfig_compiler_kf5 lib/libexec/kf5/kconfig_compiler_kf5
%%QT_MKSPECDIR%%/modules/qt_KConfigCore.pri %%QT_MKSPECDIR%%/modules/qt_KConfigCore.pri

View file

@ -1,5 +1,6 @@
PORTNAME= knotifications PORTNAME= knotifications
DISTVERSION= ${KDE_FRAMEWORKS_VERSION} DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org MAINTAINER= kde@FreeBSD.org
@ -11,7 +12,7 @@ LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt \
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE= codecs config coreaddons windowsystem \ USE_KDE= codecs config coreaddons windowsystem \
ecm_build ecm_build
USE_QT= core dbus gui linguisttools phonon4 widgets x11extras \ USE_QT= core dbus declarative gui linguisttools network phonon4 widgets x11extras \
buildtools_build qmake_build buildtools_build qmake_build
USE_XORG= x11 xtst USE_XORG= x11 xtst

View file

@ -24,6 +24,8 @@ lib/libKF5Notifications.so
lib/libKF5Notifications.so.5 lib/libKF5Notifications.so.5
lib/libKF5Notifications.so.%%KDE_FRAMEWORKS_VERSION%% lib/libKF5Notifications.so.%%KDE_FRAMEWORKS_VERSION%%
%%QT_MKSPECDIR%%/modules/qt_KNotifications.pri %%QT_MKSPECDIR%%/modules/qt_KNotifications.pri
%%QT_QMLDIR%%/org/kde/notification/libknotificationqmlplugin.so
%%QT_QMLDIR%%/org/kde/notification/qmldir
share/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml share/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml
share/dbus-1/interfaces/kf5_org.kde.StatusNotifierWatcher.xml share/dbus-1/interfaces/kf5_org.kde.StatusNotifierWatcher.xml
share/kservicetypes5/knotificationplugin.desktop share/kservicetypes5/knotificationplugin.desktop