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'
|
||||
pkgname=fvwm
|
||||
version=2.6.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libxslt pkg-config python"
|
||||
hostmakedepends="libxslt pkg-config python3"
|
||||
makedepends="fribidi-devel libXcursor-devel libXft-devel libXinerama-devel
|
||||
libXpm-devel libXt-devel librsvg-devel perl readline-devel"
|
||||
depends="perl python"
|
||||
short_desc="An extremely powerful ICCCM-compliant window manager"
|
||||
depends="perl python3"
|
||||
short_desc="Extremely powerful ICCCM-compliant window manager"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later, MIT"
|
||||
homepage="http://fvwm.org/"
|
||||
|
|
Loading…
Add table
Reference in a new issue