mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-misc/gmailfeed: Switch to ecm.eclass
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -3,23 +3,25 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
QT_MINIMAL=5.12.1
|
||||
inherit kde5
|
||||
KFMIN=5.60.0
|
||||
QTMIN=5.12.1
|
||||
inherit ecm
|
||||
|
||||
DESCRIPTION="Plasma 5 applet providing a list of unread emails from your Gmail inbox"
|
||||
HOMEPAGE="https://store.kde.org/p/998911/ https://github.com/anthon38/gmailfeed"
|
||||
SRC_URI="https://github.com/anthon38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
$(add_frameworks_dep knotifications)
|
||||
$(add_frameworks_dep plasma)
|
||||
$(add_qt_dep qtnetwork)
|
||||
$(add_qt_dep qtxmlpatterns 'qml(+)' 5.12.1-r1)
|
||||
>=dev-qt/qtnetwork-${QTMIN}:5
|
||||
>=dev-qt/qtxmlpatterns-5.12.1-r1:5[qml(+)]
|
||||
>=kde-frameworks/knotifications-${KFMIN}:5
|
||||
>=kde-frameworks/plasma-${KFMIN}:5
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
$(add_qt_dep qtquickcontrols)
|
||||
>=dev-qt/qtquickcontrols-${QTMIN}:5
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user