summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-20 14:34:48 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-20 14:34:48 +0100
commitd456a3dbb18dd2a6f491ccfce5db76408e65149c (patch)
tree84d8263ec31b70d8e0b2f09b8048a7842c11f645 /kde-plasma
parentkde-base/freespacenotifier -> kde-plasma/freespacenotifier (diff)
downloadgentoo-d456a3dbb18dd2a6f491ccfce5db76408e65149c.tar.gz
gentoo-d456a3dbb18dd2a6f491ccfce5db76408e65149c.tar.bz2
gentoo-d456a3dbb18dd2a6f491ccfce5db76408e65149c.zip
kde-base/solid-actions-kcm -> kde-plasma/solid-actions-kcm
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-5.7.5.ebuild2
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-5.8.3.ebuild2
-rw-r--r--kde-plasma/solid-actions-kcm/Manifest1
-rw-r--r--kde-plasma/solid-actions-kcm/metadata.xml8
-rw-r--r--kde-plasma/solid-actions-kcm/solid-actions-kcm-4.11.22.ebuild19
5 files changed, 30 insertions, 2 deletions
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.7.5.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.7.5.ebuild
index 3102f5ada40c..5bdb86f86add 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.7.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.7.5.ebuild
@@ -116,7 +116,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/knetattach[handbook]
!kde-base/plasma-desktop:4
!kde-base/plasma-workspace:4
- !kde-base/solid-actions-kcm:4
+ !kde-plasma/solid-actions-kcm:4
!kde-plasma/systemsettings:4
!kde-misc/kcm_touchpad
!kde-misc/kcm-touchpad
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.8.3.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.8.3.ebuild
index cce14d809d0e..30fdc9fbf065 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.8.3.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.8.3.ebuild
@@ -116,7 +116,7 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/knetattach[handbook]
!kde-base/plasma-desktop:4
!kde-base/plasma-workspace:4
- !kde-base/solid-actions-kcm:4
+ !kde-plasma/solid-actions-kcm:4
!kde-plasma/systemsettings:4
!kde-misc/kcm_touchpad
!kde-misc/kcm-touchpad
diff --git a/kde-plasma/solid-actions-kcm/Manifest b/kde-plasma/solid-actions-kcm/Manifest
new file mode 100644
index 000000000000..db5163f83985
--- /dev/null
+++ b/kde-plasma/solid-actions-kcm/Manifest
@@ -0,0 +1 @@
+DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802
diff --git a/kde-plasma/solid-actions-kcm/metadata.xml b/kde-plasma/solid-actions-kcm/metadata.xml
new file mode 100644
index 000000000000..0cf59224b009
--- /dev/null
+++ b/kde-plasma/solid-actions-kcm/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>
diff --git a/kde-plasma/solid-actions-kcm/solid-actions-kcm-4.11.22.ebuild b/kde-plasma/solid-actions-kcm/solid-actions-kcm-4.11.22.ebuild
new file mode 100644
index 000000000000..9cec98e0540e
--- /dev/null
+++ b/kde-plasma/solid-actions-kcm/solid-actions-kcm-4.11.22.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kde-workspace"
+CPPUNIT_REQUIRED="test"
+inherit kde4-meta
+
+DESCRIPTION="KDE Plasma control module for Solid actions"
+HOMEPAGE="https://solid.kde.org"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND="
+ $(add_kdeapps_dep solid-runtime)
+ !kde-base/solid:4
+"