summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-19 15:33:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-19 15:33:37 +0200
commit1d72a0a1cd87d7401ef850a98513c7e080d7d2e1 (patch)
treecb93e377edcbd097f32d02b97f3a1a9a5d851b10 /kde-apps/kmousetool
parentsys-kernel/gentoo-sources: Linux patch 4.16.3 (diff)
downloadgentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.tar.gz
gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.tar.bz2
gentoo-1d72a0a1cd87d7401ef850a98513c7e080d7d2e1.zip
kde-apps: Add KDE Applications 18.04.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kmousetool')
-rw-r--r--kde-apps/kmousetool/Manifest1
-rw-r--r--kde-apps/kmousetool/kmousetool-18.04.0.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kmousetool/Manifest b/kde-apps/kmousetool/Manifest
index 92d8c08f0cff..edda0cd07533 100644
--- a/kde-apps/kmousetool/Manifest
+++ b/kde-apps/kmousetool/Manifest
@@ -1 +1,2 @@
DIST kmousetool-17.12.3.tar.xz 110788 BLAKE2B b0212a774095735d69048430b0181a88d6c375ab74d850d8fd0a2e1978ed85a201d860fbf957b151f8f513dd785c15f4b3a8ec0616bfdcad43b456cd4a1ce010 SHA512 5e67d82d8034568c27e367f77e591688a3f9cb2fb0a84e06323994fa36f486004dc1bb9bf8c7d2cbbc42c234bbbcac95605e05eca6590ec53499f391b36eac83
+DIST kmousetool-18.04.0.tar.xz 111868 BLAKE2B 8548aa38b443de0fd6d08548014dfac066bcf163d568265d74abdbd4ec410d416b81049c7a319be32ae4d50d681b2edf2b9f05e799f4bafd2184ae64877ecca2 SHA512 e863a5861a93a3e2794dc7d7d5ba22a15ff1eb57e2bdbe1c6fdbb5222bf1afa8fa5d652d04db978adf8a526d4226f057001ab7908b318f57f5ed1faebff1d5d2
diff --git a/kde-apps/kmousetool/kmousetool-18.04.0.ebuild b/kde-apps/kmousetool/kmousetool-18.04.0.ebuild
new file mode 100644
index 000000000000..ed8aa9a18385
--- /dev/null
+++ b/kde-apps/kmousetool/kmousetool-18.04.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="KDE program that clicks the mouse for you"
+HOMEPAGE="https://www.kde.org/applications/utilities/kmousetool/"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ media-libs/phonon[qt5(+)]
+ x11-libs/libX11
+ x11-libs/libXtst
+"
+DEPEND="${COMMON_DEPEND}
+ x11-libs/libXext
+ x11-libs/libXt
+ x11-proto/xproto
+"
+RDEPEND="${COMMON_DEPEND}
+ !<kde-apps/kde4-l10n-17.07.80
+"