summaryrefslogtreecommitdiff
blob: 744a62e1ece90a5dd22d14a01e2596012d22b5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/redshift-plasmoid/redshift-plasmoid-0.6.2.ebuild,v 1.2 2014/08/05 16:31:43 mrueg Exp $

EAPI=5

KDE_LINGUAS="de fr it"
inherit kde4-base

DESCRIPTION="KDE4 plasmoid for redshift"
HOMEPAGE="http://kde-apps.org/content/show.php/Redshift+Plasmoid?content=148737 https://github.com/simgunz/redshift-plasmoid/"
SRC_URI="http://www.kde-look.org/CONTENT/content-files/148737-${P}.tar.bz2"

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

DEPEND="$(add_kdebase_dep plasma-workspace)"
RDEPEND="${DEPEND}
	x11-misc/redshift"