aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/mate-system-monitor/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD
index d618e69dbe8..8c8dbd30ce8 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"