aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-12 12:05:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-12 12:05:01 +0200
commitb4fd4f708e13dc62d734a6a176e076a6845751c6 (patch)
tree26c58f85a5abb1e439042cf42a4154f7ecf75fbf /kde-apps/ktouch
parentkde5.eclass: Mark KDE Applications 19.04.0 unreleased (diff)
downloadkde-b4fd4f708e13dc62d734a6a176e076a6845751c6.tar.gz
kde-b4fd4f708e13dc62d734a6a176e076a6845751c6.tar.bz2
kde-b4fd4f708e13dc62d734a6a176e076a6845751c6.zip
kde-apps: Add KDE Applications 19.04.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r--kde-apps/ktouch/Manifest1
-rw-r--r--kde-apps/ktouch/ktouch-19.04.0.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest
index 8ed0ee2a2f..764d7e3d0f 100644
--- a/kde-apps/ktouch/Manifest
+++ b/kde-apps/ktouch/Manifest
@@ -1 +1,2 @@
DIST ktouch-19.03.90.tar.xz 5140268 BLAKE2B 6e9ab79df14313524396f3186190860677f349bf60f1050cd9d63dd7fda3f1c7d709b56915104812c2484f5bf9ce9b76d86d4bc4be4919b60a93b1e60ab8d70e SHA512 2e6f4911f2f7266ab568038d1927102a7612405f77274df12b34f9537a7128743fd87f580d5dfd91d78a3a4a10a316fae60cbe6704eb5eccd4e8b9b403bc8c77
+DIST ktouch-19.04.0.tar.xz 5139320 BLAKE2B 149d7c20d109e9b460e10762e20355fa77d1804a5512a068f5e6fcfc4ba44c8c959f9fa3ae949bcf1c945cbff6722fb656c09fc6c8f9bc3de084d33ae74cae83 SHA512 c2fd7a42efd5556edb26bec59158929998513be8c68d84c1f5db8ba91a6cc5b52aa639f5200ac159aa60714cf39a44386c33e5b113e331b1c86eed4dcde74319
diff --git a/kde-apps/ktouch/ktouch-19.04.0.ebuild b/kde-apps/ktouch/ktouch-19.04.0.ebuild
new file mode 100644
index 0000000000..08c3e5d0df
--- /dev/null
+++ b/kde-apps/ktouch/ktouch-19.04.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Program that helps to learn and practice touch typing"
+HOMEPAGE="https://kde.org/applications/education/ktouch/"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ $(add_qt_dep qtxml)
+ $(add_qt_dep qtxmlpatterns)
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libxcb
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_frameworks_dep kwindowsystem)
+"
+RDEPEND="${COMMON_DEPEND}
+ $(add_kdeapps_dep kqtquickcharts)
+"