aboutsummaryrefslogtreecommitdiff
blob: b13e7d2291d6d2c871b5e721914716c800a9b69c (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
29
30
31
32
33
34
35
36
37
38
39
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit kde4-base

MY_PN="140790-gtasks-${PV}.plasmoid"
DESCRIPTION="Wraps GMail Tasks in your desktop"
HOMEPAGE="http://kde-apps.org/content/show.php/Google+contacts?content=140790"
SRC_URI="http://kde-apps.org/CONTENT/content-files/${MY_PN} -> ${PN}.zip"

LICENSE="GPL-2"

SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="kde-misc/akonadi-google"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_configure() {
	:
}

src_compile() {
	:
}

src_install() {

	insinto usr/share/kde4/services/
	doins metadata.desktop
	insinto usr/share/kde4/apps/plasma/plasmoids/${PN}/
	cp -R contents  ${ED}usr/share/kde4/apps/plasma/plasmoids/${PN}
}