aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/gnome-themes-extra/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/gnome-themes-extra/APKBUILD b/community/gnome-themes-extra/APKBUILD
index 69f692cf519..e23f009ba91 100644
--- a/community/gnome-themes-extra/APKBUILD
+++ b/community/gnome-themes-extra/APKBUILD
@@ -5,7 +5,8 @@ pkgver=3.28
pkgrel=3
pkgdesc="Misc themes and theme-y tidbits"
url="https://gitlab.gnome.org/GNOME/gnome-themes-extra"
-arch="noarch !s390x !mips !mips64" # librsvg
+# s390x, mips64 and riscv64 blocked by librsvg
+arch="noarch !s390x !mips64 !riscv64"
license="LGPL-2.1-only"
depends="ttf-cantarell librsvg"
makedepends="intltool gtk+3.0-dev librsvg-dev gnome-common automake autoconf
@@ -16,12 +17,8 @@ source="https://gitlab.gnome.org/GNOME/gnome-themes-extra/-/archive/$pkgver/gnom
replaces="gnome-themes-standard" # upstream rename
provides="gnome-themes-standard=$pkgver-r$pkgrel"
-prepare() {
- default_prepare
- NOCONFIGURE=1 ./autogen.sh
-}
-
build() {
+ NOCONFIGURE=1 ./autogen.sh
./configure \
--build=$CBUILD \
--host=$CHOST \