Package Details: paymo-widget 7.2.8-1

Git Clone URL: https://aur.archlinux.org/paymo-widget.git (read-only, click to copy)
Package Base: paymo-widget
Description: An app that allows you to track work time via a stopwatch or manually add bulk time for paymo
Upstream URL: https://www.paymoapp.com/download/
Licenses: proprietary
Submitter: svenstaro
Maintainer: mrpalide
Last Packager: mrpalide
Votes: 1
Popularity: 0.000000
First Submitted: 2018-05-30 22:03 (UTC)
Last Updated: 2022-12-12 18:04 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

mrpalide commented on 2022-06-14 04:27 (UTC) (edited on 2022-06-14 04:28 (UTC) by mrpalide)

Hey buddy. Need these changes to use last version of paymo-widget.

diff --git a/PKGBUILD b/PKGBUILD
index 16b912b..f89f022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
 pkgname=paymo-widget
-pkgver=7.0.8
+pkgver=7.2.8
 pkgrel=1
 pkgdesc="An app that allows you to track work time via a stopwatch or manually add bulk time for paymo"
 arch=('x86_64')
 url="https://www.paymoapp.com/download/"
 license=(proprietary)
-source=("paymo-widget-${pkgver}-x86_64.AppImage::https://www.paymoapp.com/widget?os=linux" "paymo-widget")
-sha512sums=('4744873e1dcde3feebeb0155938066a24bbce7c97e2f177130a5404f92eecde8890ffa755eec94d2d661520d20874540a7773886c7ba158b227779483b5395f3' '8989c0985cf8fcc2c73ae731ff60c733be6ab99ff9fa00ed31433aa0ed5c7e6b27162e3d7e578207a82cff6df8e50cdc46cef6626d47235cc76d916279a59698')
+source=("paymo-widget-${pkgver}-x86_64.AppImage::https://downloads.paymoapp.com/widget?os=linux" "paymo-widget")
+sha512sums=('20baada3d79c62c13905ef2e6a358ae4d6c51fd93997aea910d8815b26a2c7003df47708a91c0fb0ba5b9039238cd06d7ea6a0cfba6744dcc39070da255000d0' '8989c0985cf8fcc2c73ae731ff60c733be6ab99ff9fa00ed31433aa0ed5c7e6b27162e3d7e578207a82cff6df8e50cdc46cef6626d47235cc76d916279a59698')

 prepare() {
   chmod +x "$srcdir"/paymo-widget-${pkgver}-x86_64.AppImage

raffomania commented on 2021-04-12 08:27 (UTC)

The missing icon is due to the .desktop file not being included in the package. There's a typo in the PKGBUILD which the following patch fixes :)

diff --git a/PKGBUILD b/PKGBUILD
index bc12b5b..2dd554f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ package() {
   mkdir -p "$pkgdir"/usr/bin
   cp -r usr/share "$pkgdir"/usr/share
   cp -r *.so AppRun paymo-widget paymo-widget-noloader resources locales *.dat *.bin *.pak "$pkgdir"/opt/$pkgname
-  install -Dm644 paymo-widget.desktop "$pkgdir"/usr/share/applications/$pkname.desktop
+  install -Dm644 paymo-widget.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
   ln -s /opt/$pkgname/AppRun "$pkgdir"/usr/bin/$pkgname

   find "$pkgdir"/usr/share -type d -exec chmod 755 {} \;
--
2.30.1

rolandd commented on 2020-11-25 08:58 (UTC)

Thank you, this also works for me now.

Do you also notice the missing icon before the word Paymo Widget?

svenstaro commented on 2020-11-23 11:58 (UTC)

Should be fixed now, thanks!

rolandd commented on 2020-11-23 11:43 (UTC)

Unfortunately it does not work for me. Starting it from the menu shows nothing but running it from the CLI I see this:

$ /usr/bin/paymo-widget 
/usr/bin/paymo-widget: line 5: /usr/bin/paymo-widget-noloader: No such file or directory

I changed the copy line to:

cp -r *.so AppRun paymo-widget paymo-widget-noloader resources locales *.dat *.bin *.pak "$pkgdir"/opt/$pkgname

and the symbolic link line to

ln -s /opt/$pkgname/AppRun "$pkgdir"/usr/bin/$pkgname

That made it run for me.

svenstaro commented on 2020-11-23 09:25 (UTC)

This should be fixed.

rolandd commented on 2020-11-17 20:23 (UTC) (edited on 2020-11-17 20:23 (UTC) by rolandd)

Hello @Svenstaro,

So I have made 6.7.4 work on my system but I have no clue how to make a patch as this is my first day on AUR. I did clone the repo, created a branch but I cannot push the branch.

Let me know how to send you the patch/push the branch and I will be happy to share my change.

svenstaro commented on 2020-11-17 11:22 (UTC)

If you make a patch, I'll apply it.

rolandd commented on 2020-11-17 11:19 (UTC)

The current version is 6.7.4 which gets downloaded and this fails the SHA-512 hash check. I tried to fix it but no luck yet :/

svenstaro commented on 2020-01-17 18:59 (UTC)

Upstream sometimes changes their only download link and switches out the data behind it. That really sucks.