Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] blueman: update to 2.2.4.
@ 2022-03-06 11:53 steinex
  2022-03-06 13:07 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: steinex @ 2022-03-06 11:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1210 bytes --]

There is a new pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages blueman
https://github.com/void-linux/void-packages/pull/36006

blueman: update to 2.2.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36006.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blueman-36006.patch --]
[-- Type: text/x-diff, Size: 1735 bytes --]

From 0f13f8cf06ce0e4ae02cab221a9a22e73e61979d Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
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 <steinex@nognu.de>"
 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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] blueman: update to 2.2.4.
  2022-03-06 11:53 [PR PATCH] blueman: update to 2.2.4 steinex
@ 2022-03-06 13:07 ` paper42
  2022-03-06 13:08 ` [PR PATCH] [Updated] " steinex
  2022-03-06 13:35 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-03-06 13:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 254 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36006#discussion_r820231941

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/blueman-project/blueman/main/CHANGELOG.md"
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] blueman: update to 2.2.4.
  2022-03-06 11:53 [PR PATCH] blueman: update to 2.2.4 steinex
  2022-03-06 13:07 ` [PR REVIEW] " paper42
@ 2022-03-06 13:08 ` steinex
  2022-03-06 13:35 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: steinex @ 2022-03-06 13:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]

There is an updated pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages blueman
https://github.com/void-linux/void-packages/pull/36006

blueman: update to 2.2.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36006.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blueman-36006.patch --]
[-- Type: text/x-diff, Size: 1745 bytes --]

From 1850636d75935a1489a716bfe06e18e43da656ad Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
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..5a0b9593b23f 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 <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"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: blueman: update to 2.2.4.
  2022-03-06 11:53 [PR PATCH] blueman: update to 2.2.4 steinex
  2022-03-06 13:07 ` [PR REVIEW] " paper42
  2022-03-06 13:08 ` [PR PATCH] [Updated] " steinex
@ 2022-03-06 13:35 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-03-06 13:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]

There's a merged pull request on the void-packages repository

blueman: update to 2.2.4.
https://github.com/void-linux/void-packages/pull/36006

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-06 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-06 11:53 [PR PATCH] blueman: update to 2.2.4 steinex
2022-03-06 13:07 ` [PR REVIEW] " paper42
2022-03-06 13:08 ` [PR PATCH] [Updated] " steinex
2022-03-06 13:35 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).