forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Michael Palimaka
committed
Dec 15, 2016
1 parent
c56e561
commit a233d4d
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST gmailfeed-1.1.tar.gz 21221 SHA256 b505d54922ca69952d33ab6ebe28593df3726063499936efe5a68e4294ba9623 SHA512 f82ce00074302f7b67c2439e11e8cee5b66681fd9f4e7a74088a0bf65224b6025a4fbbc79f3d6a8dddb194dffcf3f7978bf483e575666d35e89afb4259274677 WHIRLPOOL e18dadae0b4d0e7f2d38d3c1e165cd7044f6061df7fe9a3ebc9d5799d1c9c5797c63d2350ae761bcaef492436398395967e52ec47ba0928f1a035d8db2b0b991 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
inherit kde5 | ||
|
||
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+" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
$(add_frameworks_dep knotifications) | ||
$(add_frameworks_dep plasma) | ||
$(add_qt_dep qtdeclarative 'xml') | ||
$(add_qt_dep qtnetwork) | ||
" | ||
RDEPEND="${DEPEND} | ||
$(add_qt_dep qtquickcontrols) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo KDE Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="github">anthon38/gmailfeed</remote-id> | ||
</upstream> | ||
</pkgmetadata> |