diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 13:27:35 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:34 +0000 |
commit | ff1744f4684f165868b53f35bf4db3ee2a8f7da5 (patch) | |
tree | 174b5ad85ed0168952a8a43f2364e4a213391097 /community/mate-system-monitor/APKBUILD | |
parent | ba2eb211919d5175429969ff7c97d7de9664b4b2 (diff) | |
download | aports-ff1744f4684f165868b53f35bf4db3ee2a8f7da5.tar.bz2 aports-ff1744f4684f165868b53f35bf4db3ee2a8f7da5.tar.xz |
community/mate-system-monitor: disable on s390x due to librsvg
Closes !509
Diffstat (limited to 'community/mate-system-monitor/APKBUILD')
-rw-r--r-- | community/mate-system-monitor/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD index d618e69dbe..8c8dbd30ce 100644 --- a/community/mate-system-monitor/APKBUILD +++ b/community/mate-system-monitor/APKBUILD @@ -5,11 +5,12 @@ pkgver=1.22.2 pkgrel=0 pkgdesc="A system monitor for MATE" url="https://github.com/mate-desktop/mate-system-monitor" -arch="all" +arch="all !s390x" license="GPL-2.0" depends="mate-icon-theme" makedepends="gtk+3.0-dev libwnck3-dev gtkmm3-dev libgtop-dev - librsvg-dev glibmm-dev itstool linux-headers libxml2-utils" + librsvg-dev glibmm-dev itstool linux-headers libxml2-dev + libxml2-utils intltool" subpackages="$pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-system-monitor-$pkgver.tar.xz" |