summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/cronie/PKGBUILD2
-rw-r--r--core/openssh/PKGBUILD8
-rw-r--r--extra/glib-networking/PKGBUILD2
-rw-r--r--extra/libproxy/PKGBUILD4
4 files changed, 8 insertions, 8 deletions
diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD
index 15d70051a..21b2e4427 100644
--- a/core/cronie/PKGBUILD
+++ b/core/cronie/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=7
pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
url='https://fedorahosted.org/cronie/'
license=('custom:BSD')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
depends=('pam' 'bash' 'run-parts')
source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz"
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD
index af2520525..0af9a3140 100644
--- a/core/openssh/PKGBUILD
+++ b/core/openssh/PKGBUILD
@@ -16,10 +16,6 @@ source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}
'sshd.confd'
'sshd.pam'
'sshd')
-sha1sums=('e610270e0c5484fb291cd81bbcbefbeb5e391a62'
- 'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
- '660092c57bde28bed82078f74011f95fc51c2293'
- '6b7f8ebf0c1cc37137a7d9a53447ac8a0ee6a2b5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -54,3 +50,7 @@ package() {
-e '/^#UsePAM no$/c UsePAM yes' \
"$pkgdir"/etc/ssh/sshd_config
}
+md5sums=('0541579adf9d55abb15ef927048d372e'
+ 'e2cea70ac13af7e63d40eb04415eacd5'
+ 'cef7ad89eafff241fb92d5c1074c0c0d'
+ '0f286945d846f2ddd02bc4a4e14b0b85')
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}" \
..