Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blueman: update to 2.2.4. #36006

Merged
merged 1 commit into from
Mar 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion srcpkgs/blueman/INSTALL.msg
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
You need to be in the bluetooth group to be able to modify the bluetooth state!
If you are not using elogind or seatd, you need to be in the bluetooth group
to be able to modify the bluetooth state!
7 changes: 4 additions & 3 deletions srcpkgs/blueman/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'blueman'
pkgname=blueman
version=2.2.3
revision=2
version=2.2.4
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="intltool iproute2 pkg-config python3-Cython"
Expand All @@ -12,8 +12,9 @@ short_desc="GTK+ Bluetooth Manager"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-3.0-or-later"
homepage="https://github.com/blueman-project/blueman"
changelog="https://raw.githubusercontent.com/blueman-project/blueman/main/CHANGELOG.md"
distfiles="https://github.com/blueman-project/blueman/releases/download/${version}/blueman-${version}.tar.xz"
checksum=6edd791da6afd8f610ffb08d5138cfcf50e6257ad30efad686287f3a2be106e9
checksum=55d639feeda0b43b18a659e65985213a54b47dcb1348f3b4effb5238db242602

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel python3-devel"
Expand Down