Skip to content

Commit

Permalink
security/plasma6-kscreenlocker: fix detection of consolekit
Browse files Browse the repository at this point in the history
  • Loading branch information
tcberner committed Dec 3, 2023
1 parent 5658e91 commit eea2343
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/plasma6-kscreenlocker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= kscreenlocker
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= security kde kde-plasma

MAINTAINER= kde@FreeBSD.org
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- cmake/FindConsoleKit.cmake.orig 2023-11-29 10:41:23 UTC
+++ cmake/FindConsoleKit.cmake
@@ -4,7 +4,7 @@ find_program(cklistsessions_EXECUTABLE NAMES ck-list-s
# SPDX-License-Identifier: BSD-3-Clause
#=============================================================================
find_program(cklistsessions_EXECUTABLE NAMES ck-list-sessions)
-find_program(qdbus_EXECUTABLE NAMES qdbus)
+find_program(qdbus_EXECUTABLE NAMES qdbus6 qdbus)
find_package_handle_standard_args(ConsoleKit
FOUND_VAR
ConsoleKit_FOUND
1 change: 1 addition & 0 deletions security/plasma6-kscreenlocker/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bin/ck-unlock-session
etc/pam.d/kde
include/KScreenLocker/KScreenLocker/KsldApp
include/KScreenLocker/KScreenLocker/kscreenlocker_export.h
Expand Down

0 comments on commit eea2343

Please sign in to comment.