i3lock: update to 2.6.

This commit is contained in:
Juan RP 2014-07-27 19:50:23 +02:00
parent c47530a7e5
commit 5ca3678c27
1 changed files with 7 additions and 12 deletions

View File

@ -1,24 +1,19 @@
# Template file for 'i3lock' # Template file for 'i3lock'
pkgname=i3lock pkgname=i3lock
version=2.5 version=2.6
revision=2 revision=1
build_style=gnu-makefile
hostmakedepends="which pkg-config" hostmakedepends="which pkg-config"
makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
xcb-util-devel libxkbfile-devel xcb-util-image-devel xcb-util-keysyms-devel" xcb-util-devel xcb-util-image-devel"
conf_files="/etc/pam.d/i3lock" conf_files="/etc/pam.d/i3lock"
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=ac2772c9e4fc13adb882cacaae13ccc381d6d4f154ffd538634a58e6369d0d77 checksum=c02d899fefc66bc36e47b305251363861400541f3925a21a94c66cee9055402a
do_build() { post_install() {
export CFLAGS="$CFLAGS -std=c99" vman i3lock.1
make ${makejobs}
}
do_install() {
make DESTDIR=${DESTDIR} install
vinstall i3lock.1 644 usr/share/man/man1
} }