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/wacomtablet: Restore 3.2.0-r0
Albeit with EAPI-8 and libwacom slot op. Bug: https://bugs.gentoo.org/850652 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
1 changed file
with
59 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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=5.60.0 | ||
QTMIN=5.12.3 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="System settings module for Wacom tablets" | ||
HOMEPAGE="https://apps.kde.org/wacomtablet/ | ||
https://userbase.kde.org/Wacomtablet" | ||
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz | ||
https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="5" | ||
KEYWORDS="amd64 x86" | ||
|
||
RDEPEND=" | ||
>=dev-libs/libwacom-0.30:= | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=dev-qt/qtx11extras-${QTMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:5 | ||
>=kde-frameworks/kglobalaccel-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
>=kde-frameworks/plasma-${KFMIN}:5 | ||
>=x11-drivers/xf86-input-wacom-0.20.0 | ||
x11-libs/libXi | ||
x11-libs/libxcb | ||
" | ||
DEPEND="${RDEPEND} | ||
x11-base/xorg-proto | ||
x11-libs/libX11 | ||
" | ||
BDEPEND="sys-devel/gettext" | ||
|
||
PATCHES=( "${WORKDIR}/${P}-qt-5.15.patch" ) | ||
|
||
src_test() { | ||
# test needs DBus, bug 675548 | ||
local myctestargs=( | ||
-E "(Test.KDED.DBusTabletService)" | ||
) | ||
|
||
ecm_src_test | ||
} |