Skip to content

Commit

Permalink
kde-plasma/wacomtablet: 5.91.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Dec 20, 2023
1 parent 3c1e18b commit f4156ea
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/wacomtablet/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST wacomtablet-5.91.0.tar.xz 824640 BLAKE2B b07a1856b8409cd79bc34060218dcbf52f11c261b6056f638fa62c294175a324bed248b949d13b70d1b693aef5e87cda7f5602b641086d61245e46c68cc1c8d4 SHA512 831c7ac79eea1b4addb1abb4dd173dc30d0b113a89f7f53b8392d14b63d5d8e9d1334d028c9dbf14370fb2773b6296a320db1897338a8c7c9eca2e6af67df0b6
55 changes: 55 additions & 0 deletions kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ECM_HANDBOOK="forceoptional"
KFMIN=5.247.0
PVCUT=$(ver_cut 1-3)
QTMIN=6.6.0
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"
IUSE=""

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
}

0 comments on commit f4156ea

Please sign in to comment.