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-plasma/wacomtablet: 6.1.5 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
57 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 +1,2 @@ | ||
DIST wacomtablet-6.1.4.tar.xz 829624 BLAKE2B 1bf333ef012e65dcedf62a211eaab479caa73fafd73b46d89984582fc0aa8a469d2269b695d2cf74cef23010d010a1fbb66f86e5e82ab2cef86d820076270fab SHA512 c9e9d1dac0d44b6db9ce847908cfda9351fcf023b9f2f787d8c39b32ae74b805348c1e3dd35d7ac4432421ba5269ee6a6686ea46a2769df4a625034a4daba673 | ||
DIST wacomtablet-6.1.5.tar.xz 829876 BLAKE2B 5a028b05ce7360a655a98fc351c3e472a8cdaaef605045f2bab1b7e9b1cf806c488bf629f161001c5885bf64a4eba1ba4a29e66ae757939bc2cf8457b82c640b SHA512 592a0188cfa72026cc501afeed8c3e54edd99acddd0c4932e2e88889fb78d190576dbc4c662d73abe768b307e6490063bdab330efaa85959e982a55afd292f99 |
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,56 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=6.5.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=6.7.2 | ||
inherit ecm plasma.kde.org | ||
|
||
DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles" | ||
HOMEPAGE="https://userbase.kde.org/Wacomtablet" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="6" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h | ||
RDEPEND=" | ||
>=dev-libs/libwacom-0.30:= | ||
>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets] | ||
>=dev-qt/qtdeclarative-${QTMIN}:6 | ||
>=kde-frameworks/kcmutils-${KFMIN}:6 | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:6 | ||
>=kde-frameworks/kglobalaccel-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kio-${KFMIN}:6 | ||
>=kde-frameworks/knotifications-${KFMIN}:6 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:6 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:6 | ||
>=kde-plasma/libplasma-${PVCUT}:6 | ||
>=kde-plasma/plasma5support-${PVCUT}:6 | ||
>=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" | ||
|
||
src_test() { | ||
# test needs DBus, bug 675548 | ||
local myctestargs=( | ||
-E "(Test.KDED.DBusTabletService)" | ||
) | ||
|
||
ecm_src_test | ||
} |