diff options
author | Johannes Huber <johu@gentoo.org> | 2016-11-20 20:38:47 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-11-20 20:39:15 +0100 |
commit | 84530c97c49e622583cee7ab5a8adc021c6df8b9 (patch) | |
tree | 8b2ac022b5820b9cf1b7e62001ce764aeb3c0c72 /kde-plasma | |
parent | net-im/skypeforlinux: Version bump (diff) | |
download | gentoo-84530c97c49e622583cee7ab5a8adc021c6df8b9.tar.gz gentoo-84530c97c49e622583cee7ab5a8adc021c6df8b9.tar.bz2 gentoo-84530c97c49e622583cee7ab5a8adc021c6df8b9.zip |
kde-base/ksystraycmd -> kde-plasma/ksystraycmd
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/ksystraycmd/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild | 15 | ||||
-rw-r--r-- | kde-plasma/ksystraycmd/metadata.xml | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/ksystraycmd/Manifest b/kde-plasma/ksystraycmd/Manifest new file mode 100644 index 000000000000..db5163f83985 --- /dev/null +++ b/kde-plasma/ksystraycmd/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802 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}" diff --git a/kde-plasma/ksystraycmd/metadata.xml b/kde-plasma/ksystraycmd/metadata.xml new file mode 100644 index 000000000000..0cf59224b009 --- /dev/null +++ b/kde-plasma/ksystraycmd/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> +</maintainer> +</pkgmetadata> |