summaryrefslogtreecommitdiff
path: root/pcr/dbus-elogind
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-17 10:00:25 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-17 10:00:25 -0500
commit69cb77e920e23eb5fe8064e49e22645073c68933 (patch)
treeee8670a1f66a1082551b6e9343db03cc2385519d /pcr/dbus-elogind
parent378b238c202e8034ae80e7335b537e8806ce6891 (diff)
dbus-elogind-1.10.16-3: rebuild
Diffstat (limited to 'pcr/dbus-elogind')
-rw-r--r--pcr/dbus-elogind/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/pcr/dbus-elogind/PKGBUILD b/pcr/dbus-elogind/PKGBUILD
index d6095e7b4..428324593 100644
--- a/pcr/dbus-elogind/PKGBUILD
+++ b/pcr/dbus-elogind/PKGBUILD
@@ -10,14 +10,14 @@ _commit=8b582cb10d7cf00af7a70496aec48af24edc542b # tags/dbus-1.10.16^0
pkgname=dbus-elogind
pkgver=1.10.16
-pkgrel=2
+pkgrel=3
pkgdesc="Freedesktop.org message bus system"
url="https://wiki.freedesktop.org/www/Software/dbus/"
arch=(i686 x86_64 armv7h)
license=(GPL custom)
-provides=('libdbus' "dbus=$pkgver")
+provides=('libdbus' "dbus=$pkgver" "dbus-x11=$pkgver")
conflicts=('libdbus' 'dbus' 'dbus-x11')
-depends=('expat' 'libx11' 'libelogind' 'libeudev')
+depends=('expat' 'libx11' 'libelogind')
makedepends=('xmlto' 'docbook-xsl' 'python' 'yelp-tools' 'doxygen' 'git')
optdepends=('dbus-openrc: dbus initscript')
source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit"
@@ -46,14 +46,15 @@ build() {
--with-system-socket=/run/dbus/system_bus_socket \
--with-console-auth-dir=/run/console/ \
--enable-inotify \
+ --enable-elogind \
--disable-static \
--disable-verbose-mode \
--disable-asserts \
- --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --without-systemdsystemunitdir \
--disable-systemd \
--disable-user-session \
- --enable-x11-autolaunch \
- --enable-elogind
+ --enable-x11-autolaunch
+
make
}