network-manager-applet: disable bluetooth plugin; useless with bluez5.
See http://www.spinics.net/lists/fedora-devel/msg192787.html
This commit is contained in:
parent
635dfd5224
commit
64681777fe
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ version=0.9.8.8
|
||||||
revision=3
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
makedepends="GConf-devel libgnome-keyring-devel libsecret-devel
|
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"
|
ModemManager-devel polkit-devel libgudev-devel iso-codes"
|
||||||
depends="iso-codes NetworkManager>=${version} hicolor-icon-theme"
|
depends="iso-codes NetworkManager>=${version} hicolor-icon-theme"
|
||||||
short_desc="NetworkManager panel applet for GNOME"
|
short_desc="NetworkManager panel applet for GNOME"
|
||||||
|
|
Loading…
Reference in a new issue