Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666584 - kde-misc/kdeconnect-1.3.1: please add bluetooth USE flag
Summary: kde-misc/kdeconnect-1.3.1: please add bluetooth USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard: fixed in 1.3.2
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2018-09-19 19:57 UTC by Chris Faulkner
Modified: 2018-10-16 09:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Faulkner 2018-09-19 19:57:36 UTC
I was going through the code and noticed that bluetooth enabling was an option, can we get this as a use flag in the ebuild?

kdeconnect-1.3.1/core/CMakelists.txt

option(BLUETOOTH_ENABLED "Bluetooth support for kdeconnect" OFF)
if(BLUETOOTH_ENABLED)
    find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Bluetooth)
    add_subdirectory(backends/bluetooth)
endif()

Thank you!
Comment 1 Larry the Git Cow gentoo-dev 2018-09-30 09:08:44 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=a72efc4b83d5b5bd9a70cac377c37549ed678302

commit a72efc4b83d5b5bd9a70cac377c37549ed678302
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-09-30 08:55:15 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-09-30 08:55:15 +0000

    kde-misc/kdeconnect: Add USE=bluetooth
    
    Bug: https://bugs.gentoo.org/666584
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
    Package-Manager: Portage-2.3.50, Repoman-2.3.11

 kde-misc/kdeconnect/kdeconnect-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2018-10-16 09:06:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c8f61d13f4bf1f089f047fee2c7eb0cbf41bd3

commit e1c8f61d13f4bf1f089f047fee2c7eb0cbf41bd3
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-10-16 08:01:30 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-10-16 09:06:11 +0000

    kde-misc/kdeconnect: 1.3.2 version bump
    
    Closes: https://bugs.gentoo.org/666584
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-misc/kdeconnect/Manifest                |  1 +
 kde-misc/kdeconnect/kdeconnect-1.3.2.ebuild | 87 +++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)