kde-misc/wacomtablet: Add 3.0.0_beta1_p20171107 snapshot
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 11 Nov 2017 20:20:07 +0000 (21:20 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 11 Nov 2017 20:26:20 +0000 (21:26 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

kde-misc/wacomtablet/Manifest
kde-misc/wacomtablet/wacomtablet-3.0.0_beta1_p20171107.ebuild [new file with mode: 0644]

index eb3e6b734295a694667391c38c4b9dbbad85c2d8..016a9f05ebd2e0df0ce306bbe40fd6cec03f1a0c 100644 (file)
@@ -1 +1,2 @@
 DIST 114856-wacomtablet-3.0.0~beta1.tar.xz 655684 SHA256 0bdb5c3f8dbd77010b4b6b37044aee33a8e026a5f31c8b6071b83ac4811cb9d6 SHA512 cf95cbd8f3489bf0d18acfec72ca964685060ae7c7a554b118f5086a46a1e97be67f674f1bf1db6ce15638fcdcfca5043e7438af09ced8acd9fb601c44f433fb WHIRLPOOL 13d5f72b307e6a154127912289af47d2eec077aa6f4602095b0a62eddb31a20991877312d6ed085e6047b1d491c655de3a9ace215ce23591666ca463045b5a84
+DIST wacomtablet-3.0.0_beta1_p20171107.tar.gz 629835 SHA256 acb99b8c5046156b359011a1631e663f04a5f6f896c5534aed0ecfdc5f13881e SHA512 bcd8f23e4f02cea09e1fb82a3630370bd081ffb14f453789acb26a304690fbe916deb6063d0ae5f415b796928528f764339778b51a2010ffa684162c0bc9ff1e WHIRLPOOL 58fe0e8c947cb1c895df5655031271d23e01e3fc9c6f898a9f2730bdf867b1cfaffd5d90d215609f42d6b825a483bb26a1ddbf24204599fe4e7b3e18c095f89e
diff --git a/kde-misc/wacomtablet/wacomtablet-3.0.0_beta1_p20171107.ebuild b/kde-misc/wacomtablet/wacomtablet-3.0.0_beta1_p20171107.ebuild
new file mode 100644 (file)
index 0000000..8f04135
--- /dev/null
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=753615b14ae3c0e670360185c83cc9e525ffdee5
+KDE_HANDBOOK="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="KControl module for Wacom tablets"
+HOMEPAGE="https://www.linux-apps.com/content/show.php?action=content&content=114856"
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdbusaddons)
+       $(add_frameworks_dep kglobalaccel)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep knotifications)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kwindowsystem)
+       $(add_frameworks_dep kxmlgui)
+       $(add_frameworks_dep plasma)
+       $(add_qt_dep qtdbus)
+       $(add_qt_dep qtdeclarative)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       $(add_qt_dep qtx11extras)
+       >=x11-drivers/xf86-input-wacom-0.20.0
+       x11-libs/libX11
+       x11-libs/libXi
+       x11-libs/libXrandr
+       x11-libs/libxcb
+"
+DEPEND="${CDEPEND}
+       sys-devel/gettext
+       x11-proto/xproto
+"
+RDEPEND="${CDEPEND}
+       !kde-misc/wacomtablet:4
+"