mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
main/i3lock: updated to 2.14
This commit is contained in:
@@ -1 +1 @@
|
||||
a10993d6cd409d980f78a4a376885f1b i3lock-2.13.tar.bz2
|
||||
9aa44c8e0c584e7faf8d0673fc4f57ae i3lock-2.14.tar.xz
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user