Merge pull request from VoidNoire/patch-1

connman: added dbus dependency to satisfy system_bus_socket requirement of connmanctl
This commit is contained in:
Enno Boland 2017-08-04 08:53:49 +02:00 committed by GitHub
commit 49105a37a0

View file

@ -1,7 +1,7 @@
# Template file for 'connman' # Template file for 'connman'
pkgname=connman pkgname=connman
version=1.34 version=1.34
revision=1 revision=2
lib32disabled=yes lib32disabled=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--sbindir=/usr/bin configure_args="--sbindir=/usr/bin
@ -11,7 +11,7 @@ configure_args="--sbindir=/usr/bin
--disable-tools --disable-wispr --with-openconnect=/usr/bin/openconnect" --disable-tools --disable-wispr --with-openconnect=/usr/bin/openconnect"
hostmakedepends="automake libtool pkg-config wpa_supplicant iptables" hostmakedepends="automake libtool pkg-config wpa_supplicant iptables"
makedepends="libglib-devel dbus-devel iptables-devel gnutls-devel readline-devel" makedepends="libglib-devel dbus-devel iptables-devel gnutls-devel readline-devel"
depends="wpa_supplicant" depends="dbus wpa_supplicant"
short_desc="Open Source CONNection MANager" short_desc="Open Source CONNection MANager"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2"