kscreenlocker: set libexecdir

This commit is contained in:
Matt Housh 2024-03-20 00:02:32 -05:00
parent f073784107
commit 31b7c3857e
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 6 additions and 6 deletions

View File

@ -14,11 +14,10 @@ drwxr-xr-x root/root usr/lib/cmake/KScreenLocker/
-rw-r--r-- root/root usr/lib/cmake/KScreenLocker/KScreenLockerTargets.cmake
drwxr-xr-x root/root usr/lib/cmake/ScreenSaverDBusInterface/
-rw-r--r-- root/root usr/lib/cmake/ScreenSaverDBusInterface/ScreenSaverDBusInterfaceConfig.cmake
-rwxr-xr-x root/root usr/lib/kscreenlocker_greet
lrwxrwxrwx root/root usr/lib/libKScreenLocker.so -> libKScreenLocker.so.6
lrwxrwxrwx root/root usr/lib/libKScreenLocker.so.6 -> libKScreenLocker.so.6.0.2
-rwxr-xr-x root/root usr/lib/libKScreenLocker.so.6.0.2
drwxr-xr-x root/root usr/lib/libexec/
-rwxr-xr-x root/root usr/lib/libexec/kscreenlocker_greet
drwxr-xr-x root/root usr/lib/qt6/
drwxr-xr-x root/root usr/lib/qt6/plugins/
drwxr-xr-x root/root usr/lib/qt6/plugins/plasma/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3mP9CPrbF4v8AReyYlQwLbm/rKy+eqs1e+zfB0M+v1zNNUOvKgnCgpPth/7TcMNVKk4ahkP3N3l0zYDBRCxVBwQ=
SHA256 (Pkgfile) = 9f62acea0c545022c0d3d36a3cee665ce5636868ee277358e0c013a7d61c05fe
SHA256 (.footprint) = 7b4fed11bf6633cfeec7f7966174a771f27514fb07e20feba74dcb17fd6baddc
RWTGxEYrvi0p3sxqghkwxKVHeAxIDRZZXiYym38iTjhJC6oeFGY+yRPrBnmmhHVLul9pTCDXBNG6F64GuPQHIaN4l3wi1z6Ltgo=
SHA256 (Pkgfile) = 1eb7aaa8cfb7860737797a2d0ebec23b938994e8eb90bcc45bc5e84246ca4b4f
SHA256 (.footprint) = def921dd66e41db2dceffe66d7ad10d6c148b9e0555b87647829c994c4b5cab3
SHA256 (kscreenlocker-6.0.2.tar.xz) = 451c69a2356c545c118e32c9f8b4586272b299f8d9ddc4c9c884b19db427b53f

View File

@ -5,13 +5,14 @@
name=kscreenlocker
version=6.0.2
release=1
release=2
source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz)
build() {
cmake -S $name-$version -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_INSTALL_LIBEXECDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \