From e640bbb332c7f772c3b063c7bb23460f68ec9c46 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 25 Sep 2023 08:02:51 -0400 Subject: [PATCH] grass: rebuild against new wxPython --- srcpkgs/grass/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/grass/template b/srcpkgs/grass/template index 8ba03bb7bea..ded8e40daaf 100644 --- a/srcpkgs/grass/template +++ b/srcpkgs/grass/template @@ -1,7 +1,7 @@ # Template file for 'grass' pkgname=grass version=8.2.1 -revision=2 +revision=3 _binver=${version//./} _binver=${_binver:0:2} build_style=gnu-configure @@ -11,7 +11,7 @@ hostmakedepends="flex libgdal-tools pkg-config python3-numpy python3-six tar" makedepends="proj-devel tiff-devel libgdal-devel sqlite-devel fftw-devel cairo-devel glu-devel" depends="python3-numpy python3-dateutil python3-Pillow python3-matplotlib - python3-six python3-ply wxPython4" + python3-six python3-ply wxPython" short_desc="Geographic Resources Analysis Support System - GIS" maintainer="Alex Jarosch " license="GPL-2.0-or-later" @@ -22,7 +22,7 @@ python_version=3 nocross="tries to execute target binaries" post_install() { - # This package is broken with wxPython4 (<=4.0.7), - # hence the GUI is compulsorily disabled. + # This package is broken with wxPython (<=4.0.7) and the GUI + # is disabled pending further testing with newer wxPython vsed -i "${DESTDIR}/usr/bin/grass" -e "s/\(default_gui =\).*/\1 \"text\"/" }