aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:19:48 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:19:48 +0000
commitfd6a11a65b2aabee1b9ee7f36341c1719ae3f6e7 (patch)
treeb28909bf1fc655b6ae3db26f1b3609f907bce7d9
parent8cb2e0409a182ff61ee0d509ccb4d15a3db8a132 (diff)
community: disable more ibus descendents on mips
-rw-r--r--community/gnome-control-center/APKBUILD2
-rw-r--r--community/gnome-initial-setup/APKBUILD2
-rw-r--r--community/gtksourceview/APKBUILD2
-rw-r--r--community/plasma-desktop/APKBUILD4
4 files changed, 5 insertions, 5 deletions
diff --git a/community/gnome-control-center/APKBUILD b/community/gnome-control-center/APKBUILD
index 8a3ad5c7af3..430b549eca9 100644
--- a/community/gnome-control-center/APKBUILD
+++ b/community/gnome-control-center/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="GNOME control center"
url="https://gitlab.gnome.org/GNOME/gnome-control-center"
# limited by gnome-online-accounts
-arch="all !s390x"
+arch="all !s390x !mips !mips64"
license="GPL-2.0-or-later"
depends="cups-pk-helper openrc-settingsd dbus:org.freedesktop.Secrets"
makedepends="
diff --git a/community/gnome-initial-setup/APKBUILD b/community/gnome-initial-setup/APKBUILD
index 780addd2bb9..5140023a94e 100644
--- a/community/gnome-initial-setup/APKBUILD
+++ b/community/gnome-initial-setup/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.36.1
pkgrel=0
pkgdesc="A simple, easy,and safe way to prepare a new system"
url="https://wiki.gnome.org/Design/OS/InitialSetup"
-arch="all !armhf !s390x !ppc64le" # limited by gnome-shell&mutter
+arch="all !armhf !s390x !ppc64le !mips !mips64" # limited by gnome-shell&mutter
license="GPL-2.0-or-later"
depends="gsettings-desktop-schemas iso-codes dbus:org.freedesktop.Secrets"
makedepends="meson cheese-dev ibus-dev networkmanager-dev polkit-dev
diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD
index 66b183f604f..a3694092271 100644
--- a/community/gtksourceview/APKBUILD
+++ b/community/gtksourceview/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.24.11
pkgrel=0
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="https://wiki.gnome.org/action/show/Projects/GtkSourceView"
-arch="all !s390x" # Limited by ibus
+arch="all !s390x !mips !mips64" # Limited by ibus
license="LGPL-2.1-or-later"
replaces="gtksourceview"
depends_dev="gtk+3.0-dev libxml2-dev"
diff --git a/community/plasma-desktop/APKBUILD b/community/plasma-desktop/APKBUILD
index 738a4b8f473..2b71fa7990b 100644
--- a/community/plasma-desktop/APKBUILD
+++ b/community/plasma-desktop/APKBUILD
@@ -5,9 +5,9 @@ pkgver=5.18.4
_pkgver=5.18.4.1
pkgrel=0
pkgdesc="KDE Plasma Desktop"
-# s390x blocked by ibus
+# s390x, mips, mips64 blocked by ibus
# armhf blocked by qt5-qtdeclarative
-arch="all !s390x !armhf"
+arch="all !s390x !armhf !mips !mips64"
url='https://www.kde.org/workspaces/plasmadesktop/'
license="GPL-2.0-only AND LGPL-2.1-only"
depends="kirigami2 plasma-workspace setxkbmap qqc2-desktop-style ibus-emoji"