Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
slim
Commits:
c059b5c6 by Caleb Maclennan at 2026-02-12T12:17:25+03:00
upgpkg: 1:1.4.1-3: Don't install a lib at all, see #2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = slim
pkgdesc = Simple Login Manager resurrected
pkgver = 1.4.1
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://slim-fork.sourceforge.io/
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=slim
pkgver=1.4.1
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Simple Login Manager resurrected'
arch=(x86_64)
@@ -72,6 +72,7 @@ package() {
DESTDIR="$pkgdir" cmake --install build
#
https://gitlab.archlinux.org/archlinux/packaging/packages/slim/-/issues/2
mv "$pkgdir"{,/usr}/lib/systemd
+ rmdir "$pkgdir/lib"
install -Dm644 -t "$pkgdir/etc/" slimlock.conf
install -Dm644 "../$pkgname.pam" "$pkgdir/etc/pam.d/$pkgname"
install -Dm644 "../${pkgname}lock.pam"
"$pkgdir/etc/pam.d/${pkgname}lock"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/slim/-/commit/c059b5c6669ac93a04b4e073336af7cecec016df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/slim/-/commit/c059b5c6669ac93a04b4e073336af7cecec016df
You're receiving this email because of your account on gitlab.archlinux.org.