Search Criteria
Package Details: cppbtbl 0.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cppbtbl.git (read-only, click to copy) |
---|---|
Package Base: | cppbtbl |
Description: | A C++ wrapper around the UPower DBus API to get bluetooth devices' battery |
Upstream URL: | https://github.com/pato05/cppbtbl |
Keywords: | bluetooth upower waybar |
Licenses: | MIT |
Submitter: | pato05 |
Maintainer: | pato05 |
Last Packager: | pato05 |
Votes: | 1 |
Popularity: | 0.71 |
First Submitted: | 2022-12-18 20:05 (UTC) |
Last Updated: | 2025-01-28 23:38 (UTC) |
Latest Comments
dreieck commented on 2025-02-09 13:03 (UTC)
You can change dependency
sdbus-cpp<2.0.0
tolibsdbus-c++.so.1
, which will be fulfilled by the packagesdbus-cpp1
.However, this does not yet fix the build errors and make dependencies, since
sdbus-cpp1
does not (yet) install include files.Regards and thanks for maintaining!
pato05 commented on 2025-01-28 23:45 (UTC)
Hi @dreieck, as stated in the issue on GitHub, the source code needs to be updated, so that it supports v2 of sdbus-cpp. In the meantime, you can downgrade to version 1.5.0 of sdbus-cpp and add the package to your IgnorePkg. I have also reflected this small change in the PKGBUILD.
dreieck commented on 2024-12-08 17:20 (UTC)
Build fails for me with
main.cpp:83:27: error: no matching function for call to 'createProxy'
and subsequent errors.↗ Upstream issue report.
Regards!