From 270735752a4e5bc869f6ed493ae18b91530e6824 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Tue, 19 Mar 2024 22:24:41 -0500 Subject: [PATCH] discover: set libexecdir --- discover/.footprint | 3 +-- discover/.signature | 6 +++--- discover/Pkgfile | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/discover/.footprint b/discover/.footprint index 2e8f3c1..3c1dfa9 100644 --- a/discover/.footprint +++ b/discover/.footprint @@ -7,8 +7,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/plasma-discover -rwxr-xr-x root/root usr/bin/plasma-discover-update drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/libexec/ --rwxr-xr-x root/root usr/lib/libexec/DiscoverNotifier +-rwxr-xr-x root/root usr/lib/DiscoverNotifier drwxr-xr-x root/root usr/lib/plasma-discover/ -rwxr-xr-x root/root usr/lib/plasma-discover/libDiscoverCommon.so -rwxr-xr-x root/root usr/lib/plasma-discover/libDiscoverNotifiers.so diff --git a/discover/.signature b/discover/.signature index 8031808..342ad9a 100644 --- a/discover/.signature +++ b/discover/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/kde-plasma-6.pub -RWTGxEYrvi0p3oEE/vD1TBnkmfjyBllK3XMXNX6M9Nz9BS6485d+Fktxc6nHVE4pjjuLo/Ik/8tWcC/51x/YM+t9X0Zo3VRZhg0= -SHA256 (Pkgfile) = a80f204a409a1a62e8b1feb0aacd81b7473006436e23cff908953884c2ef84f1 -SHA256 (.footprint) = 24bc921cb7db6b4ca7e69d5ebbcc2094aef5f6d9f583139ca66499f684e3a30f +RWTGxEYrvi0p3nsbu51vuVSTHajxPzyKpLnMFp0bqdl9SR6FzaS5QwIxDnAuz69cCDrLRCAZ9Be7JF8QfzF1myscgfQJm/7RtgM= +SHA256 (Pkgfile) = 5968395c91be987902c293b5cd46f67200d131e293a3ef0fd55f2a851d825933 +SHA256 (.footprint) = 92e17f6d87c053c5598ee9dd13445f15f005572cd696f5a73cdec7103e85538f SHA256 (discover-6.0.2.tar.xz) = 8c3b964188ee37249aa1bd4acd52967d8803bc40b75f3b7718593c1cd6ccf4f0 diff --git a/discover/Pkgfile b/discover/Pkgfile index c09b2a6..b6ee932 100644 --- a/discover/Pkgfile +++ b/discover/Pkgfile @@ -5,13 +5,14 @@ name=discover 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" \