git: cd73e68f3c9a - 2024Q2 - devel/kf6-kauth: add dependency on polkit-qt6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jun 2024 12:09:15 UTC
The branch 2024Q2 has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd73e68f3c9ae2f07e940b91c180e3c995181e45 commit cd73e68f3c9ae2f07e940b91c180e3c995181e45 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2024-04-16 04:47:53 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-06-02 12:08:55 +0000 devel/kf6-kauth: add dependency on polkit-qt6 * this makes policies available in devel/kf6-ktexteditor (cherry picked from commit 8e5585719b3a91470debffe1e3cb91fb72250468) --- devel/kf6-kauth/Makefile | 5 ++++- devel/kf6-kauth/pkg-plist | 6 +++++- devel/kf6-ktexteditor/Makefile | 1 + devel/kf6-ktexteditor/pkg-plist | 3 ++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/devel/kf6-kauth/Makefile b/devel/kf6-kauth/Makefile index eece6bf7eaf1..f9e98592664e 100644 --- a/devel/kf6-kauth/Makefile +++ b/devel/kf6-kauth/Makefile @@ -1,12 +1,15 @@ PORTNAME= kauth DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks COMMENT= Execute actions as privileged user MAINTAINER= kde@FreeBSD.org +LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6 + USES= cmake kde:6 qt:6 tar:xz -USE_KDE= coreaddons kded \ +USE_KDE= coreaddons kded windowsystem \ ecm:build USE_QT= base diff --git a/devel/kf6-kauth/pkg-plist b/devel/kf6-kauth/pkg-plist index 00e9c0be55f0..97c86bccc308 100644 --- a/devel/kf6-kauth/pkg-plist +++ b/devel/kf6-kauth/pkg-plist @@ -13,9 +13,13 @@ lib/cmake/KF6Auth/KF6AuthConfigVersion.cmake lib/cmake/KF6Auth/KF6AuthMacros.cmake lib/cmake/KF6Auth/KF6AuthTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF6Auth/KF6AuthTargets.cmake +lib/cmake/KF6Auth/KF6AuthToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF6Auth/KF6AuthToolsTargets.cmake lib/libKF6AuthCore.so -lib/libKF6AuthCore.so.%%KDE_FRAMEWORKS_VERSION%% lib/libKF6AuthCore.so.6 +lib/libKF6AuthCore.so.%%KDE_FRAMEWORKS_VERSION%% +lib/libexec/kf6/kauth/kauth-policy-gen +%%QT_PLUGINDIR%%/kf6/kauth/backend/kauth_backend_plugin.so %%QT_PLUGINDIR%%/kf6/kauth/helper/kauth_helper_plugin.so share/dbus-1/system.d/org.kde.kf6auth.conf share/kf6/kauth/dbus_policy.stub diff --git a/devel/kf6-ktexteditor/Makefile b/devel/kf6-ktexteditor/Makefile index e23c815dae2b..84e57f98aebc 100644 --- a/devel/kf6-ktexteditor/Makefile +++ b/devel/kf6-ktexteditor/Makefile @@ -1,5 +1,6 @@ PORTNAME= ktexteditor DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks COMMENT= Full text editor component diff --git a/devel/kf6-ktexteditor/pkg-plist b/devel/kf6-ktexteditor/pkg-plist index 0b8d24d3d75f..374dadaa4a7e 100644 --- a/devel/kf6-ktexteditor/pkg-plist +++ b/devel/kf6-ktexteditor/pkg-plist @@ -55,8 +55,8 @@ lib/cmake/KF6TextEditor/KF6TextEditorConfigVersion.cmake lib/cmake/KF6TextEditor/KF6TextEditorTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KF6TextEditor/KF6TextEditorTargets.cmake lib/libKF6TextEditor.so -lib/libKF6TextEditor.so.%%KDE_FRAMEWORKS_VERSION%% lib/libKF6TextEditor.so.6 +lib/libKF6TextEditor.so.%%KDE_FRAMEWORKS_VERSION%% lib/libexec/kf6/kauth/kauth_ktexteditor_helper %%QT_PLUGINDIR%%/kf6/parts/katepart.so share/dbus-1/system-services/org.kde.ktexteditor6.katetextbuffer.service @@ -148,5 +148,6 @@ share/locale/wa/LC_MESSAGES/ktexteditor6.mo share/locale/xh/LC_MESSAGES/ktexteditor6.mo share/locale/zh_CN/LC_MESSAGES/ktexteditor6.mo share/locale/zh_TW/LC_MESSAGES/ktexteditor6.mo +share/polkit-1/actions/org.kde.ktexteditor6.katetextbuffer.policy share/qlogging-categories6/ktexteditor.categories share/qlogging-categories6/ktexteditor.renamecategories