nodm: update to 0.12.

This commit is contained in:
RunningDroid 2016-11-02 01:02:38 -04:00
parent b41e41a68f
commit 5e43d9ba30
2 changed files with 10 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
[ -r conf ] && . ./conf [ -r conf ] && . ./conf
export NODM_USER NODM_X_OPTIONS NODM_MIN_SESSION_TIME NODM_XINIT NODM_XSESSION export NODM_USER NODM_X_OPTIONS NODM_MIN_SESSION_TIME NODM_XSESSION
exec nodm 1>&2 exec nodm 1>&2

View file

@ -1,24 +1,25 @@
# Template file for 'nodm' # Template file for 'nodm'
pkgname=nodm pkgname=nodm
version=0.7 version=0.12
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="help2man" hostmakedepends="help2man automake pkg-config"
makedepends="pam-devel" makedepends="pam-devel xorg-server-devel"
depends="xinit"
short_desc="Minimalistic display manager for automatic logins" short_desc="Minimalistic display manager for automatic logins"
maintainer="Duncaen <duncaen@voidlinux.eu>" maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-2" license="GPL-2"
homepage="http://enricozini.org/sw/nodm/" homepage="https://github.com/spanezz/nodm"
distfiles="http://enricozini.org/sw/nodm/$pkgname-${version}.tar.gz" distfiles="${homepage}/archive/debian/${version}-1.tar.gz"
checksum=0f74cf5cd08f958923a3123a75e945ecc727cb486b51c87cf5a235445bd0c42a checksum=840939d27d3d9b02ad09e1cffce24729bcdeee6cea6b3f0037d8ae76b49feecd
wrksrc=nodm-debian-${version}-1
pre_configure() { pre_configure() {
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
# disable generating a man page with help2man while cross compiling. # disable generating a man page with help2man while cross compiling.
# nodm -h needs to be executed on the host for generating it. # nodm -h needs to be executed on the host for generating it.
sed -i Makefile.in -e 's;man_MANS = nodm.8;;g' sed -i Makefile.am -e 's;man_MANS = nodm.8;;g'
fi fi
./autogen.sh
} }
post_install() { post_install() {