diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-18 22:05:32 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-18 22:05:32 +0100 |
commit | 7f006bfa785842e0e94cdb2180402146e89073fc (patch) | |
tree | a633cf850eb556e6169f4aded04013470f01c50f /kde-plasma/ksystraycmd | |
parent | kde-misc/yakuake: Import latest slot 4 from gentoo main tree (diff) | |
download | kde-sunset-7f006bfa785842e0e94cdb2180402146e89073fc.tar.gz kde-sunset-7f006bfa785842e0e94cdb2180402146e89073fc.tar.bz2 kde-sunset-7f006bfa785842e0e94cdb2180402146e89073fc.zip |
kde-plasma: Import latest KDE Plasma 4 from gentoo main tree
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/ksystraycmd')
-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 | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/kde-plasma/ksystraycmd/Manifest b/kde-plasma/ksystraycmd/Manifest new file mode 100644 index 00000000..db5163f8 --- /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 00000000..2586c2cc --- /dev/null +++ b/kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 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 00000000..7a38bb90 --- /dev/null +++ b/kde-plasma/ksystraycmd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> |