aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nheko
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-04-24 20:07:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-24 20:07:25 +0000
commit33c29bdfdab9f43cf39e9f2436060626afee271d (patch)
tree700a8c663ed50eef17b21bd4738143d60e37f38c /testing/nheko
parentbbdc4feb8636d67a95930d5d37893a12b5719194 (diff)
downloadaports-33c29bdfdab9f43cf39e9f2436060626afee271d.tar.bz2
aports-33c29bdfdab9f43cf39e9f2436060626afee271d.tar.xz
testing/nheko: disable on x86 due to build failure
Diffstat (limited to 'testing/nheko')
-rw-r--r--testing/nheko/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nheko/APKBUILD b/testing/nheko/APKBUILD
index 3a8379d716..776295f7d7 100644
--- a/testing/nheko/APKBUILD
+++ b/testing/nheko/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.3.1
pkgrel=0
pkgdesc="Qt5-based client for Matrix protocol"
url="https://github.com/mujx/nheko"
-arch="all"
+arch="all !x86"
license="GPL-3.0+"
depends=""
depends_dev=""
@@ -47,7 +47,7 @@ package() {
install -D -m755 nheko "$pkgdir"/usr/bin/nheko
install -D -m644 ../resources/nheko-256.png "$pkgdir"/usr/share/pixmaps/nheko-256.png
install -D -m644 ../resources/nheko.desktop "$pkgdir"/usr/share/applications/nheko.desktop
-
+
local size dir
for size in 16 32 48 64 128 256 512; do
dir="$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps