network-manager-applet: disable bluetooth plugin; useless with bluez5.

See http://www.spinics.net/lists/fedora-devel/msg192787.html
This commit is contained in:
Juan RP 2014-04-02 16:25:23 +02:00
parent 635dfd5224
commit 64681777fe

View File

@ -4,10 +4,10 @@ version=0.9.8.8
revision=3
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-static --with-bluetooth --with-modem-manager-1"
configure_args="--disable-static --without-bluetooth --with-modem-manager-1"
hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="GConf-devel libgnome-keyring-devel libsecret-devel
NetworkManager-devel>=${version} gnome-bluetooth-devel>=3.10 libnotify-devel
NetworkManager-devel>=${version} libnotify-devel
ModemManager-devel polkit-devel libgudev-devel iso-codes"
depends="iso-codes NetworkManager>=${version} hicolor-icon-theme"
short_desc="NetworkManager panel applet for GNOME"