diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-11 17:17:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-11 18:14:22 +0100 |
commit | 85faab2e366afa6293f3c9781866f04631fc6213 (patch) | |
tree | 38279f6f2d8718267d122dfac04798f46f87232c /kde-apps/ktouch/ktouch-17.12.1.ebuild | |
parent | profiles/package.mask: remove obsolete media-radio/wspr entry (diff) | |
download | gentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.gz gentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.bz2 gentoo-85faab2e366afa6293f3c9781866f04631fc6213.zip |
kde-apps: Add KDE Applications 17.12.1
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/ktouch/ktouch-17.12.1.ebuild')
-rw-r--r-- | kde-apps/ktouch/ktouch-17.12.1.ebuild | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/kde-apps/ktouch/ktouch-17.12.1.ebuild b/kde-apps/ktouch/ktouch-17.12.1.ebuild new file mode 100644 index 000000000000..548ca5f0385e --- /dev/null +++ b/kde-apps/ktouch/ktouch-17.12.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 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 ~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) +" |