kdesu: set libexecdir

This commit is contained in:
Matt Housh 2024-03-19 23:59:00 -05:00
parent 6c70554625
commit 5e5344b0e0
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 8 additions and 8 deletions

View File

@ -24,13 +24,12 @@ drwxr-xr-x root/root usr/lib/cmake/KF6Su/
-rw-r--r-- root/root usr/lib/cmake/KF6Su/KF6SuConfigVersion.cmake
-rw-r--r-- root/root usr/lib/cmake/KF6Su/KF6SuTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/KF6Su/KF6SuTargets.cmake
drwxr-xr-x root/root usr/lib/kf6/
-rwxr-xr-x root/root usr/lib/kf6/kdesu_stub
-rwxr-xr-x root/root usr/lib/kf6/kdesud
lrwxrwxrwx root/root usr/lib/libKF6Su.so -> libKF6Su.so.6
lrwxrwxrwx root/root usr/lib/libKF6Su.so.6 -> libKF6Su.so.6.0.0
-rwxr-xr-x root/root usr/lib/libKF6Su.so.6.0.0
drwxr-xr-x root/root usr/lib/libexec/
drwxr-xr-x root/root usr/lib/libexec/kf6/
-rwxr-xr-x root/root usr/lib/libexec/kf6/kdesu_stub
-rwxr-xr-x root/root usr/lib/libexec/kf6/kdesud
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories6/
-rw-r--r-- root/root usr/share/qlogging-categories6/ksu.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3jBfepycaBs/dhER4Iqmwa3kl+18FBHBu+cUpDPftfuPNAqOG9st7Q1F+dC3auB3JuTriEs3eEEQuPmYAER46wk=
SHA256 (Pkgfile) = 31b431a73a501f39486b4c58b36b187cd93fb3105af167620820eb8d45d79715
SHA256 (.footprint) = d3027a1bd56fba99f5764cf7c003ef426e71d7a0a155f3a6af918d05137efb54
RWTGxEYrvi0p3mz8iHOxVqoSH/bTLyVjObt2fGBFe6zvMgtAJmtyYD63hIi4SKZleyV4wFjjCXdZbjMoBjOMqvYSvUkq/oRI8gM=
SHA256 (Pkgfile) = e394ce6d8165e51e6785b628d50507ac18c46c5b6faf857e35cc666c21c15822
SHA256 (.footprint) = 231ffca966e69d39f07a1c24451d1554e766d9beb303fac5c033a26c8ea66178
SHA256 (kdesu-6.0.0.tar.xz) = 24cca7ab6da9630799e5f0107b546d37ee635b1f9f4b7c12eb53a1b3619b2c0c

View File

@ -5,13 +5,14 @@
name=kdesu
version=6.0.0
release=1
release=2
source=(https://download.kde.org/stable/frameworks/${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" \