gmailfeed-1.1.ebuild 614 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit kde5
  5. DESCRIPTION="Plasma 5 applet providing a list of unread emails from your Gmail inbox"
  6. HOMEPAGE="https://store.kde.org/p/998911/ https://github.com/anthon38/gmailfeed"
  7. SRC_URI="https://github.com/anthon38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="GPL-3+"
  9. KEYWORDS="~amd64"
  10. IUSE=""
  11. DEPEND="
  12. $(add_frameworks_dep knotifications)
  13. $(add_frameworks_dep plasma)
  14. $(add_qt_dep qtdeclarative 'xml')
  15. $(add_qt_dep qtnetwork)
  16. "
  17. RDEPEND="${DEPEND}
  18. $(add_qt_dep qtquickcontrols)
  19. "