mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
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'
|
# Template file for 'xsecurelock'
|
||||||
pkgname=xsecurelock
|
pkgname=xsecurelock
|
||||||
version=1.3
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
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"
|
short_desc="X11 screen locker designed with the primary goal of security"
|
||||||
maintainer="Sean R. Lang <srlang@ncsu.edu>"
|
maintainer="Sean R. Lang <srlang@ncsu.edu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/google/xsecurelock"
|
homepage="https://github.com/google/xsecurelock"
|
||||||
distfiles="https://github.com/google/xsecurelock/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/xsecurelock/archive/v${version}.tar.gz"
|
||||||
checksum=4676dba46e42da7b6b9ff043c78cbe52b544b0f85ba5e8903e486e2d0677abdd
|
checksum=a710b2bb43c807b8903b2fb9b524e3741ded1de726057bc78eb8b95d57e0e28a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
|
|
||||||
echo "const char *const git_version = \"${version}\";" > version.c
|
echo "const char *const git_version = \"${version}\";" > version.c
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue