main/i3lock: updated to 2.14

This commit is contained in:
emmett1
2022-06-06 22:22:07 +08:00
parent ae7cf3ecb8
commit ae2f283679
3 changed files with 8 additions and 8 deletions

View File

@@ -1 +1 @@
a10993d6cd409d980f78a4a376885f1b i3lock-2.13.tar.bz2
9aa44c8e0c584e7faf8d0673fc4f57ae i3lock-2.14.tar.xz

View File

@@ -1,3 +1,4 @@
i3lock-2.14-1
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/pam.d/
-rw-r--r-- root/root etc/pam.d/i3lock.spkgnew

View File

@@ -1,20 +1,19 @@
# description : Improved screenlocker based upon XCB and PAM
# depends : xcb-util-image xcb-util-xrm libxkbcommon cairo linux-pam libev
# depends : xcb-util-image xcb-util-xrm libxkbcommon cairo linux-pam libev meson
name=i3lock
version=2.13
version=2.14
release=1
backup="etc/pam.d/i3lock"
source="https://i3wm.org/i3lock/$name-$version.tar.bz2"
source="https://i3wm.org/i3lock/$name-$version.tar.xz"
build() {
cd $name-$version
# Fix ticket FS#31544, sed line taken from gentoo
sed -i -e 's:login:system-auth:' pam/i3lock
autoreconf -fiv
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
venom-meson build
meson compile -C build
DESTDIR=$PKG meson install -C build
}