x11-misc/rescuetime - 2.16.5.1 (edgets)

Search

Package Information

Description:
A service that provides the user with the knowledge of how they spend their time while on the computer.
Homepage:
https://www.rescuetime.com
License:
RescueTime

Ebuild Details

Version EAPI Keywords Slot
2.16.5.1 7 ~amd64 0
View Raw Ebuild
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Source overlay: https://github.com/BlueManCZ/edgets

EAPI=7
inherit desktop unpacker xdg-utils

DESCRIPTION="A service that provides the user with the knowledge of how they spend their time while on the computer."
HOMEPAGE="https://www.rescuetime.com"
SRC_URI="http://webly3d.net/static/edgets-overlay/x11-misc/rescuetime/${P}.deb
  http://webly3d.net/static/edgets-overlay/x11-misc/rescuetime/${PN}.png"

LICENSE="RescueTime"
SLOT="0"
KEYWORDS="~amd64"
IUSE="xscreensaver xtest"

RDEPEND="app-misc/ca-certificates
  dev-db/sqlite
  dev-qt/qtgui
  dev-qt/qtsql
  sys-libs/glibc
  sys-libs/libstdc++-v3
  x11-libs/libXext
  xscreensaver? ( x11-libs/libXScrnSaver )
  xtest? ( x11-libs/libXtst )
  x11-libs/libX11"

S="${WORKDIR}/usr"

QA_PREBUILT="*"

src_prepare() {
  cp "${DISTDIR}/${PN}.png" "${S}" || die

  default
}

src_install() {
  insinto "/usr/share/${PN}"
  doins -r "share/${PN}"

  exeinto "/usr/bin"
  doexe "bin/${PN}"

  doicon "rescuetime.png"

  make_desktop_entry ${PN} ${PN^} ${PN} "System;Utility;"
}

pkg_postinst() {
  xdg_desktop_database_update
  xdg_icon_cache_update
}

pkg_postrm() {
  xdg_desktop_database_update
}

USE Flags

Dependencies

RDEPEND

app-misc/ca-certificates
  dev-db/sqlite
  dev-qt/qtgui
  dev-qt/qtsql
  sys-libs/glibc
  sys-libs/libstdc++-v3
  x11-libs/libXext
  xscreensaver? ( x11-libs/libXScrnSaver )
  xtest? ( x11-libs/libXtst )
  x11-libs/libX11

Manifest for 2.16.5.1

Type File Size Source URLs
DIST rescuetime-2.16.5.1.deb 2940798 bytes http://webly3d.net/static/edgets-overlay/x11-misc/rescuetime/rescuetime-2.16.5.1.deb
DIST rescuetime.png 29118 bytes http://webly3d.net/static/edgets-overlay/x11-misc/rescuetime/rescuetime.png