diff options
author | Johannes Huber <johu@gentoo.org> | 2017-04-20 18:15:02 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-04-20 18:22:40 +0200 |
commit | 8f00b2bf566d896205f52099530159c97b977f68 (patch) | |
tree | 6dfeae9f7a9dc7b276cb384a7f4ad8d589de52d1 /kde-apps/ktouch | |
parent | kde5*eclass: KDE Applications 17.04.0 improvements (diff) | |
download | gentoo-8f00b2bf566d896205f52099530159c97b977f68.tar.gz gentoo-8f00b2bf566d896205f52099530159c97b977f68.tar.bz2 gentoo-8f00b2bf566d896205f52099530159c97b977f68.zip |
kde-apps: Version bump KDE Applications 17.04.0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r-- | kde-apps/ktouch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktouch/ktouch-17.04.0.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest index ef8c7979253e..235c16965d56 100644 --- a/kde-apps/ktouch/Manifest +++ b/kde-apps/ktouch/Manifest @@ -1 +1,2 @@ DIST ktouch-16.12.3.tar.xz 1651308 SHA256 ef7dc861c4cddca5acc7c4e2f91687a5a24fbe8e72c9e151b8b13ef7d9dff39d SHA512 3a211a177da484342415ba319db185165632b93be87be5b03461ed9af496107bd8aa64542fb529eac3040a2fc35ff130ea3462050bdfd6b7d9f63ffd47658262 WHIRLPOOL 4d6950e358e42288a09ebb638c87796973d41835532ad014a7f896ad283217fe2a142b88af13a0a52da5e0155b92eacf0dc73cc0dd8c36346985feb901efe2a8 +DIST ktouch-17.04.0.tar.xz 5112908 SHA256 08f005799bdeb7a06f9a390285e1ddb8cdabe9d224c504a38e968a2a7f3d8d34 SHA512 a0741256c441a91a69fde05692b325ea1a747faa294819672c9e64565099e63f31308bc806653932a7d01d3b349cf0c21a84eb67239bc79af06c69bc3b727973 WHIRLPOOL 4db306e34819e3c94092732288f07808dc891e7cffb92c2258877a878cb07d8233ec454347e89348cd8870b52d5930b421287e25b16a80d2bde8471a484bb59d diff --git a/kde-apps/ktouch/ktouch-17.04.0.ebuild b/kde-apps/ktouch/ktouch-17.04.0.ebuild new file mode 100644 index 000000000000..9ae5cb1ee489 --- /dev/null +++ b/kde-apps/ktouch/ktouch-17.04.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Program that helps to learn and practice touch typing" +HOMEPAGE="https://www.kde.org/applications/education/ktouch/" +KEYWORDS="~amd64 ~arm ~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) +" |