28 lines
676 B
Bash
28 lines
676 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
MY_P="plasmoid-${P}"
|
|
KDE_LINGUAS="cs da de el es et fr ga it km nds nl pl pt pt_BR ru sk sv uk"
|
|
inherit kde4-base
|
|
|
|
DESCRIPTION="Plasmoid showing the events from Akonadi resources"
|
|
HOMEPAGE="http://kde-look.org/content/show.php/Eventlist?content=107779"
|
|
SRC_URI="http://kde-look.org/CONTENT/content-files/107779-${MY_P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="4"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE="debug"
|
|
|
|
RDEPEND="
|
|
$(add_kdeapps_dep kdepim-common-libs)
|
|
$(add_kdeapps_dep kdepimlibs)
|
|
"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
DOCS=( AUTHORS Changelog README TODO )
|
|
|
|
S=${WORKDIR}/${MY_P}
|