diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:33:27 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:38:26 +1000 |
commit | 5bc2531e9317b8679cc9e1ae68ee5883518bb613 (patch) | |
tree | 29fde51ed18962fcd1f1c5cf98f58ba728bc67f7 /kde-apps/ktouch | |
parent | profiles: mask >=kde-apps/minuet-16.08.0 as it requires masked Qt 5.7 (diff) | |
download | gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.gz gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.bz2 gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.zip |
kde-apps: version bump 16.08.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/ktouch')
-rw-r--r-- | kde-apps/ktouch/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktouch/ktouch-16.08.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest index 9d80afc0a067..5ba8fa0be8b9 100644 --- a/kde-apps/ktouch/Manifest +++ b/kde-apps/ktouch/Manifest @@ -1 +1,2 @@ DIST ktouch-16.04.3.tar.xz 2421772 SHA256 1a09e8940a2d012d4cf378147d9d81f68ca809de775a0d55c71c8514c8a55e30 SHA512 83e80d67ab92bd762ba7cd71c53de79a7fc7ed087f543aacd22d0a1e64e4fddba81811fd606bfad7fe470590b446bb231589319999643ff90106052158038b9f WHIRLPOOL f4733572ea7e475cce1ab65b8e87da46a883c73a3b8f0dd0dfe470d86a24d0d637f422a859bf26eaa20da0ee0af4b9d733a4622e31a6904a9f895ceadc8f5ced +DIST ktouch-16.08.1.tar.xz 2421360 SHA256 fd95a9fd19ead1c0437f2214732427bf13c51bb6d9a2b63560b5c825612a564a SHA512 9385fdc0d8959f69f0677718f4432e881185295cfd4b20f3e71442732f04cdd909d2857cbc78e929241b917650e8f123b286ea79769702db1ef13d5d7cb813b4 WHIRLPOOL 6c40681dbca5992bc9235ada18d3a80bba60cc5314be1a3f2171ab66d936d42e75b0f2664978a467e7dbac0ebff42cfd27f54ce4cb518bf89b3af4279c7393e7 diff --git a/kde-apps/ktouch/ktouch-16.08.1.ebuild b/kde-apps/ktouch/ktouch-16.08.1.ebuild new file mode 100644 index 000000000000..8afa2723de8c --- /dev/null +++ b/kde-apps/ktouch/ktouch-16.08.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Program that helps to learn and practice touch typing" +HOMEPAGE="https://www.kde.org/applications/education/ktouch/" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="debug" + +RDEPEND=" + $(add_kdeapps_dep knotify) + $(add_kdeapps_dep kqtquickcharts) + $(add_kdeapps_dep plasma-runtime) +" |