Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / bluez


Commits:
67118044 by Robin Candau at 2024-03-07T18:23:47+01:00
Add provides+replaces bluez-plugin on main binary + restore unpackaged files 
notification

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -101,6 +101,8 @@ package_bluez-utils() {
   pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
   depends=('dbus' 'systemd-libs' 'glib2' 'glibc' 'readline')
   optdepends=('ell: for btpclient')
+  provides=('bluez-plugins')
+  replaces=('bluez-plugins')
 
   _install 
fakeinstall/usr/bin/{advtest,amptest,avinfo,avtest,bcmfw,bdaddr,bluemoon,bluetoothctl,bluetooth-player,bneptest,btattach,btconfig,btgatt-client,btgatt-server,btinfo,btiotest,btmgmt,btmon,btpclient,btpclientctl,btproxy,btsnoop,check-selftest,cltest,create-image,eddystone,gatt-service,hcieventmask,hcisecfilter,hex2hcd,hid2hci,hwdb,ibeacon,isotest,l2ping,l2test,mcaptest,mpris-proxy,nokfw,oobtest,rctest,rtlfw,scotest,seq2bseq,test-runner}
   _install fakeinstall/usr/share/man/man1/bluetoothctl*.1
@@ -172,4 +174,9 @@ package_bluez-obex() {
 
   # fix obex file transfer - https://bugs.archlinux.org/task/45816
   ln -fs /usr/lib/systemd/user/obex.service 
"${pkgdir}"/usr/lib/systemd/user/dbus-org.bluez.obex.service
+
+  # make sure there are no files left to install
+  rm fakeinstall/usr/lib/libbluetooth.la
+  rm fakeinstall/usr/lib/bluetooth/plugins/sixaxis.la
+  find fakeinstall -depth -print0 | xargs -0 rmdir
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/commit/67118044db893dfeb079864445d537bc416c5e41

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/commit/67118044db893dfeb079864445d537bc416c5e41
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to