Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/files/, kde-misc/kdeconnect/
Date: Mon, 24 Feb 2020 14:30:29
Message-Id: 1582554594.31f120ec996b3212c2252fc59e08847361ac024e.asturm@gentoo
1 commit: 31f120ec996b3212c2252fc59e08847361ac024e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 24 14:29:32 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 14:29:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f120ec
7
8 kde-misc/kdeconnect: Drop 1.3.5
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/kdeconnect/Manifest | 1 -
14 .../files/kdeconnect-1.3.0-no-wayland.patch | 13 ----
15 kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild | 78 ----------------------
16 kde-misc/kdeconnect/metadata.xml | 2 -
17 4 files changed, 94 deletions(-)
18
19 diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
20 index 1f4bd1e6b15..33dc860b5e9 100644
21 --- a/kde-misc/kdeconnect/Manifest
22 +++ b/kde-misc/kdeconnect/Manifest
23 @@ -1,2 +1 @@
24 -DIST kdeconnect-kde-1.3.5.tar.xz 292248 BLAKE2B 9f3cf111f7ed6ed0fd5790e3de19a4f60aea464b7048da423051475824f73ac8ea47f909a88d831e2372c650dcb62cbc845dc519f597f5932c6f973f0ae734b1 SHA512 ddcc8fb9707618e1dadf03fd74d4561c91fe944e72aefa2e6b488efc2fc4803e1f12d889b15aad56582e48bcd0f219b450d6c68e40b5f01d6b0ae109ef45a99d
25 DIST kdeconnect-kde-1.4.tar.xz 389540 BLAKE2B 00a2a20e4a24d74d56db4a812937604d4dd73bc887b262ab967643414f97fcda4e51c54e9f710dc21247c99eec74c3f74eabf3dc2d4c713add6843a2e22e0ff2 SHA512 a8a43327b4185579d626978afc11bb0f334f73f7d68fc72090aab3fd14fb1af381061dd5278fb73e63ff2cb5a688f8ec969c097503d751aff48159237aa56cbf
26
27 diff --git a/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch b/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
28 deleted file mode 100644
29 index a46c284a017..00000000000
30 --- a/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
31 +++ /dev/null
32 @@ -1,13 +0,0 @@
33 -diff --git a/plugins/mousepad/CMakeLists.txt b/plugins/mousepad/CMakeLists.txt
34 -index ab9913ff..bfd52cd7 100644
35 ---- a/plugins/mousepad/CMakeLists.txt
36 -+++ b/plugins/mousepad/CMakeLists.txt
37 -@@ -10,7 +10,7 @@ if (LibFakeKey_FOUND)
38 - find_package(X11 REQUIRED)
39 - find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS X11Extras)
40 - endif()
41 --find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS Wayland)
42 -+find_package(KF5Wayland ${KF5_MIN_VERSION} QUIET)
43 -
44 - set(HAVE_X11 ${LibFakeKey_FOUND})
45 - set(HAVE_WAYLAND ${KF5Wayland_FOUND})
46
47 diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
48 deleted file mode 100644
49 index 9d073022755..00000000000
50 --- a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
51 +++ /dev/null
52 @@ -1,78 +0,0 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=7
57 -
58 -KDE_HANDBOOK="forceoptional"
59 -KDE_TEST="true"
60 -KMNAME="${PN}-kde"
61 -KDE_SELINUX_MODULE="${PN}"
62 -inherit kde5
63 -
64 -if [[ ${KDE_BUILD_TYPE} = release ]]; then
65 - SRC_URI="mirror://kde/stable/${PN}/${PV}/${KMNAME}-${PV}.tar.xz"
66 - KEYWORDS="amd64 x86"
67 -fi
68 -
69 -DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
70 -HOMEPAGE="https://kde.org/ https://community.kde.org/KDEConnect"
71 -LICENSE="GPL-2+"
72 -IUSE="app bluetooth mousepad wayland"
73 -
74 -DEPEND="
75 - $(add_frameworks_dep kcmutils)
76 - $(add_frameworks_dep kconfig)
77 - $(add_frameworks_dep kconfigwidgets)
78 - $(add_frameworks_dep kcoreaddons)
79 - $(add_frameworks_dep kdbusaddons)
80 - $(add_frameworks_dep ki18n)
81 - $(add_frameworks_dep kiconthemes)
82 - $(add_frameworks_dep kio)
83 - $(add_frameworks_dep knotifications)
84 - $(add_frameworks_dep kservice)
85 - $(add_frameworks_dep kwidgetsaddons)
86 - $(add_qt_dep qtdbus)
87 - $(add_qt_dep qtdeclarative)
88 - $(add_qt_dep qtgui)
89 - $(add_qt_dep qtnetwork)
90 - $(add_qt_dep qtwidgets)
91 - $(add_qt_dep qtx11extras)
92 - >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
93 - app? ( $(add_frameworks_dep kdeclarative) )
94 - bluetooth? ( $(add_qt_dep qtbluetooth) )
95 - mousepad? (
96 - x11-libs/libfakekey
97 - x11-libs/libX11
98 - x11-libs/libXtst
99 - )
100 - wayland? ( $(add_frameworks_dep kwayland) )
101 -"
102 -RDEPEND="${DEPEND}
103 - net-fs/sshfs
104 - app? ( $(add_frameworks_dep kirigami) )
105 - !kde-misc/kdeconnect:4
106 -"
107 -
108 -RESTRICT+=" test"
109 -
110 -PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
111 -
112 -src_configure() {
113 - local mycmakeargs=(
114 - -DEXPERIMENTALAPP_ENABLED=$(usex app)
115 - -DBLUETOOTH_ENABLED=$(usex bluetooth)
116 - $(cmake_use_find_package mousepad LibFakeKey)
117 - $(cmake_use_find_package wayland KF5Wayland)
118 - )
119 -
120 - kde5_src_configure
121 -}
122 -
123 -pkg_postinst() {
124 - kde5_pkg_postinst
125 -
126 - elog "The Android .apk file is available via"
127 - elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
128 - elog "or via"
129 - elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
130 -}
131
132 diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
133 index 2514fc517e0..b3cf4c00a4c 100644
134 --- a/kde-misc/kdeconnect/metadata.xml
135 +++ b/kde-misc/kdeconnect/metadata.xml
136 @@ -6,8 +6,6 @@
137 <name>Gentoo KDE Project</name>
138 </maintainer>
139 <use>
140 - <flag name="app">Enable experimental kcapp frontend</flag>
141 - <flag name="mousepad">Enable remote mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
142 <flag name="pulseaudio">Enable system volume control plugin using <pkg>media-sound/pulseaudio</pkg></flag>
143 <flag name="wayland">Enable remote input mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
144 <flag name="X">Enable remote input mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>