wok-next diff bluez/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents 835b3b8ce6ac
children f48456621a9d
line diff
     1.1 --- a/bluez/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.2 +++ b/bluez/receipt	Wed Jun 06 20:44:57 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="bluez"
     1.7 -VERSION="5.43"
     1.8 +VERSION="5.48"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Bluetooth protocol stack"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -29,8 +29,7 @@
    1.13  	mkdir -p $install/usr/sbin
    1.14  	ln -svf ../libexec/bluetooth/bluetoothd $install/usr/sbin
    1.15  
    1.16 -	mkdir -p $install/etc/bluetooth
    1.17 -	cp src/main.conf $install/etc/bluetooth
    1.18 +	install -Dm644 src/main.conf $install/etc/bluetooth/main.conf
    1.19  
    1.20  	cook_pick_docs doc/*.txt
    1.21  
    1.22 @@ -43,16 +42,18 @@
    1.23  			copy bccmd bluemoon ciptool hciattach hciconfig hcidump hcitool \
    1.24  			hex2hcd l2ping l2test mpris-proxy rctest rfcomm sdptool
    1.25  			CAT="system-tools|tools"
    1.26 +			DEPENDS="dbus glib   bluez"
    1.27  			;;
    1.28  		bluez-tools-experimental)
    1.29  			copy bin/ @rm
    1.30  			rm $fs/usr/bin/bluetoothctl $fs/usr/bin/btmon	# -> main package
    1.31  			CAT="system-tools|experimental tools"
    1.32 +			DEPENDS="dbus eudev glib readline   bluez"
    1.33  			;;
    1.34  		bluez)
    1.35  			copy @std @rm
    1.36  			TAGS="bluetooth"
    1.37 -			DEPENDS="dbus eudev glib libical ncurses readline   linux-bluetooth"
    1.38 +			DEPENDS="dbus eudev glib libical readline   linux-bluetooth"
    1.39  			;;
    1.40  		*-dev)
    1.41  			copy @dev