From 0f13f8cf06ce0e4ae02cab221a9a22e73e61979d Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Sun, 6 Mar 2022 12:44:18 +0100 Subject: [PATCH] blueman: update to 2.2.4. --- srcpkgs/blueman/INSTALL.msg | 3 ++- srcpkgs/blueman/template | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/blueman/INSTALL.msg b/srcpkgs/blueman/INSTALL.msg index d253e9cf502b..58e94c8f8f79 100644 --- a/srcpkgs/blueman/INSTALL.msg +++ b/srcpkgs/blueman/INSTALL.msg @@ -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! diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index ac029c2e23c9..3dd8f0ad1f88 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -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" @@ -12,8 +12,9 @@ short_desc="GTK+ Bluetooth Manager" maintainer="Frank Steinborn " license="GPL-3.0-or-later" homepage="https://github.com/blueman-project/blueman" +changelog="https://github.com/blueman-project/blueman/blob/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"