summaryrefslogtreecommitdiff
path: root/extra/dbus
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-26 10:36:11 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-26 10:36:11 -0300
commit33f415176525625b793cdfa66f3fc5828214a34e (patch)
tree4f60a7d083ef4d8d0324f840d13267e58d790a17 /extra/dbus
parent14a4ed053872549facd5a1f4817bee71bb21c8f7 (diff)
parent9a6b691757346035549dbd12d1323301d04a6675 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: multilib/lib32-libphobos-ldc/PKGBUILD multilib/wine_gecko/PKGBUILD testing/dbus-core/PKGBUILD testing/dbus-core/dbus testing/dbus-core/dbus.install testing/psmisc/PKGBUILD testing/systemd/PKGBUILD testing/systemd/systemd-tools.install testing/systemd/systemd.install testing/sysvinit/PKGBUILD
Diffstat (limited to 'extra/dbus')
-rw-r--r--extra/dbus/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/dbus/PKGBUILD b/extra/dbus/PKGBUILD
index 17f83e1f2..0a40a5687 100644
--- a/extra/dbus/PKGBUILD
+++ b/extra/dbus/PKGBUILD
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD 156107 2012-04-14 07:40:10Z andyrtr $
+# $Id: PKGBUILD 162316 2012-06-24 22:30:50Z dreisner $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Link Dupont <link@subpop.net>
#
pkgname=dbus
-pkgver=1.4.20
+pkgver=1.6.0
pkgrel=1
pkgdesc="Freedesktop.org message bus system"
url="http://www.freedesktop.org/Software/dbus"
arch=(i686 x86_64 'mips64el')
license=('GPL' 'custom')
depends=("dbus-core>=${pkgver}" 'libx11')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
30-dbus)
-md5sums=('79eca2f2c1894ac347acce128314428b'
+md5sums=('16dcae2dd0c76e398381601ac9acdec4'
+ '0ebde9920bde83fe26ce32351a7d8954'
'9fafe8b28460aeaa6054309ef4c5ed92')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ECHO="echo" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
--with-system-pid-file=/var/run/dbus.pid \
--disable-verbose-mode --disable-static \