diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-06 12:13:57 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-06 12:13:57 +0100 |
commit | beb48f1b73f27f3fd369f827f62b4b445187fc7f (patch) | |
tree | 3348f457fa18f0907442fb278e0ec32987cf7519 | |
parent | d8e39ae0c94d3321ab322dffcc0be1ccd8037d30 (diff) | |
download | aports-beb48f1b73f27f3fd369f827f62b4b445187fc7f.tar.bz2 aports-beb48f1b73f27f3fd369f827f62b4b445187fc7f.tar.xz |
community/gitg: disable on s390x
Missing gtksourceview
-rw-r--r-- | community/gitg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD index 2446d77448..d2513aee0a 100644 --- a/community/gitg/APKBUILD +++ b/community/gitg/APKBUILD @@ -5,14 +5,14 @@ pkgver=3.32.1 pkgrel=1 pkgdesc="gitg is the GNOME GUI client to view git repositories" url="https://wiki.gnome.org/Apps/Gitg" -arch="all" +arch="all !s390x" # missing gtksourceview license="GPL-2.0-or-later" depends="gsettings-desktop-schemas" makedepends="meson libsoup-dev libgee-dev glib-dev gobject-introspection-dev vala gsettings-desktop-schemas-dev libpeas-dev libgit2-glib-dev gtk+3.0-dev libsecret-dev libxml2-dev libdazzle-dev gtkspell3-dev gtksourceview-dev" subpackages="$pkgname-doc $pkgname-lang" -source="https://download.gnome.org/sources/gitg/${pkgver%.*}/gitg-${pkgver}.tar.xz" +source="https://download.gnome.org/sources/gitg/${pkgver%.*}/gitg-$pkgver.tar.xz" build() { meson \ |