aboutsummaryrefslogtreecommitdiff
blob: a1d91ef4ba7f25e90fb5047890884f637c6767f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit kde4-base

DESCRIPTION="KDE plasmoid. Shows an icon-only taskbar"
HOMEPAGE="http://www.kde-look.org/content/show.php/STasks?content=99739"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/99739-${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"

RDEPEND="
	!kde-plasmoids/stasks
	>=kde-base/plasma-workspace-${KDE_MINIMAL}
"

src_prepare() {
	if has_version ">=kde-base/kdelibs-4.2.90"; then
		epatch "${FILESDIR}"/"${PN}"_kde-4.3.patch
	fi

	kde4-base_src_prepare
}