[arch-commits] Commit in bluez/trunk (4 files)

Andreas Radke andyrtr at gemini.archlinux.org
Sat Aug 6 21:35:00 UTC 2022


    Date: Saturday, August 6, 2022 @ 21:34:59
  Author: andyrtr
Revision: 452371

upgpkg: bluez 5.65-1: upstream update 5.65

Added:
  bluez/trunk/keys/
  bluez/trunk/keys/pgp/
  bluez/trunk/keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc
Modified:
  bluez/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   18 +++++++++++++---
 keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc |    1 
 2 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-06 21:16:44 UTC (rev 452370)
+++ PKGBUILD	2022-08-06 21:34:59 UTC (rev 452371)
@@ -5,8 +5,8 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
-pkgver=5.64
-pkgrel=2
+pkgver=5.65
+pkgrel=1
 url="http://www.bluez.org/"
 arch=('x86_64')
 license=('GPL2')
@@ -16,7 +16,7 @@
         bluetooth.modprobe
 )
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34'
+sha256sums=('2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4'
             'SKIP'
             '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel at holtmann.org>
@@ -82,6 +82,9 @@
 
   # FS#74157 - bluez systemd service fails without localstatedir present
   install -dm700 "${pkgdir}"/var/lib/bluetooth
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
 }
 
 package_bluez-utils() {
@@ -132,6 +135,9 @@
 
   cd "${pkgbase}"-${pkgver}
   make DESTDIR="${pkgdir}" install-cupsPROGRAMS
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
 }
 
 package_bluez-hid2hci() {
@@ -145,6 +151,9 @@
   
   install -dm755 "${pkgdir}"/usr/share/man/man1
   mv "${srcdir}"/hid2hci.1 "${pkgdir}"/usr/share/man/man1/hid2hci.1
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
 }
 
 package_bluez-plugins() {
@@ -154,4 +163,7 @@
   cd "${pkgbase}"-${pkgver}
   make DESTDIR="${pkgdir}" \
        install-pluginLTLIBRARIES
+
+  # cleanup  - these libs go into bluez-libs
+  rm "${pkgdir}"/usr/lib/libbluetooth.so*
 }

Added: keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc
===================================================================
(Binary files differ)

Index: bluez/trunk/keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc
===================================================================
--- keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc	2022-08-06 21:16:44 UTC (rev 452370)
+++ keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc	2022-08-06 21:34:59 UTC (rev 452371)

Property changes on: bluez/trunk/keys/pgp/E932D120BC2AEC444E558F0106CA9F5D1DCF2659.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list