fvwm3: update to 1.1.1.
This commit is contained in:
parent
d9fc759111
commit
6cb45f9a26
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fvwm3'
|
||||
pkgname=fvwm3
|
||||
version=1.1.0
|
||||
revision=2
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-mandoc"
|
||||
hostmakedepends="pkg-config automake ruby-asciidoctor"
|
||||
|
@ -12,10 +12,14 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.fvwm.org/"
|
||||
distfiles="https://github.com/fvwmorg/fvwm3/releases/download/${version}/fvwm3-${version}.tar.gz"
|
||||
checksum=cb427d58d49e4f8db013d878fa9aa7a360e98706f1c6d08ea3ad8066ae8660d3
|
||||
checksum=ecdcf1099bac3e7b1198bdee7542150d378ee333a644c49095e974d819b8d1c3
|
||||
nocross=yes
|
||||
conflicts="fvwm>=0"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue