main/postmarketos-artwork: use cross-native2

The approach used by cross-native2 is more proper and less hacky than
cross-native, so let's use it here as we can without issues.

We can't rely on pmbootstrap defaulting to cross-native2 for noarch
packages since that was introduced with version 3.10.0 and we're still
at pmbootstrap_min_version=3.9.0, doesn't seem worth bumping it over
this.

[ci:skip-vercheck]: Changes don't affect resulting package.

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8558>
This commit is contained in:
Stefan Hansson 2026-05-14 16:04:33 +02:00 committed by The Friendly Meow (merge) Bot
parent 89f19c239b
commit 27f0a8cf82
No known key found for this signature in database

View file

@ -21,11 +21,11 @@ subpackages="
$pkgname-icons
$pkgname-sounds
"
makedepends="
makedepends_build="
imagemagick
imagemagick-jpeg
"
options="!check pmb:cross-native"
options="!check pmb:cross-native2"
builddir="$srcdir"/artwork-$_hash
package() {