From c09bfc90e874607edab8e77d50d9aa15ea145b53 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 17 Feb 2014 15:23:24 -0300 Subject: fixes and ports --- extra/qt5/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/qt5/PKGBUILD') diff --git a/extra/qt5/PKGBUILD b/extra/qt5/PKGBUILD index 0adac69d7..0dece960f 100644 --- a/extra/qt5/PKGBUILD +++ b/extra/qt5/PKGBUILD @@ -3,7 +3,6 @@ pkgbase=qt5 pkgname=('qt5-base' - 'qt5-connectivity' 'qt5-declarative' 'qt5-doc' 'qt5-graphicaleffects' @@ -18,9 +17,10 @@ pkgname=('qt5-base' 'qt5-svg' 'qt5-tools' 'qt5-translations' - 'qt5-webkit' 'qt5-x11extras' 'qt5-xmlpatterns') +[[ "$CARCH" != "mips64el" ]] && +pkgname+=('qt5-webkit' 'qt5-connectivity') pkgver=5.2.0 pkgrel=2 arch=('i686' 'x86_64' 'mips64el') -- cgit v1.2.3-54-g00ecf