summaryrefslogtreecommitdiff
blob: 7cfc5af6a18db080b5390de8c38f62042c40be16 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.1.ebuild,v 1.3 2011/08/12 20:21:26 dilfridge Exp $

EAPI=3

inherit kde4-base

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

DESCRIPTION="KDE4 plasmoid. Designed for the panel, provides quick access to the most used folders"
HOMEPAGE="http://kde-look.org/content/show.php/QuickAccess+(maintenance+fork)?content=101968"
SRC_URI="http://kde-look.org/CONTENT/content-files/101968-${MY_P}.orig.tar.gz"

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

RDEPEND="
	!kde-plasmoids/quickaccess
	$(add_kdebase_dep plasma-workspace)
"

S="${WORKDIR}/${MY_PN}-${PV}"

PATCHES=( "${FILESDIR}/${P}-gcc46.patch" )