From b2b5c1e71757ca5f04c5bf3cf422a4f99d2e5736 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Wed, 20 Mar 2024 00:03:00 -0500 Subject: [PATCH] ktexteditor: set libexecdir --- ktexteditor/.footprint | 7 +++---- ktexteditor/.signature | 6 +++--- ktexteditor/Pkgfile | 3 ++- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ktexteditor/.footprint b/ktexteditor/.footprint index e7479d0..9b7faee 100644 --- a/ktexteditor/.footprint +++ b/ktexteditor/.footprint @@ -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/ diff --git a/ktexteditor/.signature b/ktexteditor/.signature index 86e2eba..084aa09 100644 --- a/ktexteditor/.signature +++ b/ktexteditor/.signature @@ -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 diff --git a/ktexteditor/Pkgfile b/ktexteditor/Pkgfile index 2b71946..d9634b5 100644 --- a/ktexteditor/Pkgfile +++ b/ktexteditor/Pkgfile @@ -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" \