| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/kde-misc/fancytasks/fancytasks-1.1.0.ebuild,v 1.1 2012/03/23 07:22:49 johu Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
KDE_LINGUAS="de en_GB es et fr km nds pl pt ru sv tr uk" |
| 7 |
KDE_LINGUAS_DIR=( applet/locale containment/locale ) |
| 8 |
KDE_MINIMAL="4.8" |
| 9 |
inherit kde4-base |
| 10 |
|
| 11 |
DESCRIPTION="Task and launch representation plasmoid" |
| 12 |
HOMEPAGE="http://kde-look.org/content/show.php/Fancy+Tasks?content=99737" |
| 13 |
SRC_URI="http://kde-look.org/CONTENT/content-files/99737-${P}.tar.bz2" |
| 14 |
|
| 15 |
LICENSE="GPL-2" |
| 16 |
SLOT="4" |
| 17 |
KEYWORDS="~amd64 ~x86" |
| 18 |
IUSE="debug" |
| 19 |
|
| 20 |
DEPEND=" |
| 21 |
$(add_kdebase_dep plasma-workspace) |
| 22 |
x11-libs/libX11 |
| 23 |
x11-libs/libXcomposite |
| 24 |
x11-libs/libXext |
| 25 |
" |
| 26 |
RDEPEND="${DEPEND}" |
| 27 |
|
| 28 |
DOCS=( CHANGELOG README TODO ) |