mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
xsecurelock: update to 1.1.
This commit is contained in:
parent
767420b37a
commit
115ce5ea33
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'xsecurelock'
|
# Template file for 'xsecurelock'
|
||||||
pkgname=xsecurelock
|
pkgname=xsecurelock
|
||||||
version=1.0
|
version=1.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-auth"
|
||||||
hostmakedepends="pkg-config automake"
|
hostmakedepends="pkg-config automake"
|
||||||
makedepends="libX11-devel pam-devel libXcomposite-devel"
|
makedepends="libX11-devel pam-devel libXcomposite-devel libXmu-devel"
|
||||||
short_desc="An X11 screen locker designed with the primary goal of security"
|
short_desc="An 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=3abe265e780652e2202d5bddba3490bb2eb6470d5dba15e699ce42de89e47448
|
checksum=a69c9cf48f193deb4866501f4e53bf82d3a9c0a70b062d433a6fbe608201b59d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue