xsecurelock: update to 1.3.1.
This commit is contained in:
parent
d88a334fef
commit
71deecb366
1 changed files with 5 additions and 8 deletions
|
@ -1,24 +1,21 @@
|
|||
# Template file for 'xsecurelock'
|
||||
pkgname=xsecurelock
|
||||
version=1.3
|
||||
version=1.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pam-service-name=system-auth"
|
||||
configure_args="--with-pam-service-name=system-local-login"
|
||||
hostmakedepends="pkg-config automake"
|
||||
makedepends="libX11-devel pam-devel libXcomposite-devel libXmu-devel"
|
||||
makedepends="libX11-devel libXcomposite-devel libXext-devel libXfixes-devel
|
||||
libXft-devel libXmu-devel libXrandr-devel pam-devel"
|
||||
short_desc="X11 screen locker designed with the primary goal of security"
|
||||
maintainer="Sean R. Lang <srlang@ncsu.edu>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/google/xsecurelock"
|
||||
distfiles="https://github.com/google/xsecurelock/archive/v${version}.tar.gz"
|
||||
checksum=4676dba46e42da7b6b9ff043c78cbe52b544b0f85ba5e8903e486e2d0677abdd
|
||||
checksum=a710b2bb43c807b8903b2fb9b524e3741ded1de726057bc78eb8b95d57e0e28a
|
||||
|
||||
pre_configure() {
|
||||
sh autogen.sh
|
||||
|
||||
echo "const char *const git_version = \"${version}\";" > version.c
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue