grass: rebuild against new wxPython
This commit is contained in:
parent
63eca1afe8
commit
e640bbb332
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'grass'
|
# Template file for 'grass'
|
||||||
pkgname=grass
|
pkgname=grass
|
||||||
version=8.2.1
|
version=8.2.1
|
||||||
revision=2
|
revision=3
|
||||||
_binver=${version//./}
|
_binver=${version//./}
|
||||||
_binver=${_binver:0:2}
|
_binver=${_binver:0:2}
|
||||||
build_style=gnu-configure
|
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
|
makedepends="proj-devel tiff-devel libgdal-devel sqlite-devel
|
||||||
fftw-devel cairo-devel glu-devel"
|
fftw-devel cairo-devel glu-devel"
|
||||||
depends="python3-numpy python3-dateutil python3-Pillow python3-matplotlib
|
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"
|
short_desc="Geographic Resources Analysis Support System - GIS"
|
||||||
maintainer="Alex Jarosch <research@alexj.at>"
|
maintainer="Alex Jarosch <research@alexj.at>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -22,7 +22,7 @@ python_version=3
|
||||||
nocross="tries to execute target binaries"
|
nocross="tries to execute target binaries"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# This package is broken with wxPython4 (<=4.0.7),
|
# This package is broken with wxPython (<=4.0.7) and the GUI
|
||||||
# hence the GUI is compulsorily disabled.
|
# is disabled pending further testing with newer wxPython
|
||||||
vsed -i "${DESTDIR}/usr/bin/grass" -e "s/\(default_gui =\).*/\1 \"text\"/"
|
vsed -i "${DESTDIR}/usr/bin/grass" -e "s/\(default_gui =\).*/\1 \"text\"/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue