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/wacomtablet/
Date: Sun, 12 Jan 2020 11:47:51
Message-Id: 1578829637.74964ce8932e9e213253a95c85035b7a94d1ab3a.asturm@gentoo
1 commit: 74964ce8932e9e213253a95c85035b7a94d1ab3a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 11:11:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 11:47:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74964ce8
7
8 kde-misc/wacomtablet: Port away from kde5.eclass, update HOMEPAGE
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild | 48 ++++++++++++++-------------
14 1 file changed, 25 insertions(+), 23 deletions(-)
15
16 diff --git a/kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild b/kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild
17 index 74a5f2521ad..fb00967bfb2 100644
18 --- a/kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild
19 +++ b/kde-misc/wacomtablet/wacomtablet-3.2.0.ebuild
20 @@ -1,39 +1,41 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -KDE_HANDBOOK="forceoptional"
28 +ECM_HANDBOOK="forceoptional"
29 +KFMIN=5.60.0
30 +QTMIN=5.12.3
31 VIRTUALX_REQUIRED="test"
32 -inherit kde5
33 +inherit ecm kde.org
34
35 DESCRIPTION="System settings module for Wacom tablets"
36 -HOMEPAGE="https://userbase.kde.org/Wacomtablet https://store.kde.org/p/1127862"
37 -SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
38 +HOMEPAGE="https://kde.org/applications/system/org.kde.wacomtablet
39 +https://userbase.kde.org/Wacomtablet"
40
41 LICENSE="GPL-2"
42 +SLOT="5"
43 KEYWORDS="amd64 x86"
44 -IUSE=""
45
46 BDEPEND="sys-devel/gettext"
47 RDEPEND="
48 - $(add_frameworks_dep kconfig)
49 - $(add_frameworks_dep kconfigwidgets)
50 - $(add_frameworks_dep kcoreaddons)
51 - $(add_frameworks_dep kdbusaddons)
52 - $(add_frameworks_dep kglobalaccel)
53 - $(add_frameworks_dep ki18n)
54 - $(add_frameworks_dep knotifications)
55 - $(add_frameworks_dep kwidgetsaddons)
56 - $(add_frameworks_dep kwindowsystem)
57 - $(add_frameworks_dep kxmlgui)
58 - $(add_frameworks_dep plasma)
59 - $(add_qt_dep qtdbus)
60 - $(add_qt_dep qtdeclarative)
61 - $(add_qt_dep qtgui)
62 - $(add_qt_dep qtwidgets)
63 - $(add_qt_dep qtx11extras)
64 >=dev-libs/libwacom-0.30
65 + >=dev-qt/qtdbus-${QTMIN}:5
66 + >=dev-qt/qtdeclarative-${QTMIN}:5
67 + >=dev-qt/qtgui-${QTMIN}:5
68 + >=dev-qt/qtwidgets-${QTMIN}:5
69 + >=dev-qt/qtx11extras-${QTMIN}:5
70 + >=kde-frameworks/kconfig-${KFMIN}:5
71 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5
72 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
73 + >=kde-frameworks/kdbusaddons-${KFMIN}:5
74 + >=kde-frameworks/kglobalaccel-${KFMIN}:5
75 + >=kde-frameworks/ki18n-${KFMIN}:5
76 + >=kde-frameworks/knotifications-${KFMIN}:5
77 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
78 + >=kde-frameworks/kwindowsystem-${KFMIN}:5
79 + >=kde-frameworks/kxmlgui-${KFMIN}:5
80 + >=kde-frameworks/plasma-${KFMIN}:5
81 >=x11-drivers/xf86-input-wacom-0.20.0
82 x11-libs/libXi
83 x11-libs/libxcb
84 @@ -49,5 +51,5 @@ src_test() {
85 -E "(Test.KDED.DBusTabletService)"
86 )
87
88 - kde5_src_test
89 + ecm_src_test
90 }