diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/glib-networking/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/libproxy/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/glib-networking/PKGBUILD b/extra/glib-networking/PKGBUILD index 356a98037..f7c87770a 100644 --- a/extra/glib-networking/PKGBUILD +++ b/extra/glib-networking/PKGBUILD @@ -4,7 +4,7 @@ pkgname=glib-networking pkgver=2.28.6.1 pkgrel=2 pkgdesc="Network-related giomodules for glib" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gtk.org/" license=('GPL2') depends=('glib2' 'libproxy' 'gnutls' 'ca-certificates' 'gsettings-desktop-schemas') diff --git a/extra/libproxy/PKGBUILD b/extra/libproxy/PKGBUILD index fa9da718c..31118293d 100644 --- a/extra/libproxy/PKGBUILD +++ b/extra/libproxy/PKGBUILD @@ -9,11 +9,10 @@ arch=(i686 x86_64 'mips64el') license=('LGPL') depends=('gcc-libs') optdepends=('gconf: GNOME configuration module' - 'kdelibs: KDE configuration module' 'networkmanager: NetworkManager configuration module' 'perl: Perl bindings' 'python2: Python bindings') -makedepends=('gconf' 'cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl') +makedepends=('gconf' 'cmake' 'networkmanager' 'python2' 'perl') url="http://libproxy.googlecode.com" source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) options=('!libtool') @@ -29,6 +28,7 @@ build() { -DPERL_VENDORINSTALL=yes \ -DCMAKE_BUILD_TYPE=None \ -WITH_WEBKIT=OFF \ + -WITH_MOZJS=OFF \ -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \ -DCMAKE_C_FLAGS="${CFLAGS}" \ .. |