diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-08 13:01:18 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-08 13:01:38 +0100 |
commit | d53d0578994202b70f7953f360376ba48ecbeb73 (patch) | |
tree | a32f164bbe96cb6da09cfc41d218c7d0e52a0430 /kde-misc/plasmoid-workflow | |
parent | net-fs/samba: Removed old. (diff) | |
download | gentoo-d53d0578994202b70f7953f360376ba48ecbeb73.tar.gz gentoo-d53d0578994202b70f7953f360376ba48ecbeb73.tar.bz2 gentoo-d53d0578994202b70f7953f360376ba48ecbeb73.zip |
kde-base/kactivities -> kde-frameworks/kactivities
Diffstat (limited to 'kde-misc/plasmoid-workflow')
-rw-r--r-- | kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild b/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild index 4b2289a7f8f3..e7c6f08276fd 100644 --- a/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild +++ b/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 KDE_LINGUAS="de el en es fr pt" inherit kde4-base -DESCRIPTION="Plasmoid that integrates Activities, Virtual Desktops and Tasks Functionalities in one component" +DESCRIPTION="Integrates Activities, Virtual Desktops and Tasks in one component" HOMEPAGE="http://kde-look.org/content/show.php/?content=147428" SRC_URI="http://www.opentoolsandspace.org/Art/WorkFlow/0.4.x/${P}.tar.gz" @@ -17,7 +17,7 @@ KEYWORDS="~amd64" IUSE="" DEPEND=" - $(add_kdebase_dep kactivities) + kde-frameworks/kactivities:4 kde-plasma/libkworkspace:4 $(add_kdebase_dep plasma-workspace) " |