[arch-commits] Commit in dbus/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat May 18 20:05:44 UTC 2019
Date: Saturday, May 18, 2019 @ 20:05:43
Author: heftig
Revision: 353609
1.12.14-1
Modified:
dbus/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-18 19:29:44 UTC (rev 353608)
+++ PKGBUILD 2019-05-18 20:05:43 UTC (rev 353609)
@@ -5,7 +5,7 @@
pkgbase=dbus
pkgname=(dbus dbus-docs)
-pkgver=1.12.12
+pkgver=1.12.14
pkgrel=1
pkgdesc="Freedesktop.org message bus system"
url="https://wiki.freedesktop.org/www/Software/dbus/"
@@ -13,7 +13,7 @@
license=(GPL custom)
depends=(systemd-libs expat audit)
makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git autoconf-archive graphviz)
-_commit=d4f8423bbff9b3c5fca2d8009c28d1cff4652788 # tags/dbus-1.12.12^0
+_commit=a330c6184fe9c7f67495f8d4563b11d51a6dccc7 # tags/dbus-1.12.14^0
source=("git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=$_commit")
sha256sums=('SKIP')
validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90' # Simon McVittie <simon.mcvittie at collabora.co.uk>
@@ -40,12 +40,20 @@
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --libexecdir=/usr/lib/dbus-1.0 \
runstatedir=/run \
- --libexecdir=/usr/lib/dbus-1.0 \
+ --with-console-auth-dir=/run/console/ \
+ --with-dbus-user=dbus \
+ --with-system-pid-file=/run/dbus/pid \
--with-system-socket=/run/dbus/system_bus_socket \
- --with-dbus-user=dbus \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --enable-inotify \
+ --enable-systemd \
--enable-user-session \
--disable-static \
+ --disable-verbose-mode \
+ --disable-asserts \
+ --disable-checks \
--without-x
make
}
More information about the arch-commits
mailing list