kwallet-pam: fixed pam location, removed obsolete systemd service

This commit is contained in:
Tim Biermann 2024-04-14 13:19:16 +02:00
parent 11a1d41724
commit 2e2173639b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 9 deletions

View File

@ -2,11 +2,9 @@ drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/xdg/ drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/autostart/ drwxr-xr-x root/root etc/xdg/autostart/
-rw-r--r-- root/root etc/xdg/autostart/pam_kwallet_init.desktop -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/
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/pam_kwallet_init -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

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3plWamNonxfEiIos+JZswzpTNBhNto1VH6n1JJBOrR+qJTUPQhs4sIVkk1gVJJ84WF6801jnlAsM/K5FSgl7MwA= RWTGxEYrvi0p3kv+1lOEwNDOIblZErrkBa/rNIfR72pDGaWcvfxad1CedAxLRgHoCEb02o0ru02Ev8Igl24bwwA8ghu7S2HqMg8=
SHA256 (Pkgfile) = 7d5491620c286d9e0c2909a7a240759907a8f3946f62d1d4626fc14a6ea64f83 SHA256 (Pkgfile) = 58e9813846c6c2a646378a55ccc6a92e596de48950def9a63f6bf7e7b43acb3f
SHA256 (.footprint) = b3bb865f507739624069738f453447a63dbd7c62f1f8a8535fe96f7c98f5f429 SHA256 (.footprint) = 0ad6869bc5b17531b1bb5208dd43d0f2e876a4dfc352546ece0772d48d369b9e
SHA256 (kwallet-pam-6.0.3.tar.xz) = 22cd8b00ae17a92c473af6196a36855fc3eace9204b73f3bce2489d80f34e87f SHA256 (kwallet-pam-6.0.3.tar.xz) = 22cd8b00ae17a92c473af6196a36855fc3eace9204b73f3bce2489d80f34e87f

View File

@ -5,7 +5,7 @@
name=kwallet-pam name=kwallet-pam
version=6.0.3 version=6.0.3
release=1 release=2
source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz) source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz)
build() { build() {
@ -19,6 +19,10 @@ build() {
-Wno-dev -Wno-dev
cmake --build build cmake --build build
DESTDIR=$PKG cmake --install 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: # vim: set ts=4 et: