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


Commits:
455ac18b by Robin Candau at 2024-03-07T17:58:26+01:00
upgpkg: 5.73-1: New upstream release + Drop the bluez-plugins split package as 
it is now built-in
https://git.kernel.org/pub/scm/bluetooth/bluez.git/commit/?id=9f71892b63f6b65dab874a633d88ae2dcad93a16

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = bluez
-       pkgver = 5.72
-       pkgrel = 2
+       pkgver = 5.73
+       pkgrel = 1
        url = http://www.bluez.org/
        arch = x86_64
        license = GPL-2.0-only
@@ -13,11 +13,11 @@ pkgbase = bluez
        makedepends = python-docutils
        makedepends = python-pygments
        makedepends = cups
-       source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.72.tar.xz
-       source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.72.tar.sign
+       source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.73.tar.xz
+       source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.73.tar.sign
        source = bluetooth.modprobe
        validpgpkeys = E932D120BC2AEC444E558F0106CA9F5D1DCF2659
-       sha256sums = 
499d7fa345a996c1bb650f5c6749e1d929111fa6ece0be0e98687fee6124536e
+       sha256sums = 
257e9075ce05c70d48c5defd254e78c418416f7584b45f9dddc884ff88e3fc53
        sha256sums = SKIP
        sha256sums = 
46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4
 
@@ -84,8 +84,3 @@ pkgname = bluez-obex
        depends = dbus
        depends = readline
        depends = glibc
-
-pkgname = bluez-plugins
-       pkgdesc = bluez plugins (PS3 Sixaxis controller)
-       depends = systemd-libs
-       depends = glibc


=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@
 # Contributor: Geoffroy Carrier <geoff...@archlinux.org>
 
 pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 
'bluez-deprecated-tools' 'bluez-hid2hci' 'bluez-mesh' 'bluez-obex' 
'bluez-plugins')
-pkgver=5.72
-pkgrel=2
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 
'bluez-deprecated-tools' 'bluez-hid2hci' 'bluez-mesh' 'bluez-obex')
+pkgver=5.73
+pkgrel=1
 url="http://www.bluez.org/";
 arch=('x86_64')
 license=('GPL-2.0-only')
@@ -15,7 +15,7 @@ makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 
'ell' 'python-docuti
 
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
         bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('499d7fa345a996c1bb650f5c6749e1d929111fa6ece0be0e98687fee6124536e'
+sha256sums=('257e9075ce05c70d48c5defd254e78c418416f7584b45f9dddc884ff88e3fc53'
             'SKIP'
             '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 
<mar...@holtmann.org>
@@ -173,15 +173,3 @@ 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
 }
-
-package_bluez-plugins() {
-  pkgdesc="bluez plugins (PS3 Sixaxis controller)"
-  depends=('systemd-libs' 'glibc')
-
-  _install fakeinstall/usr/lib/bluetooth/plugins/sixaxis.so
-
-  # 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/455ac18bc367f6e6d3473931657c58aa2d7f822b

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


Reply via email to