blob: e49400958083dcdf0335a0fdf3d4d3566651a1cb (
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-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/smooth-tasks/smooth-tasks-20101106.ebuild,v 1.3 2011/02/26 18:21:22 dilfridge Exp $
EAPI=3
KDE_LINGUAS="cs de fr hu pl ru zh_CN"
KDE_MINIMAL="4.5"
inherit kde4-base
MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
DESCRIPTION="Alternate taskbar KDE plasmoid, similar to Windows 7"
HOMEPAGE="http://www.kde-look.org/content/show.php/Smooth+Tasks?content=101586"
SRC_URI="http://kde-look.org/CONTENT/content-files/101586-${PN}-src-wip-${MY_PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="
$(add_kdebase_dep libtaskmanager)
"
RDEPEND="${DEPEND}
$(add_kdebase_dep plasma-workspace)
"
S="${WORKDIR}/${PN}-src-wip-${MY_PV}"
|