summaryrefslogtreecommitdiff
blob: 62796ae711ea13c04b656df9dc66cee636225bd2 (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
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PN="plasmoid-${PN}"
inherit ecm

DESCRIPTION="Plasma 5 widget showing your Gmail feed"
HOMEPAGE="https://www.pling.com/p/1248550/
https://github.com/Intika-KDE-Plasmoids/plasmoid-ultimate-gmail-feed"
SRC_URI="https://github.com/Intika-KDE-Plasmoids/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""

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

DEPEND="
	dev-qt/qtdeclarative:5
	dev-qt/qtnetwork:5
	kde-frameworks/knotifications:5
	kde-frameworks/plasma:5
"
RDEPEND="${DEPEND}
	dev-qt/qtquickcontrols:5
	dev-qt/qtxmlpatterns:5[qml]
"