aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-21 23:08:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-21 23:46:01 -0300
commit239287ff0698954847c2cbe7f567dfec87b621b8 (patch)
tree5e97721f9261516063a35c7eb46e552d9b73a79e
parent34504f6c756f30712be9c92efee1560de586556a (diff)
community/i3lock: upgrade to 2.12
-rw-r--r--community/i3lock/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/community/i3lock/APKBUILD b/community/i3lock/APKBUILD
index 5a86b523916..976ee563607 100644
--- a/community/i3lock/APKBUILD
+++ b/community/i3lock/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=i3lock
-pkgver=2.11.1
+pkgver=2.12
pkgrel=0
pkgdesc="An improved screenlocker based upon XCB and PAM"
url="https://i3wm.org/i3lock/"
@@ -12,18 +12,15 @@ makedepends="libev-dev cairo-dev linux-pam-dev libxkbcommon-dev
xcb-util-image-dev xcb-util-xrm-dev"
subpackages="$pkgname-doc"
source="https://i3wm.org/i3lock/i3lock-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
- cd "$builddir"
# Fix ticket FS#31544, sed line taken from gentoo
sed -i -e 's:login:base-auth:g' pam/i3lock
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -36,13 +33,11 @@ build() {
}
check() {
- cd "$builddir"
./i3lock -v
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c i3lock-2.11.1.tar.bz2"
+sha512sums="84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad i3lock-2.12.tar.bz2"