mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fvwm3: fix makedepends, conflict with fvwm
This commit is contained in:
parent
65cee87bd0
commit
72bca7d657
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'fvwm3'
|
# Template file for 'fvwm3'
|
||||||
pkgname=fvwm3
|
pkgname=fvwm3
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-mandoc"
|
configure_args="--enable-mandoc"
|
||||||
hostmakedepends="pkg-config automake ruby-asciidoctor"
|
hostmakedepends="pkg-config automake ruby-asciidoctor"
|
||||||
makedepends="libXrandr-devel libbson-devel libevent-devel libXt-devel
|
makedepends="libXrandr-devel libevent-devel libXt-devel libpng-devel
|
||||||
libpng-devel fribidi-devel libXft-devel libXcursor-devel libXpm-devel
|
fribidi-devel libXft-devel libXcursor-devel libXpm-devel librsvg-devel"
|
||||||
fribidi-devel librsvg-devel"
|
|
||||||
short_desc="Multiple large virtual desktop window manager"
|
short_desc="Multiple large virtual desktop window manager"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -15,6 +14,7 @@ homepage="https://www.fvwm.org/"
|
||||||
distfiles="https://github.com/fvwmorg/fvwm3/releases/download/${version}/fvwm3-${version}.tar.gz"
|
distfiles="https://github.com/fvwmorg/fvwm3/releases/download/${version}/fvwm3-${version}.tar.gz"
|
||||||
checksum=cb427d58d49e4f8db013d878fa9aa7a360e98706f1c6d08ea3ad8066ae8660d3
|
checksum=cb427d58d49e4f8db013d878fa9aa7a360e98706f1c6d08ea3ad8066ae8660d3
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
conflicts="fvwm>=0"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
|
|
Loading…
Add table
Reference in a new issue