Add kdeconnect

new file:   kde-misc/kdeconnect/Manifest
new file:   kde-misc/kdeconnect/kdeconnect-4.9999.ebuild
This commit is contained in:
Sergey Morozov 2014-08-16 19:37:27 +04:00
parent c4465e0eda
commit b1925b69e1
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD kdeconnect-4.9999.ebuild 1025 SHA256 ecf976893048c8310fbde6256aed009584adf5773313e09e5e9a9cc26bcc6d7e SHA512 eae13f76ca00a4fd9c24d148b36b3608500762d7e35f4efa46103065cdad0905ff1202bc8ac241199224f4b6000deacc7b6341b181a06a83353f20a9c8907f11 WHIRLPOOL 85c6a6f44e9fbcb31d3c753265e3f70861e573bbb3c87a2322652b670a6b48681247d94f2301a19eac20a4219dfacf26130137c797f887276b994b4833f0c308

View File

@ -0,0 +1,48 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
MY_PN=${PN}-kde
DECLARATIVE_REQUIRED="always"
inherit kde4-base
if [[ ${KDE_BUILD_TYPE} != live ]]; then
MY_P=${MY_PN}-${PV}
SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${MY_P}.tar.xz"
KEYWORDS="~amd64 ~x86"
else
EGIT_REPO_URI="git://anongit.kde.org/${MY_PN}"
KEYWORDS=""
fi
DESCRIPTION="Adds communication between KDE and your smartphone"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2+"
SLOT="4"
IUSE="debug"
DEPEND="
app-crypt/qca:2
dev-libs/qjson
x11-libs/libfakekey
"
RDEPEND="${DEPEND}
$(add_kdebase_dep plasma-workspace)
app-crypt/qca-ossl:2
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
}