forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-misc/kdeconnect: 22.04.3 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kdeconnect-kde-21.12.3.tar.xz 610608 BLAKE2B cf3bc2c502cbff03d8dc738192b36f61f30e6d223446c8117cd612b987adfe60a20aa612a2b3a6a972068f92f8b03162701ac8f8e51c374d28bb05d309c4d346 SHA512 3cb399ee13c538646650b7360fd6fb7285ad8f1f56fb41c94dce44daf72dd66815aaa2b0d54aa02cdc206336e1ed582417b0aafe806b3f67af0c9503183a86f6 | ||
DIST kdeconnect-kde-22.04.2.tar.xz 609120 BLAKE2B 5014bb429fed7a887c1f534e694819e69c60b25dd5a7705756f77064540047b4ce993ef43189437dc45f9df070c3517a0087a12d7106d84961a25a743747ff3d SHA512 40e3c2e45f48beadf54f74b5838910fbfa02ff63889cecbbfbd99152c6ec7646bb51b752d5287bc0764e415e52cbd6388889f1d916f9e12627f656714c56911c | ||
DIST kdeconnect-kde-22.04.3.tar.xz 613864 BLAKE2B 1606892938cf184533cb3f40b558f7153fd18fd017d6a3cf7b93c84e33eccc9b10841417e0b9365c6a4262e0a35520a76b41c76e91e2a59c79574f061a7f524e SHA512 b09577ee6e5cc9fb73a3691ddaf55a7e7e33dc599db9abeffeb1fa812867c96290af7d445a39da6b2309a84c21d777ecccdf4f0f3c02e3723d9793f8e4775a36 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
ECM_TEST="true" | ||
KDE_GEAR="true" | ||
KDE_ORG_NAME="${PN}-kde" | ||
KDE_SELINUX_MODULE="${PN}" | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.4 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Adds communication between KDE Plasma and your smartphone" | ||
HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect.kcm/" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" | ||
IUSE="bluetooth pulseaudio wayland X" | ||
|
||
RESTRICT="test" | ||
|
||
DEPEND=" | ||
>=app-crypt/qca-2.3.0:2[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/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 | ||
bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 ) | ||
X? ( | ||
x11-libs/libfakekey | ||
x11-libs/libX11 | ||
x11-libs/libXtst | ||
) | ||
pulseaudio? ( media-libs/pulseaudio-qt:= ) | ||
wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 ) | ||
" | ||
RDEPEND="${DEPEND} | ||
dev-libs/kpeoplevcard | ||
>=dev-qt/qtgraphicaleffects-${QTMIN}:5 | ||
>=dev-qt/qtmultimedia-${QTMIN}:5[qml] | ||
>=kde-frameworks/kdeclarative-${KFMIN}:5 | ||
net-fs/sshfs | ||
" | ||
|
||
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 wayland KF5Wayland) | ||
$(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/" | ||
} |