mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
xsecurelock: update to 1.3.3.
This commit is contained in:
parent
2e2d97c019
commit
d0dd9592fe
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'xsecurelock'
|
# Template file for 'xsecurelock'
|
||||||
pkgname=xsecurelock
|
pkgname=xsecurelock
|
||||||
version=1.3.1
|
version=1.3.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pam-service-name=system-local-login"
|
configure_args="--with-pam-service-name=system-local-login"
|
||||||
hostmakedepends="pkg-config automake"
|
hostmakedepends="pkg-config automake"
|
||||||
makedepends="libX11-devel libXcomposite-devel libXext-devel libXfixes-devel
|
makedepends="libX11-devel libXcomposite-devel libXext-devel libXfixes-devel
|
||||||
libXft-devel libXmu-devel libXrandr-devel pam-devel"
|
libXft-devel libXmu-devel libXrandr-devel libXScrnSaver-devel
|
||||||
|
libXxf86misc-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=a710b2bb43c807b8903b2fb9b524e3741ded1de726057bc78eb8b95d57e0e28a
|
checksum=92be5688679f5536d649cd16e1d023c24fdfb6aa77c86d189fdf5730310e8187
|
||||||
|
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue