qgis: update to 4.0.2; New package: libblend2d-devel-0.21.2#60786
qgis: update to 4.0.2; New package: libblend2d-devel-0.21.2#60786nezos wants to merge 3 commits into
Conversation
|
Dropped support for 32bit. There is no package for qt6-webengine in 32bit plus since 2020 it was announced that moving to qt6, 32bit will no longer be supported: |
| distfiles="https://github.com/qgis/QGIS/archive/final-${version//./_}.tar.gz" | ||
| checksum=1396c84dd6c9c89c026de8b564319e0f6206c8bbc1b160bfdc0fdf49adb61748 | ||
| checksum=1800a4ad63224821d4b391b87cc53cc8a53c8626193fde8235934c81223e617e | ||
| lib32disabled=yes |
There was a problem hiding this comment.
This is not how you exclude 32-bit architectures. Use the archs variable to restrict the build to 64-bit targets.
| @@ -0,0 +1,13 @@ | |||
| # Template file for 'libblend2d-devel' | |||
| pkgname=libblend2d-devel | |||
There was a problem hiding this comment.
This should be called libblend2d and have a -devel subpackage. Look at other library packages for examples. You'll also need an entry in common/shlibs.
| revision=1 | ||
| build_style=cmake | ||
| configure_args="-DBLEND2D_TEST=OFF -DBLEND2D_DEMOS=OFF -DBLEND2D_STATIC=ON | ||
| -DCMAKE_POSITION_INDEPENDENT_CODE=ON" |
There was a problem hiding this comment.
Continued quotes lines should be indented with a single space.
| configure_args="-DBLEND2D_TEST=OFF -DBLEND2D_DEMOS=OFF -DBLEND2D_STATIC=ON | ||
| -DCMAKE_POSITION_INDEPENDENT_CODE=ON" | ||
| short_desc="High performance 2D vector graphics engine" | ||
| maintainer="Orphaned <you@example.com>" |
There was a problem hiding this comment.
This should not start life orphaned (and an orphaned package uses the specific orphan@voidlinux.org email address anyway). Add your own name and email address when you add a new package.
Testing the changes
New package (libblend2d-devel)
Local build testing
Note: Fixes also incompatibility problems installing plugins due to qt6 build of the latest 3.x version.
Note2: blend2d was introduced as it is required for building qgis
@ar-jan if you want to review it also, thanks.