Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=45d11c07428c6924e19ccd852e013c567a3a20f9
commit 45d11c07428c6924e19ccd852e013c567a3a20f9 Author: crazy <[email protected]> Date: Fri Jun 3 03:38:59 2016 +0200 bluez-5.40-2-x86_64 * fix group permissions * @DeX 'etc/dbus-1/system.d/bluetooth.conf' should not be in backups * since we set our defaults on this one and someone who uses a custom file(s) for that * has to use his own made package anyway.. Pls review.. diff --git a/source/apps/bluez/FrugalBuild b/source/apps/bluez/FrugalBuild index 8785dcb..c6d1e2d 100644 --- a/source/apps/bluez/FrugalBuild +++ b/source/apps/bluez/FrugalBuild @@ -3,7 +3,7 @@ pkgname=bluez pkgver=5.40 -pkgrel=1 +pkgrel=2 pkgdesc="Library to use the BlueZ Linux Bluetooth stack" url="http://bluez.sourceforge.net/" depends=('libsystemd>=227-14' 'dbus>=1.10.6-5' 'glib2>=2.46.2-3' 'libical>=1.0.1-3') @@ -17,8 +17,8 @@ signatures=(${source[0]/.xz/.sign} '') conflicts=('bluez-utils' 'bluez-libs' 'bluez-hcidump') provides=('bluez-utils' 'bluez-libs' 'bluez-hcidump') replaces=('bluez-utils' 'bluez-libs' 'bluez-hcidump') -backup=(etc/bluetooth/main.conf \ - etc/dbus-1/system.d/bluetooth.conf) +backup=(etc/bluetooth/main.conf etc/dbus-1/system.d/bluetooth.conf) +## etc/dbus-1/system.d/bluetooth.conf <-- kill this from backup _F_systemd_units=(bluetooth=e) Finclude systemd @@ -31,11 +31,12 @@ Fconfopts+=" --with-pic \ --enable-datafiles \ --enable-experimental \ --enable-sixaxis \ + --enable-deprecated \ --with-systemdunitdir=/lib/systemd/system \ --localstatedir=/var" build() { - Fsed 'group="lp"' 'group="netdev"' src/main.conf + Fsed 'group="lp"' 'group="netdev"' src/bluetooth.conf Fbuild for i in simple-agent test-device; do _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
