From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
Date: Sun, 23 Apr 2023 11:02:34 +0000 (UTC) [thread overview]
Message-ID: <1682247745.0ffaec92eafc3cdc151a61b7ca4cb4f2198cc5b5.asturm@gentoo> (raw)
commit: 0ffaec92eafc3cdc151a61b7ca4cb4f2198cc5b5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 11:01:09 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:02:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffaec92
kde-misc/kdeconnect: drop 23.04.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-23.04.0.ebuild | 93 ---------------------------
1 file changed, 93 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.0.ebuild b/kde-misc/kdeconnect/kdeconnect-23.04.0.ebuild
deleted file mode 100644
index 4adb4b1c1e2f..000000000000
--- a/kde-misc/kdeconnect/kdeconnect-23.04.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth pulseaudio X"
-
-RESTRICT="test"
-
-DEPEND="
- >=app-crypt/qca-2.3.0:2[qt5(+),ssl]
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kpeople-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- x11-libs/libxkbcommon
- bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
- X? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
- pulseaudio? ( media-libs/pulseaudio-qt:= )
-"
-RDEPEND="${DEPEND}
- dev-libs/kpeoplevcard
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- net-fs/sshfs
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
-"
-
-PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
- $(cmake_use_find_package X LibFakeKey)
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- 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/packages/org.kde.kdeconnect_tp/"
-}
next reply other threads:[~2023-04-23 11:02 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-23 11:02 Andreas Sturmlechner [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-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
2016-04-14 19:52 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=1682247745.0ffaec92eafc3cdc151a61b7ca4cb4f2198cc5b5.asturm@gentoo \
--to=asturm@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