Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / bluez
Commits:
5fc5809b by Robin Candau at 2026-07-04T13:25:53+02:00
upgpkg: 5.87-2: Re-enable checks and remove obsolete patches from source array
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bluez
pkgver = 5.87
- pkgrel = 1
+ pkgrel = 2
url = http://www.bluez.org/
arch = x86_64
license = GPL-2.0-only
@@ -16,14 +16,8 @@ pkgbase = bluez
makedepends = git
source = git+https://github.com/bluez/bluez.git#tag=5.87
source = bluetooth.modprobe
- source =
fix-broken-stdin-handling.patch::https://github.com/bluez/bluez/commit/21e13976f2e375d701b8b7032ba5c1b2e56c305f.patch?full_index=1
- source =
revert_e73bf58.patch::https://github.com/bluez/bluez/commit/b33e923b55e4d0e9d78a83cfcb541fd1f687ef54.patch?full_index=1
- source =
a2dp-connect-source-profile-after-sink.patch::https://github.com/bluez/bluez/commit/066a164a524e4983b850f5659b921cb42f84a0e0.patch?full_index=1
b2sums =
9abcc5de17102c1307396627c87cffb5585e1c9b099cfd33d2a682d93f10e48a178fe8651c16ab9bb788d80f603f91db75e9fcadf7b627017202402d4ec396e5
b2sums =
0ce33d13b796d4ae2fd688b17742b3a3055663b68a352b02720dac82bcfdaa47bf2ee2a034dfb8ef4ddf3f827bc58fe80548730939c2915f64864cea39c10170
- b2sums =
df63c2b37586655af6f6cee66059c986515ccf88bde9174db21472a2bad8b86245da0f79e8fac2be6b8a1d0782a9a0afc49486ac81ffd63cfc48878ad80774c9
- b2sums =
f3ff0a58175796065d02dc627161a971a45c7fd40171689923aa8a2bdbedfb3502279d219c9367af071c2caf69886d248ecfd1ba993baaa82f8a04968e5b6363
- b2sums =
9bda7a157bc3c17f22e1b9341e0853e089200604c48752e5b54b6ee46fc0df7200539f441c2f67427001638b2c0e9b214c9e8d0d215e88d5677c23fb2a3010cd
pkgname = bluez
pkgdesc = Daemons for the bluetooth protocol stack
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=bluez
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups'
'bluez-deprecated-tools' 'bluez-hid2hci' 'bluez-mesh' 'bluez-obex')
pkgver=5.87
-pkgrel=1
+pkgrel=2
url="http://www.bluez.org/"
arch=('x86_64')
license=('GPL-2.0-only')
@@ -15,15 +15,9 @@ makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c'
'ell' 'python-docuti
source=(#https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
# "git+https://github.com/bluez/bluez.git?signed#tag=$pkgver"
"git+https://github.com/bluez/bluez.git#tag=$pkgver"
- bluetooth.modprobe
-
fix-broken-stdin-handling.patch::https://github.com/bluez/bluez/commit/21e13976f2e375d701b8b7032ba5c1b2e56c305f.patch?full_index=1
-
revert_e73bf58.patch::https://github.com/bluez/bluez/commit/b33e923b55e4d0e9d78a83cfcb541fd1f687ef54.patch?full_index=1
-
a2dp-connect-source-profile-after-sink.patch::https://github.com/bluez/bluez/commit/066a164a524e4983b850f5659b921cb42f84a0e0.patch?full_index=1)
+ bluetooth.modprobe)
b2sums=('9abcc5de17102c1307396627c87cffb5585e1c9b099cfd33d2a682d93f10e48a178fe8651c16ab9bb788d80f603f91db75e9fcadf7b627017202402d4ec396e5'
-
'0ce33d13b796d4ae2fd688b17742b3a3055663b68a352b02720dac82bcfdaa47bf2ee2a034dfb8ef4ddf3f827bc58fe80548730939c2915f64864cea39c10170'
-
'df63c2b37586655af6f6cee66059c986515ccf88bde9174db21472a2bad8b86245da0f79e8fac2be6b8a1d0782a9a0afc49486ac81ffd63cfc48878ad80774c9'
-
'f3ff0a58175796065d02dc627161a971a45c7fd40171689923aa8a2bdbedfb3502279d219c9367af071c2caf69886d248ecfd1ba993baaa82f8a04968e5b6363'
-
'9bda7a157bc3c17f22e1b9341e0853e089200604c48752e5b54b6ee46fc0df7200539f441c2f67427001638b2c0e9b214c9e8d0d215e88d5677c23fb2a3010cd')
+
'0ce33d13b796d4ae2fd688b17742b3a3055663b68a352b02720dac82bcfdaa47bf2ee2a034dfb8ef4ddf3f827bc58fe80548730939c2915f64864cea39c10170')
# validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann
<[email protected]>
prepare() {
@@ -90,8 +84,7 @@ _install() {
check() {
cd "$pkgname"
- # Temporarily disable checks as the mesh-crypto one is failing (possible due
to the system ell version)
- # make check || true
+ make check
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/commit/5fc5809b7caf4ebb16dfe77c5f224f9a1146786d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/commit/5fc5809b7caf4ebb16dfe77c5f224f9a1146786d
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help