From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
Date: Thu, 14 Apr 2016 19:52:39 +0000 (UTC) [thread overview]
Message-ID: <1460663548.30bef4b1ddfc0a1da0e73c1be3765ab729b197fd.kensington@gentoo> (raw)
commit: 30bef4b1ddfc0a1da0e73c1be3765ab729b197fd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 19:52:17 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 19:52:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bef4b1
kde-misc/kdeconnect: version bump
Imported from kde overlay.
Gentoo-bug: 578518
Package-Manager: portage-2.2.28
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-0.9g.ebuild | 81 ++++++++++++++++++++++++++++++
kde-misc/kdeconnect/metadata.xml | 5 ++
3 files changed, 87 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index e6b042e..847072e 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
+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
new file mode 100644
index 0000000..c7df8c3
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
@@ -0,0 +1,81 @@
+# 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
+}
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index 2fdbf33..67aab70 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -5,4 +5,9 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="app">Enable experimental kcapp frontend</flag>
+ <flag name="telepathy">Enable <pkg>net-libs/telepathy-qt</pkg> support to receive text messages and respond to them</flag>
+ <flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2016-04-14 19:52 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-14 19:52 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-02 14:50 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ Andreas Sturmlechner
2024-04-02 9:59 Sam James
2024-03-07 23:24 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2023-07-28 19:07 Andreas Sturmlechner
2023-06-18 9:47 Andreas Sturmlechner
2023-06-17 16:45 Andreas Sturmlechner
2023-06-17 10:50 Andreas Sturmlechner
2023-04-23 11:02 Andreas Sturmlechner
2023-03-25 0:14 Andreas Sturmlechner
2023-02-05 1:51 Maciej Mrozowski
2022-10-06 9:07 Andreas Sturmlechner
2022-10-06 7:35 Andreas Sturmlechner
2022-04-21 17:12 Andreas Sturmlechner
2022-03-16 14:30 Andreas Sturmlechner
2021-09-04 22:52 Andreas Sturmlechner
2021-08-13 9:44 Andreas Sturmlechner
2021-08-04 9:01 Agostino Sarubbo
2021-08-04 8:40 Agostino Sarubbo
2021-04-06 6:31 Agostino Sarubbo
2020-10-07 10:07 Andreas Sturmlechner
2020-10-07 7:09 Agostino Sarubbo
2020-10-06 13:09 Sam James
2020-10-04 16:07 Andreas Sturmlechner
2020-08-04 9:40 Andreas Sturmlechner
2020-07-30 7:21 Agostino Sarubbo
2020-07-30 6:58 Agostino Sarubbo
2020-02-24 14:19 Agostino Sarubbo
2020-02-19 15:25 Agostino Sarubbo
2020-02-18 20:06 Andreas Sturmlechner
2020-02-17 16:12 Thomas Deutschmann
2020-01-29 19:13 Andreas Sturmlechner
2020-01-19 17:45 Andreas Sturmlechner
2020-01-19 17:38 Andreas Sturmlechner
2019-09-07 21:07 Thomas Deutschmann
2019-07-31 8:46 Andreas Sturmlechner
2019-04-19 14:31 Andreas Sturmlechner
2019-04-09 21:18 Mikle Kolyada
2019-03-25 12:44 Andreas Sturmlechner
2018-11-22 0:33 Andreas Sturmlechner
2018-11-22 0:33 Andreas Sturmlechner
2018-11-17 21:34 Thomas Deutschmann
2018-11-07 15:03 Andreas Sturmlechner
2018-11-07 15:02 Andreas Sturmlechner
2018-11-05 20:40 Andreas Sturmlechner
2018-10-16 9:06 Andreas Sturmlechner
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-05-31 13:24 Andreas Sturmlechner
2018-05-31 13:24 Andreas Sturmlechner
2018-04-09 17:34 Johannes Huber
2018-03-22 12:22 Andreas Sturmlechner
2018-03-13 23:24 Andreas Sturmlechner
2018-03-13 23:24 Andreas Sturmlechner
2018-02-10 0:14 Michael Palimaka
2018-01-17 19:08 Andreas Sturmlechner
2017-12-12 17:30 Andreas Sturmlechner
2017-12-12 17:30 Andreas Sturmlechner
2017-12-12 16:35 Thomas Deutschmann
2017-09-20 10:22 Michael Palimaka
2017-09-19 17:19 Johannes Huber
2017-09-18 18:38 Johannes Huber
2017-08-08 17:15 Andreas Sturmlechner
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2016-12-23 7:45 Johannes Huber
2016-12-18 10:00 Johannes Huber
2016-12-18 10:00 Johannes Huber
2016-12-11 21:31 Johannes Huber
2016-12-11 21:31 Johannes Huber
2016-11-17 21:59 Johannes Huber
2016-11-17 21:59 Johannes Huber
2016-11-17 21:59 Johannes Huber
2016-11-17 21:59 Johannes Huber
2016-09-21 14:22 Michael Palimaka
2016-08-27 18:46 Michael Palimaka
2016-08-26 22:59 Manuel Rüger
2016-06-23 15:19 Michael Palimaka
2016-05-18 20:38 Johannes Huber
2016-04-19 21:21 Michael Palimaka
2016-04-14 19:55 Michael Palimaka
2015-09-10 12:04 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460663548.30bef4b1ddfc0a1da0e73c1be3765ab729b197fd.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox