aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-terminal
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-22 20:15:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-22 20:15:46 -0300
commit049599e43d5f10b219ae4055ac12023cee4369d7 (patch)
treed6f5c244ec41828d8fa7c49a6b176c38876db30e /community/gnome-terminal
parentd0579edf290013509dd59e2043604e7fd38693e6 (diff)
downloadaports-049599e43d5f10b219ae4055ac12023cee4369d7.tar.bz2
aports-049599e43d5f10b219ae4055ac12023cee4369d7.tar.xz
community/gnome-terminal: disable on ppc64le
Diffstat (limited to 'community/gnome-terminal')
-rw-r--r--community/gnome-terminal/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-terminal/APKBUILD b/community/gnome-terminal/APKBUILD
index 456a3d33e2..c971b5655f 100644
--- a/community/gnome-terminal/APKBUILD
+++ b/community/gnome-terminal/APKBUILD
@@ -5,13 +5,13 @@ pkgver=3.32.2
pkgrel=0
pkgdesc="GNOME terminal emulator application"
url="https://wiki.gnome.org/Apps/Terminal"
-arch="all !aarch64 !armhf !armv7 !s390x" # limited by gnome-shell
+arch="all !aarch64 !armhf !armv7 !s390x !ppc64le" # limited by gnome-shell
license="GPL-2.0-or-later AND GFDL-1.3-only"
depends="desktop-file-utils gsettings-desktop-schemas"
makedepends="dconf-dev gnome-shell gsettings-desktop-schemas-dev nautilus-dev vte3-dev
glib-dev intltool itstool"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://download.gnome.org/sources/gnome-terminal/${pkgver%.*}/gnome-terminal-${pkgver}.tar.xz
+source="https://download.gnome.org/sources/gnome-terminal/${pkgver%.*}/gnome-terminal-$pkgver.tar.xz
fix-W_EXITCODE.patch"
build() {