There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages yer-ass-is-grass https://github.com/void-linux/void-packages/pull/46285 grass: update to 8.3.0, orphan - move back to /usr/lib - enable shared libraries for qgis - wxwidgets gui is now default again #### Testing the changes - I tested the changes in this PR: **YES** @ar-jan with this update and this patch it should work with qgis: ```diff diff --git a/srcpkgs/qgis/template b/srcpkgs/qgis/template index 53e05daba2..208b09722f 100644 --- a/srcpkgs/qgis/template +++ b/srcpkgs/qgis/template @@ -4,7 +4,8 @@ version=3.28.9 revision=1 archs="x86_64* i686" build_style=cmake -configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True" +configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True + -DGRASS_PREFIX8=${XBPS_CROSS_BASE}/usr/lib/grass83" hostmakedepends="bison flex pkg-config protobuf python3 python3-sip-PyQt5 sip" makedepends="exiv2-devel expat-devel geos-devel gsl-devel hdf5-devel libgdal-devel libspatialindex-devel libspatialite-devel libxml2-devel @@ -16,7 +17,7 @@ makedepends="exiv2-devel expat-devel geos-devel gsl-devel hdf5-devel qca-qt5-ossl qscintilla-qt5-devel qt5-3d-devel qt5-declarative-devel qt5-devel qt5-gamepad-devel qt5-location-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds qt5-serialport-devel - qt5-webkit-devel qtkeychain-qt5-devel qwt-devel sqlite-devel" + qt5-webkit-devel qtkeychain-qt5-devel qwt-devel sqlite-devel grass-devel" depends="libgdal-python3 libspatialite-devel python3-dateutil python3-dateutil python3-Jinja2 python3-numpy python3-numpy python3-owslib python3-Pillow python3-psycopg2 python3-Pygments python3-PyQt5 python3-PyQt5-location ``` A patch file from https://github.com/void-linux/void-packages/pull/46285.patch is attached