diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 12:58:57 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:33 +0000 |
commit | a8093390cdb7d2f41c36f8a1da99a124519437e5 (patch) | |
tree | 64e272598c61839d0aebf9d9e56111a4963279ea | |
parent | e52df240965a3488d03a6a9a39f54444480c146e (diff) | |
download | aports-a8093390cdb7d2f41c36f8a1da99a124519437e5.tar.bz2 aports-a8093390cdb7d2f41c36f8a1da99a124519437e5.tar.xz |
community/gnome-themes-extra: disable on s390x due to librsvg
Closes !509
-rw-r--r-- | community/gnome-themes-extra/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-themes-extra/APKBUILD b/community/gnome-themes-extra/APKBUILD index 13fe4a5a93..a1baf91f19 100644 --- a/community/gnome-themes-extra/APKBUILD +++ b/community/gnome-themes-extra/APKBUILD @@ -5,13 +5,13 @@ pkgver=3.28 pkgrel=1 pkgdesc="Misc themes and theme-y tidbits" url="https://gitlab.gnome.org/GNOME/gnome-themes-extra" -arch="all" +arch="all !s390x" # librsvg license="LGPL-2.1-only" depends="ttf-cantarell librsvg adwaita-gtk2-theme" makedepends="intltool gtk+3.0-dev gtk+2.0-dev librsvg-dev" options="!check" # no tests subpackages="$pkgname-lang adwaita-gtk2-theme:_gtk2" -source="https://download.gnome.org/sources/gnome-themes-extra/${pkgver}/gnome-themes-extra-${pkgver}.tar.xz" +source="https://download.gnome.org/sources/gnome-themes-extra/$pkgver/gnome-themes-extra-$pkgver.tar.xz" replaces="gnome-themes-standard" # upstream rename provides="gnome-themes-standard=$pkgver-r$pkgrel" |