From 2e2173639b8d15bb6af0b194869f7161b1ca6e68 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 14 Apr 2024 13:19:16 +0200 Subject: [PATCH] kwallet-pam: fixed pam location, removed obsolete systemd service --- kwallet-pam/.footprint | 8 +++----- kwallet-pam/.signature | 6 +++--- kwallet-pam/Pkgfile | 6 +++++- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/kwallet-pam/.footprint b/kwallet-pam/.footprint index cf29948..bc873ba 100644 --- a/kwallet-pam/.footprint +++ b/kwallet-pam/.footprint @@ -2,11 +2,9 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/xdg/ drwxr-xr-x root/root etc/xdg/autostart/ -rw-r--r-- root/root etc/xdg/autostart/pam_kwallet_init.desktop +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root lib/security/ +-rwxr-xr-x root/root lib/security/pam_kwallet5.so drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/pam_kwallet_init -drwxr-xr-x root/root usr/lib/security/ --rwxr-xr-x root/root usr/lib/security/pam_kwallet5.so -drwxr-xr-x root/root usr/lib/systemd/ -drwxr-xr-x root/root usr/lib/systemd/user/ --rw-r--r-- root/root usr/lib/systemd/user/plasma-kwallet-pam.service diff --git a/kwallet-pam/.signature b/kwallet-pam/.signature index fff2fe4..2c190a5 100644 --- a/kwallet-pam/.signature +++ b/kwallet-pam/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/kde-plasma-6.pub -RWTGxEYrvi0p3plWamNonxfEiIos+JZswzpTNBhNto1VH6n1JJBOrR+qJTUPQhs4sIVkk1gVJJ84WF6801jnlAsM/K5FSgl7MwA= -SHA256 (Pkgfile) = 7d5491620c286d9e0c2909a7a240759907a8f3946f62d1d4626fc14a6ea64f83 -SHA256 (.footprint) = b3bb865f507739624069738f453447a63dbd7c62f1f8a8535fe96f7c98f5f429 +RWTGxEYrvi0p3kv+1lOEwNDOIblZErrkBa/rNIfR72pDGaWcvfxad1CedAxLRgHoCEb02o0ru02Ev8Igl24bwwA8ghu7S2HqMg8= +SHA256 (Pkgfile) = 58e9813846c6c2a646378a55ccc6a92e596de48950def9a63f6bf7e7b43acb3f +SHA256 (.footprint) = 0ad6869bc5b17531b1bb5208dd43d0f2e876a4dfc352546ece0772d48d369b9e SHA256 (kwallet-pam-6.0.3.tar.xz) = 22cd8b00ae17a92c473af6196a36855fc3eace9204b73f3bce2489d80f34e87f diff --git a/kwallet-pam/Pkgfile b/kwallet-pam/Pkgfile index 24b4f3e..6181768 100644 --- a/kwallet-pam/Pkgfile +++ b/kwallet-pam/Pkgfile @@ -5,7 +5,7 @@ name=kwallet-pam version=6.0.3 -release=1 +release=2 source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz) build() { @@ -19,6 +19,10 @@ build() { -Wno-dev cmake --build build DESTDIR=$PKG cmake --install build + + mkdir -p $PKG/lib + mv $PKG/usr/lib/security $PKG/lib/ + rm -r $PKG/usr/lib/systemd } # vim: set ts=4 et: