summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild')
-rw-r--r--kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild b/kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild
new file mode 100644
index 000000000000..dc40325a2f33
--- /dev/null
+++ b/kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kde-workspace"
+inherit kde4-meta
+
+DESCRIPTION="Embeds applications given as argument into the system tray"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="x11-libs/libX11"
+RDEPEND="${DEPEND}"