Skip to content

Commit

Permalink
devel/kf5-kconfig: add dependency on qt5-declarative
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tcberner committed Dec 17, 2021
1 parent 09e810a commit da36e63
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devel/kf5-kconfig/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= kconfig
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
Expand All @@ -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>
6 changes: 6 additions & 0 deletions devel/kf5-kconfig/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion devel/kf5-knotifications/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= knotifications
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions devel/kf5-knotifications/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da36e63

Please sign in to comment.