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:
parent
89f19c239b
commit
27f0a8cf82
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue