aboutsummaryrefslogtreecommitdiffstats
path: root/community/aisleriot/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/aisleriot/APKBUILD')
-rw-r--r--community/aisleriot/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/aisleriot/APKBUILD b/community/aisleriot/APKBUILD
index 0c20dbf6874..c3a8360a395 100644
--- a/community/aisleriot/APKBUILD
+++ b/community/aisleriot/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer:
pkgname=aisleriot
-pkgver=3.22.22
+pkgver=3.22.31
pkgrel=0
pkgdesc="Solitaire and other card games for GNOME"
url="https://wiki.gnome.org/Apps/Aisleriot"
-arch="all !s390x !riscv64" # limited by librsvg -> rust
+arch="all"
license="GPL-3.0-or-later"
options="!strip" # guille libraries cannot be stripped
depends="guile"
@@ -18,9 +18,7 @@ makedepends="
itstool
libcanberra-dev
librsvg-dev
- libxml2
libxml2-dev
- libxml2-utils
meson
"
subpackages="$pkgname-doc $pkgname-lang"
@@ -29,13 +27,12 @@ source="https://gitlab.gnome.org/GNOME/aisleriot/-/archive/$pkgver/aisleriot-$pk
build() {
abuild-meson \
-Dtheme_kde=false \
- -Dsound=false \
. output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {
- meson test --no-rebuild -v -C output
+ meson test --no-rebuild --print-errorlogs -C output
}
package() {
@@ -43,5 +40,5 @@ package() {
}
sha512sums="
-28b188b0ae6b3da3f731c68e866a10a1e68a408bd76b6f34276c45c4157693784c6ea45cb6eec4a8ab98683381cb583abd7732f0559600247a2fa421f0bc6881 aisleriot-3.22.22.tar.gz
+758334764743c87a601cce23165f14ac10a7b03600938f89b6a713525304045ace55b47434ed978b910616c5f4ca19fd5ebbf52bc518e3d2c37e7bf55308ff83 aisleriot-3.22.31.tar.gz
"