* [PR PATCH] blueman: add libappindicator dependency for blueman-applet.
@ 2022-01-15 14:05 baal-zebub
2022-01-17 8:47 ` ericonr
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: baal-zebub @ 2022-01-15 14:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]
There is a new pull request by baal-zebub against master on the void-packages repository
https://github.com/baal-zebub/void-packages blueman
https://github.com/void-linux/void-packages/pull/35071
blueman: add libappindicator dependency for blueman-applet.
<!-- 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, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/35071.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blueman-35071.patch --]
[-- Type: text/x-diff, Size: 1047 bytes --]
From cc2682d9f12ad76f73f22378dc964bb56ae4d8fa Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Sat, 15 Jan 2022 15:02:45 +0100
Subject: [PATCH] blueman: add libappindicator dependency for blueman-applet.
---
srcpkgs/blueman/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index ff74f1751b09..ac029c2e23c9 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,13 +1,13 @@
# Template file for 'blueman'
pkgname=blueman
version=2.2.3
-revision=1
+revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="intltool iproute2 pkg-config python3-Cython"
makedepends="gtk+3-devel libbluetooth-devel python3-devel
python3-gobject-devel startup-notification-devel"
-depends="bluez libnotify python3-gobject"
+depends="bluez libnotify python3-gobject libappindicator"
short_desc="GTK+ Bluetooth Manager"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-3.0-or-later"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: blueman: add libappindicator dependency for blueman-applet.
2022-01-15 14:05 [PR PATCH] blueman: add libappindicator dependency for blueman-applet baal-zebub
@ 2022-01-17 8:47 ` ericonr
2022-01-20 0:41 ` paper42
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2022-01-17 8:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/35071#issuecomment-1014272591
Comment:
@steinex ok?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: blueman: add libappindicator dependency for blueman-applet.
2022-01-15 14:05 [PR PATCH] blueman: add libappindicator dependency for blueman-applet baal-zebub
2022-01-17 8:47 ` ericonr
@ 2022-01-20 0:41 ` paper42
2022-01-20 0:46 ` steinex
2022-01-20 5:35 ` [PR PATCH] [Merged]: " ericonr
3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-01-20 0:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 268 bytes --]
New comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/35071#issuecomment-1017001170
Comment:
please use an email associated with your github profile for the commit, so it can be easily attributed to you in the GitHub UI
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: blueman: add libappindicator dependency for blueman-applet.
2022-01-15 14:05 [PR PATCH] blueman: add libappindicator dependency for blueman-applet baal-zebub
2022-01-17 8:47 ` ericonr
2022-01-20 0:41 ` paper42
@ 2022-01-20 0:46 ` steinex
2022-01-20 5:35 ` [PR PATCH] [Merged]: " ericonr
3 siblings, 0 replies; 5+ messages in thread
From: steinex @ 2022-01-20 0:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 179 bytes --]
New comment by steinex on void-packages repository
https://github.com/void-linux/void-packages/pull/35071#issuecomment-1017003867
Comment:
ack, libappindicator is indeed needed
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: blueman: add libappindicator dependency for blueman-applet.
2022-01-15 14:05 [PR PATCH] blueman: add libappindicator dependency for blueman-applet baal-zebub
` (2 preceding siblings ...)
2022-01-20 0:46 ` steinex
@ 2022-01-20 5:35 ` ericonr
3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2022-01-20 5:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 952 bytes --]
There's a merged pull request on the void-packages repository
blueman: add libappindicator dependency for blueman-applet.
https://github.com/void-linux/void-packages/pull/35071
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, (x86_64-glibc)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-20 5:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15 14:05 [PR PATCH] blueman: add libappindicator dependency for blueman-applet baal-zebub
2022-01-17 8:47 ` ericonr
2022-01-20 0:41 ` paper42
2022-01-20 0:46 ` steinex
2022-01-20 5:35 ` [PR PATCH] [Merged]: " ericonr
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).