aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-19 19:03:04 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-19 19:03:35 -0300
commit3257c81c0dece825acb69accdeeba651ad8b6a11 (patch)
tree6bcf98fc8bb1a3b981f0f37360d6c8e2c18bfc55
parent8223c653a25722cda45c2b19e4a025ca749eb5fb (diff)
community/*: disable on s390x due to libcsys needing polkit
-rw-r--r--community/coreaction/APKBUILD2
-rw-r--r--community/corefm/APKBUILD2
-rw-r--r--community/coregarage/APKBUILD2
-rw-r--r--community/corestats/APKBUILD2
-rw-r--r--community/corestuff/APKBUILD2
5 files changed, 5 insertions, 5 deletions
diff --git a/community/coreaction/APKBUILD b/community/coreaction/APKBUILD
index 9ce16791fb9..b927b2f90f4 100644
--- a/community/coreaction/APKBUILD
+++ b/community/coreaction/APKBUILD
@@ -4,7 +4,7 @@ pkgname=coreaction
pkgver=4.0.0
pkgrel=0
pkgdesc="A side bar for showing widgets from the CoreApps family."
-arch="all"
+arch="all !s390x" # polkit
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"
diff --git a/community/corefm/APKBUILD b/community/corefm/APKBUILD
index 1092ccc81e9..952fd9771e6 100644
--- a/community/corefm/APKBUILD
+++ b/community/corefm/APKBUILD
@@ -4,7 +4,7 @@ pkgname=corefm
pkgver=4.0.0
pkgrel=0
pkgdesc="A lightweight file-manager from the CoreApps family."
-arch="all !armhf" # missing qtdeclarative
+arch="all !armhf !s390x" # missing qtdeclarative, polkit
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"
diff --git a/community/coregarage/APKBUILD b/community/coregarage/APKBUILD
index 660892601cf..db3e353ae0a 100644
--- a/community/coregarage/APKBUILD
+++ b/community/coregarage/APKBUILD
@@ -4,7 +4,7 @@ pkgname=coregarage
pkgver=4.0.0
pkgrel=0
pkgdesc="A settings manager for the CoreApps family."
-arch="all"
+arch="all !s390x" # polkit
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"
diff --git a/community/corestats/APKBUILD b/community/corestats/APKBUILD
index d834fb64e86..ab039e824a1 100644
--- a/community/corestats/APKBUILD
+++ b/community/corestats/APKBUILD
@@ -4,7 +4,7 @@ pkgname=corestats
pkgver=4.0.0
pkgrel=0
pkgdesc="A system resource viewer from the CoreApps family."
-arch="all"
+arch="all !s390x" # polkit
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"
diff --git a/community/corestuff/APKBUILD b/community/corestuff/APKBUILD
index 048afc9979b..1557337ec28 100644
--- a/community/corestuff/APKBUILD
+++ b/community/corestuff/APKBUILD
@@ -4,7 +4,7 @@ pkgname=corestuff
pkgver=4.0.0
pkgrel=0
pkgdesc="An activity viewer from the CoreApps family."
-arch="all !armhf" # kglobalaccel-dev
+arch="all !armhf !s390x" # kglobalaccel-dev, polkit
url="https://gitlab.com/cubocore"
license="GPL-3.0-or-later"
depends="qt5-qtsvg"