diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-02-10 21:33:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-13 15:31:55 +0000 |
commit | 360208b74cdd9858dfc68036dc31959e9eb8f083 (patch) | |
tree | dcf0aa83873e1488504702f938fd8c38a14625d8 /community | |
parent | f8ed4713b58f6a62990405ad7a83c878ab9aff31 (diff) | |
download | aports-360208b74cdd9858dfc68036dc31959e9eb8f083.tar.bz2 aports-360208b74cdd9858dfc68036dc31959e9eb8f083.tar.xz |
community/[various]: enable build on s390x
enable build webkit2gtk, shotwell, midori
fix local variable _archopt
Diffstat (limited to 'community')
-rw-r--r-- | community/midori/APKBUILD | 2 | ||||
-rw-r--r-- | community/shotwell/APKBUILD | 2 | ||||
-rw-r--r-- | community/webkit2gtk/APKBUILD | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/community/midori/APKBUILD b/community/midori/APKBUILD index 40b001398c..be852ab814 100644 --- a/community/midori/APKBUILD +++ b/community/midori/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.5.11 pkgrel=1 pkgdesc="A lightweight web browser based on Gtk WebKit" url="http://www.midori-browser.org" -arch="x86 x86_64 ppc64le armhf" +arch="all !aarch64" license="LGPL-2.0-or-later" depends= makedepends="cmake librsvg-dev paxmark python2 vala gtk+3.0-dev gcr-dev libunique-dev webkit2gtk-dev" diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 4242b4c887..918f32bb1d 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.27.3 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" -arch="x86 x86_64 ppc64le" +arch="all !armhf !aarch64" license="LGPL-2.1" install="shotwell.post-upgrade shotwell.post-install shotwell.pre-deinstall" subpackages="$pkgname-lang $pkgname-doc" diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD index 23dc2709d2..d0e58c2156 100644 --- a/community/webkit2gtk/APKBUILD +++ b/community/webkit2gtk/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.18.4 pkgrel=0 pkgdesc="portable web rendering engine WebKit for GTK+" url="https://webkitgtk.org/" -arch="x86 x86_64 ppc64le aarch64 armhf" +arch="all" license="LGPL-2.0-or-later BSD" makedepends="$depends_dev bison @@ -75,7 +75,7 @@ prepare() { } build() { - local _jitopt= + local _archopt= case "$CARCH" in armhf) _archopt="-DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF -DUSE_SYSMEM_MALLOC=ON";; aarch64) _archopt="-DUSE_LD_GOLD=OFF";; |