discover: set libexecdir

This commit is contained in:
Matt Housh 2024-03-19 22:24:41 -05:00
parent 096a5e321f
commit 270735752a
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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" \