mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
fvwm: use python3.
This commit is contained in:
parent
55720714f6
commit
1c8f68cf9f
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'fvwm'
|
# Template file for 'fvwm'
|
||||||
pkgname=fvwm
|
pkgname=fvwm
|
||||||
version=2.6.9
|
version=2.6.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libxslt pkg-config python"
|
hostmakedepends="libxslt pkg-config python3"
|
||||||
makedepends="fribidi-devel libXcursor-devel libXft-devel libXinerama-devel
|
makedepends="fribidi-devel libXcursor-devel libXft-devel libXinerama-devel
|
||||||
libXpm-devel libXt-devel librsvg-devel perl readline-devel"
|
libXpm-devel libXt-devel librsvg-devel perl readline-devel"
|
||||||
depends="perl python"
|
depends="perl python3"
|
||||||
short_desc="An extremely powerful ICCCM-compliant window manager"
|
short_desc="Extremely powerful ICCCM-compliant window manager"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later, MIT"
|
license="GPL-2.0-or-later, MIT"
|
||||||
homepage="http://fvwm.org/"
|
homepage="http://fvwm.org/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue