summaryrefslogtreecommitdiff
path: root/kde-misc/kdeconnect/kdeconnect-9999.ebuild
blob: d6fd01a7c4b0db87008e8133decc143f278bb995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

EGIT_BRANCH="frameworks"
MY_PN=${PN}-kde
KMNAME=${MY_PN}

inherit kde5

DESCRIPTION="Adds communication between KDE and your smartphone"
HOMEPAGE="http://www.kde.org/"

KEYWORDS=""

LICENSE="GPL-2+"

DEPEND="
	app-crypt/qca:2[qt5,openssl]
	dev-libs/qjson[qt5]
"
RDEPEND="${DEPEND}
	$(add_kdebase_dep plasma-workspace)
	net-dns/avahi
"

[[ ${KDE_BUILD_TYPE} != live ]] && S=${WORKDIR}/${MY_P}

pkg_postinst(){
	elog
	elog "Optional dependency:"
	elog "sys-fs/sshfs-fuse (for 'remote filesystem browser' plugin)"
	elog
	elog "The Android .apk file is available via"
	elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
	elog
}