diff --git a/kactivitymanagerd/.footprint b/kactivitymanagerd/.footprint index fa73d77..4cbece1 100644 --- a/kactivitymanagerd/.footprint +++ b/kactivitymanagerd/.footprint @@ -1,7 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/libexec/ --rwxr-xr-x root/root usr/lib/libexec/kactivitymanagerd +-rwxr-xr-x root/root usr/lib/kactivitymanagerd -rwxr-xr-x root/root usr/lib/libkactivitymanagerd_plugin.so drwxr-xr-x root/root usr/lib/qt6/ drwxr-xr-x root/root usr/lib/qt6/plugins/ diff --git a/kactivitymanagerd/.signature b/kactivitymanagerd/.signature index 84b5312..f7b2304 100644 --- a/kactivitymanagerd/.signature +++ b/kactivitymanagerd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/kde-plasma-6.pub -RWTGxEYrvi0p3vCLl+AyrBeu1msencZ9FRe0TS49jKv/1/B31cvJ1emf/zV7um4yLESjiNN+99fR7dlbBbiAI9eA97/3dUnhJgY= -SHA256 (Pkgfile) = c856b46da4cd2b4742381d05f18ecbce73a532fc5f9d98137e4b29bd901950cb -SHA256 (.footprint) = ac5557ec0b68389f6ddeec3b1b501c5b7b42172f77c0a46237e262c2548b2d6f +RWTGxEYrvi0p3ufQaI9yCaj2eGFfgI3IJrcWcwS8l9u+IZL76fsuM6nPx4zFY0EkVbPuP4AH4EkvecK94KdRzGI5UiwO2jDNDwY= +SHA256 (Pkgfile) = bf194432898336fc6d24025e7a2140cf1a3fcc14329d089d52c0af42a3b1132a +SHA256 (.footprint) = d281bfd8657a3cf4f47bb5209a2e2df1fd37f9f5e66ded33543e93bc10cef3cf SHA256 (kactivitymanagerd-6.0.2.tar.xz) = e95ea29f8b6fb882bec51d9464912a74354ef5396bb3eab78830dae34aa4dfb0 diff --git a/kactivitymanagerd/Pkgfile b/kactivitymanagerd/Pkgfile index ea94956..42ffff6 100644 --- a/kactivitymanagerd/Pkgfile +++ b/kactivitymanagerd/Pkgfile @@ -5,13 +5,14 @@ name=kactivitymanagerd 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" \