Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages
/ xsecurelock
Commits:
412c45a6 by Vladyslav Aviedov at 2026-02-23T01:04:46+01:00
add xorg-xrdb to optional deps
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -22,6 +22,7 @@ pkgbase = xsecurelock
optdepends = pamtester: for the auth_pamtester module
optdepends = xorg-xset: for the saver_blank module
optdepends = xscreensaver: for the saver_xscreensaver module
+ optdepends = xorg-xrdb: for the saver_xscreensaver module
source =
https://github.com/google/xsecurelock/archive/v1.9.0/xsecurelock-1.9.0.tar.gz
sha512sums =
773c5696b338bf318fe0e3d2a3e63e8f59efc8c1a1bb8e4b52f0ba858af194044382db294ae576fc3ff7c3a92024a3af15a6ec390de09673ad88be3c526f2e86
=====================================
PKGBUILD
=====================================
@@ -30,6 +30,7 @@ optdepends=(
'pamtester: for the auth_pamtester module'
'xorg-xset: for the saver_blank module'
'xscreensaver: for the saver_xscreensaver module'
+ 'xorg-xrdb: for the saver_xscreensaver module'
)
source=("https://github.com/google/xsecurelock/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('773c5696b338bf318fe0e3d2a3e63e8f59efc8c1a1bb8e4b52f0ba858af194044382db294ae576fc3ff7c3a92024a3af15a6ec390de09673ad88be3c526f2e86')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xsecurelock/-/commit/412c45a663ab1d9b46bc46b11bd70f0cd9b8fa32
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xsecurelock/-/commit/412c45a663ab1d9b46bc46b11bd70f0cd9b8fa32
You're receiving this email because of your account on gitlab.archlinux.org.