aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2022-08-16 16:56:55 +0200
committerBart Ribbers <bribbers@disroot.org>2022-08-16 20:37:47 +0200
commit23c61f79dceeb1cf4eded093baca14b5d8edf995 (patch)
tree319333ff96035d33cde87c029f39c2e064f1f2b0
parent0708dc72bf66df3cc5640e80c7dfd58431022cab (diff)
community/accerciser: enable on s390x and riscv64
-rw-r--r--community/accerciser/APKBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/community/accerciser/APKBUILD b/community/accerciser/APKBUILD
index 7d9a9dd913e..ae323208113 100644
--- a/community/accerciser/APKBUILD
+++ b/community/accerciser/APKBUILD
@@ -5,10 +5,17 @@ pkgver=3.40.0
pkgrel=0
pkgdesc="Interactive Python accessibility explorer"
url="https://wiki.gnome.org/Apps/Accerciser"
-# s390x and riscv64 blocked by librsvg
-arch="noarch !s390x !riscv64"
+arch="noarch"
license="BSD-3-Clause"
-depends="libwnck3 py3-gobject3 py3-atspi gtk+3.0 librsvg py3-xlib ipython"
+depends="
+ gtk+3.0
+ ipython
+ librsvg
+ libwnck3
+ py3-atspi
+ py3-gobject3
+ py3-xlib
+ "
makedepends="
appstream-glib-dev
at-spi2-core-dev
@@ -19,7 +26,7 @@ makedepends="
itstool
py3-gobject3-dev
yelp-tools
-"
+ "
options="!check" # no tests
subpackages="$pkgname-lang $pkgname-doc"
source="https://gitlab.gnome.org/GNOME/accerciser/-/archive/$pkgver/accerciser-$pkgver.tar.gz"