summaryrefslogtreecommitdiff
blob: 4188d232bfb09eacc6df3d9f757ed7dc48c5c100 (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

KDE_LINGUAS="de es fr gl nl pt_BR sv tr zh_CN"
inherit kde4-base

MY_PN="plasma-widget-${PN}"
MY_P="${MY_PN}-${PV}-2"

DESCRIPTION="Plasmoid for the panel provides quick access to the most used folders"
HOMEPAGE="http://kde-look.org/content/show.php?content=134442"
SRC_URI="http://kde-look.org/CONTENT/content-files/134442-${MY_P}.zip"

LICENSE="GPL-3"
KEYWORDS="amd64 x86"
SLOT="4"
IUSE="debug"

DEPEND="$(add_kdeapps_dep libkonq)"
RDEPEND="${DEPEND}
	kde-plasma/plasma-workspace:4
"

S="${WORKDIR}/${MY_P}"