sessreg: update to 1.1.1

This commit is contained in:
Alessio Sergi 2017-02-28 14:00:24 +01:00
parent 2a849fdb26
commit cff74b70ee
1 changed files with 3 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'sessreg'.
pkgname=sessreg
version=1.1.0
revision=4
version=1.1.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel"
@ -10,7 +10,7 @@ homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c
checksum=78a76ae3f3f6a26547a34630d1b740f42344848b5fb6d7c9c7f7da255e35a6e1
case "$XBPS_TARGET_MACHINE" in
*-musl)
@ -21,12 +21,6 @@ case "$XBPS_TARGET_MACHINE" in
;;
esac
pre_configure() {
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
sed -e 's/\$(CPP) \$(DEFS)/$(CPP) -P $(DEFS)/' -i man/Makefile.in
fi
}
post_install() {
vlicense COPYING
}