summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kmousetool/kmousetool-16.12.0.ebuild')
-rw-r--r--kde-apps/kmousetool/kmousetool-16.12.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-apps/kmousetool/kmousetool-16.12.0.ebuild b/kde-apps/kmousetool/kmousetool-16.12.0.ebuild
new file mode 100644
index 000000000000..18437a997356
--- /dev/null
+++ b/kde-apps/kmousetool/kmousetool-16.12.0.ebuild
@@ -0,0 +1,20 @@
+# 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="KDE program that clicks the mouse for you"
+HOMEPAGE="https://www.kde.org/applications/utilities/kmousetool/"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug"
+
+DEPEND="
+ media-libs/phonon[qt4]
+"
+RDEPEND="${DEPEND}
+ $(add_kdeapps_dep knotify)
+"