i3lock: update to 2.5.
This commit is contained in:
parent
bd28f18e99
commit
9104629bf0
|
@ -1,28 +1,24 @@
|
||||||
# Template file for 'i3lock'
|
# Template file for 'i3lock'
|
||||||
pkgname=i3lock
|
pkgname=i3lock
|
||||||
version=2.4.1
|
version=2.5
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="An improved screenlocker based upon XCB and PAM"
|
short_desc="An improved screenlocker based upon XCB and PAM"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://i3wm.org/i3lock/"
|
homepage="http://i3wm.org/i3lock/"
|
||||||
distfiles="http://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
|
distfiles="http://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
|
||||||
checksum=4d29e66841138de562e71903d31ecaaefd8ecffe5e68da0d6c8d560ed543047c
|
checksum=ac2772c9e4fc13adb882cacaae13ccc381d6d4f154ffd538634a58e6369d0d77
|
||||||
long_desc="
|
long_desc="
|
||||||
i3lock is a simple screen locker like slock. After starting it, you will see
|
i3lock is a simple screen locker like slock. After starting it, you will see
|
||||||
a white screen (you can configure the color/an image). You can return to your
|
a white screen (you can configure the color/an image). You can return to your
|
||||||
screen by entering your password."
|
screen by entering your password."
|
||||||
|
|
||||||
hostmakedepends="which pkg-config"
|
hostmakedepends="which pkg-config"
|
||||||
makedepends="libev-devel cairo-devel pam-devel
|
makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
|
||||||
xcb-util-image-devel xcb-util-keysyms-devel"
|
xcb-util-devel libxkbfile-devel xcb-util-image-devel xcb-util-keysyms-devel"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export CFLAGS="$CFLAGS -std=c99"
|
export CFLAGS="$CFLAGS -std=c99"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
export PKG_CONFIG_PATH="$XBPS_CROSS_BASE/usr/lib/pkgconfig"
|
|
||||||
export PKG_CONFIG_SYSROOT_DIR="$XBPS_CROSS_BASE"
|
|
||||||
fi
|
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue