summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-20 18:55:45 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-20 18:56:38 +1000
commit61e891a0601897b3dc5a3703e1b33d2d07246af7 (patch)
tree5ec59bd01a7c594d1ba66d53a337cf9444aa93a1
parent3df5f195c38fbb661602df685e242c981df8bcce (diff)
downloadkde-61e891a0601897b3dc5a3703e1b33d2d07246af7.tar.gz
kde-61e891a0601897b3dc5a3703e1b33d2d07246af7.tar.bz2
kde-61e891a0601897b3dc5a3703e1b33d2d07246af7.zip
kde-misc/kdeconnect: moved to main tree
Package-Manager: portage-2.2.28
-rw-r--r--kde-misc/kdeconnect/Manifest1
-rw-r--r--kde-misc/kdeconnect/kdeconnect-0.9g.ebuild81
2 files changed, 0 insertions, 82 deletions
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
deleted file mode 100644
index 913547f5995..00000000000
--- a/kde-misc/kdeconnect/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeconnect-kde-0.9g.tar.xz 183632 SHA256 4033754057bbc993b1d4350959afbe1d17a4f1e56dd60c6df6abca5a321ee1b8 SHA512 39c857d139563806d0805409dce3f2bec3d776d23b3228ff72f3878717eed4558990e1b0b4055728b7643956e73994329960caea9e348dccfb6645a7b0f68445 WHIRLPOOL 9c41faff4f6b171af9e74a867c7b665b82e29d28a743cb4aef3ce44beb5463c09567a82be89fe3472748b99608444790b79725248b4c24b9d7cd677930061452
diff --git a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
deleted file mode 100644
index c7df8c330ca..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/unstable/${PN}/0.9/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64"
-IUSE="app +telepathy wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,openssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
- wayland? ( $(add_plasma_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package telepathy TelepathyQt5)
- $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "sys-fs/sshfs (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
-}