ktexteditor: set libexecdir

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

View File

@ -63,13 +63,12 @@ drwxr-xr-x root/root usr/lib/cmake/KF6TextEditor/
-rw-r--r-- root/root usr/lib/cmake/KF6TextEditor/KF6TextEditorConfigVersion.cmake
-rw-r--r-- root/root usr/lib/cmake/KF6TextEditor/KF6TextEditorTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/KF6TextEditor/KF6TextEditorTargets.cmake
drwxr-xr-x root/root usr/lib/kf6/
drwxr-xr-x root/root usr/lib/kf6/kauth/
-rwxr-xr-x root/root usr/lib/kf6/kauth/kauth_ktexteditor_helper
lrwxrwxrwx root/root usr/lib/libKF6TextEditor.so -> libKF6TextEditor.so.6
lrwxrwxrwx root/root usr/lib/libKF6TextEditor.so.6 -> libKF6TextEditor.so.6.0.0
-rwxr-xr-x root/root usr/lib/libKF6TextEditor.so.6.0.0
drwxr-xr-x root/root usr/lib/libexec/
drwxr-xr-x root/root usr/lib/libexec/kf6/
drwxr-xr-x root/root usr/lib/libexec/kf6/kauth/
-rwxr-xr-x root/root usr/lib/libexec/kf6/kauth/kauth_ktexteditor_helper
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/kf6/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3lnEM8FaBGCkwe/Duo+Z7ZkXUONe/Lr7NU+1ps4VpOoNYdpu0NA6oNAXONAscylxFRT0OR0q4LKzdPH8kuCJfwQ=
SHA256 (Pkgfile) = b04db967e2ebf724a42e584e903ee6995e8fb981f79602640c35eb258dd5be78
SHA256 (.footprint) = 556f10dd34899c3863502a5466e1aad7228f1abf72fff74a76497ef8daaab85d
RWTGxEYrvi0p3pcHLzxUBal0CJGLVNcbaLWw1m4hD5x+XlPsI2N2zNAaGKC+Ehj4GlYFcMhw2i2jx4guH+B5yBPIhmAGoLJtQwo=
SHA256 (Pkgfile) = 3a4674015cae1070ec408af31bc09e2216fccd6f7d33b8870bdd2e327dea795b
SHA256 (.footprint) = 11570512a4b92e3b10d3955ae4aaf60893787626ac3c66e26784ae938c4593d1
SHA256 (ktexteditor-6.0.0.tar.xz) = 620266c1d288d09f7aee4d2bc8b141c73555d5f033c452bcd2e2db2064b8fd42

View File

@ -5,13 +5,14 @@
name=ktexteditor
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" \