summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-30 10:55:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-30 10:55:15 +0200
commita72efc4b83d5b5bd9a70cac377c37549ed678302 (patch)
treef0b4d9af3f7165240db0c75a165bea115f16872f
parent486354fd2ec2b3aeaa1cb036702774d5b4b5f02c (diff)
downloadkde-a72efc4b83d5b5bd9a70cac377c37549ed678302.tar.gz
kde-a72efc4b83d5b5bd9a70cac377c37549ed678302.tar.bz2
kde-a72efc4b83d5b5bd9a70cac377c37549ed678302.zip
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
-rw-r--r--kde-misc/kdeconnect/kdeconnect-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
index 10739efd37a..5456faa9c29 100644
--- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
LICENSE="GPL-2+"
-IUSE="app mousepad sms wayland"
+IUSE="app bluetooth mousepad sms wayland"
DEPEND="
$(add_frameworks_dep kcmutils)
@@ -39,6 +39,7 @@ DEPEND="
$(add_qt_dep qtx11extras)
>=app-crypt/qca-2.1.0:2[qt5(+),ssl]
app? ( $(add_frameworks_dep kdeclarative) )
+ bluetooth? ( $(add_qt_dep qtbluetooth) )
mousepad? (
x11-libs/libfakekey
x11-libs/libX11
@@ -68,6 +69,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DEXPERIMENTALAPP_ENABLED=$(usex app)
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
$(cmake-utils_use_find_package mousepad LibFakeKey)
-DSMSAPP_ENABLED=$(usex sms)
$(cmake-utils_use_find_package wayland KF5Wayland)
@@ -79,10 +81,8 @@ src_configure() {
pkg_postinst(){
kde5_pkg_postinst
- elog
elog "The Android .apk file is available via"
elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
elog "or via"
elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
- elog
}