Package Details: rescuetime2 2.16.5.1-2

Git Clone URL: https://aur.archlinux.org/rescuetime2.git (read-only, click to copy)
Package Base: rescuetime2
Description: Application time-tracking for Linux. Stable version
Upstream URL: https://www.rescuetime.com
Keywords: rescuetime rescuetime2
Licenses: proprietary
Conflicts: rescuetime
Submitter: ElXreno
Maintainer: ElXreno
Last Packager: ElXreno
Votes: 61
Popularity: 0.000000
First Submitted: 2019-01-06 07:02 (UTC)
Last Updated: 2021-01-13 07:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

yechs commented on 2019-06-26 15:12 (UTC)

@kbumsik Thank you for the patch, will accept it as soon as I have my Arch Linux installed and set up (got a new laptop and was having a headache trying to set up everything again)

kbumsik commented on 2019-06-26 15:05 (UTC)

Hi I fixed PKGBUILD to generate a desktop entry file for a better desktop integration. Could you accept this patch?

From 7fad4318d8cb33d095b8775be41de7b3189a0a6d Mon Sep 17 00:00:00 2001
From: Bumsik Kim <k.bumsik@gmail.com>
Date: Wed, 26 Jun 2019 23:57:27 +0900
Subject: [PATCH] Add an XDG desktop entry

---
 .SRCINFO | 3 ++-
 PKGBUILD | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 5c50a6e..3b7ce56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
 pkgbase = rescuetime2
    pkgdesc = Application time-tracking for Linux. Stable version
    pkgver = 2.14.3.1
-   pkgrel = 2
+   pkgrel = 3
    url = https://www.rescuetime.com
    arch = i686
    arch = x86_64
    license = proprietary
+   makedepends = gendesk
    depends = qt5-base
    depends = xorg-xprop
    depends = xprintidle
diff --git a/PKGBUILD b/PKGBUILD
index 5f48cab..5f121f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@

 pkgname=rescuetime2
 pkgver=2.14.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Application time-tracking for Linux. Stable version"
 arch=('i686' 'x86_64')
 url=https://www.rescuetime.com
 license=('proprietary')
 depends=('qt5-base' 'xorg-xprop' 'xprintidle')
+makedepends=('gendesk')
 conflicts=('rescuetime')
 source_i686=("${pkgname}_${pkgver}_i686.deb"::"$url/installers/rescuetime_current_i386.deb")
 source_x86_64=("${pkgname}_${pkgver}_amd64.deb"::"$url/installers/rescuetime_current_amd64.deb")
@@ -21,11 +22,13 @@ pkgver() {
 prepare() {
     bsdtar -xf control.tar.gz control
     bsdtar -xf data.tar.xz
+   gendesk -f --pkgname="RescueTime" --pkgdesc="$pkgdesc" --categories=Office --exec=rescuetime
 }

 package() {
     install -Dm644 {,"$pkgdir"/}usr/share/rescuetime/curl-ca-bundle.crt
     install -Dm755 {,"$pkgdir"/}usr/bin/rescuetime
+   install -Dm644 "$srcdir"/RescueTime.desktop -t "$pkgdir"/usr/share/applications
 }

 post_install() {
-- 
2.22.0


ElXreno commented on 2019-05-25 11:13 (UTC) (edited on 2019-05-25 11:13 (UTC) by ElXreno)

@PanisSupraOmnia I fix this problem. Thanks for your report.

PanisSupraOmnia commented on 2019-05-20 21:29 (UTC)

I just noticed that this package is marked as being GPL2 licensed. This is not the case; RescueTime is proprietary software. Please correct this!

ElXreno commented on 2019-04-24 20:15 (UTC)

@PanisSupraOmnia thank you for reporting. Package updated, builded, but not tested.

yechs commented on 2019-03-07 00:10 (UTC) (edited on 2019-03-07 02:12 (UTC) by yechs)

You can try merging the two packages, I have submitted a request merging rescuetime into rescuetime2
UPDATE: the request is accepted and the packages are now merged

kotrfa commented on 2019-02-13 20:26 (UTC) (edited on 2019-02-17 21:17 (UTC) by kotrfa)

There is: https://aur.archlinux.org/packages/rescuetime2/ , which basically does what ZimbiX wrote.

That is, if you for some reason don't want to install the above (I don't see why) , changing those two lines in this PKGBUILD and then makepkg -si works as a charm...

ZimbiX commented on 2019-02-06 02:41 (UTC)

The PKGBUILD should currently be adjusted to:

pkgver=2.14.2.1
sha256sums_x86_64=('ca9a0d437169e43e539d044f6aad7b1acb33fde461f381774f596778320581b3')

jmontano commented on 2019-01-30 17:07 (UTC)

I voted for this package here on the AUR. Maybe that'd help getting more people to install it.