diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-13 22:14:36 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-13 22:14:36 -0300 |
commit | 2dc005d2c6328c081d60045bc34a25145d698e12 (patch) | |
tree | f66b6074f89b124c3a1e9d3056d91da519ad729b | |
parent | b337b14a9cce5d126d55695c97698484ac52a8ea (diff) |
Updates
-rw-r--r-- | core/pam/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/avahi/PKGBUILD | 5 | ||||
-rw-r--r-- | extra/kdelibs/PKGBUILD | 3 | ||||
-rw-r--r-- | extra/soprano/PKGBUILD | 1 | ||||
-rw-r--r-- | extra/xorg-xkbcomp/PKGBUILD | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/core/pam/PKGBUILD b/core/pam/PKGBUILD index 769db7bb1..49b0d68d0 100644 --- a/core/pam/PKGBUILD +++ b/core/pam/PKGBUILD @@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://www.kernel.org/pub/linux/libs/pam/" depends=('glibc' 'db' 'cracklib') -makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl') +makedepends=('flex' 'docbook-xml>=4.4' 'docbook-xsl') backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/pam.d/other etc/default/passwd etc/environment) source=(http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2 ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2 diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD index 1a050d944..61a88ee54 100644 --- a/extra/avahi/PKGBUILD +++ b/extra/avahi/PKGBUILD @@ -27,11 +27,12 @@ makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python' [ "$CARCH" = "mips64el" ] && { optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc' 'gtk2: gtk2 bindings' + 'qt: qt bindings' 'pygtk: avahi-bookmarks, avahi-discover' 'twisted: avahi-bookmarks' 'dbus-python: avahi-discover' 'nss-mdns: NSS support for mDNS') -makedepends=('pygtk' 'intltool' 'dbus-python' +makedepends=('qt' 'pygtk' 'intltool' 'dbus-python' 'gobject-introspection' 'gtk3') } backup=(etc/avahi/avahi-daemon.conf etc/avahi/services/{sftp-,}ssh.service) @@ -54,7 +55,7 @@ build() { patch -p1 -i "../rc.d.patch" [ "$CARCH" = "mips64el" ] && \ - extra="--disable-qt3 --disable-qt4 --disable-mono" + extra="--disable-qt3 --disable-mono" # pygtk requires python2; make it explicit in case other python are installed: FS#21865 PYTHON=python2 \ diff --git a/extra/kdelibs/PKGBUILD b/extra/kdelibs/PKGBUILD index 6e42bd435..30796daa8 100644 --- a/extra/kdelibs/PKGBUILD +++ b/extra/kdelibs/PKGBUILD @@ -61,3 +61,6 @@ package() { rm -f $pkgdir/usr/share/apps/kssl/ca-bundle.crt ln -sf /etc/ssl/certs/ca-certificates.crt $pkgdir/usr/share/apps/kssl/ca-bundle.crt } +sha1sums=('9bb948769a3a5d4d5b6c65e84a8cf570bd7bc120' + '86ee8c8660f19de8141ac99cd6943964d97a1ed7' + 'd994f262356af5b9e4e9619646e471bd98c91efb') diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD index 5052681ff..955e7c858 100644 --- a/extra/soprano/PKGBUILD +++ b/extra/soprano/PKGBUILD @@ -36,3 +36,4 @@ package() { cd "${srcdir}"/build make DESTDIR="${pkgdir}" install } +md5sums=('b36ca2f62a3f4e0416077613bfb998d2') diff --git a/extra/xorg-xkbcomp/PKGBUILD b/extra/xorg-xkbcomp/PKGBUILD index dc2ec9c89..058840aac 100644 --- a/extra/xorg-xkbcomp/PKGBUILD +++ b/extra/xorg-xkbcomp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xorg-xkbcomp pkgver=1.2.3 pkgrel=1 pkgdesc="X Keyboard description compiler" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://xorg.freedesktop.org/" license=('custom') depends=('libxkbfile') |