From d6d382188899dafd13bb853b93afa87046c4bdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 20 Feb 2021 01:37:25 -0300 Subject: [PATCH] fvwm: use python3. --- srcpkgs/fvwm/INSTALL.msg | 3 +++ srcpkgs/fvwm/template | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/fvwm/INSTALL.msg diff --git a/srcpkgs/fvwm/INSTALL.msg b/srcpkgs/fvwm/INSTALL.msg new file mode 100644 index 00000000000..1efd94107c7 --- /dev/null +++ b/srcpkgs/fvwm/INSTALL.msg @@ -0,0 +1,3 @@ +The FVWM package has moved from Python 2 to Python 3, +so be sure to check your scripts for compatibility +with Python 3. diff --git a/srcpkgs/fvwm/template b/srcpkgs/fvwm/template index f5c988338a9..6ca6338a49a 100644 --- a/srcpkgs/fvwm/template +++ b/srcpkgs/fvwm/template @@ -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 " license="GPL-2.0-or-later, MIT" homepage="http://fvwm.org/"