mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
09e810a8fb
commit
da36e63724
4 changed files with 12 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= kconfig
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -11,7 +12,7 @@ LICENSE= LGPL21+
|
|||
USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
|
||||
CPE_VENDOR= kde
|
||||
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
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -32,6 +32,9 @@ include/KF5/KConfigGui/kconfigloader.h
|
|||
include/KF5/KConfigGui/kconfigskeleton.h
|
||||
include/KF5/KConfigGui/kstandardshortcut.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
|
||||
lib/cmake/KF5Config/KF5ConfigCompilerTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/KF5Config/KF5ConfigCompilerTargets.cmake
|
||||
|
@ -46,6 +49,9 @@ lib/libKF5ConfigCore.so.%%KDE_FRAMEWORKS_VERSION%%
|
|||
lib/libKF5ConfigGui.so
|
||||
lib/libKF5ConfigGui.so.5
|
||||
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/kconfig_compiler_kf5
|
||||
%%QT_MKSPECDIR%%/modules/qt_KConfigCore.pri
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= knotifications
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel kde kde-frameworks
|
||||
|
||||
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
|
||||
USE_KDE= codecs config coreaddons windowsystem \
|
||||
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
|
||||
USE_XORG= x11 xtst
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@ lib/libKF5Notifications.so
|
|||
lib/libKF5Notifications.so.5
|
||||
lib/libKF5Notifications.so.%%KDE_FRAMEWORKS_VERSION%%
|
||||
%%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.StatusNotifierWatcher.xml
|
||||
share/kservicetypes5/knotificationplugin.desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue