Package Details: superproductivity 18.5.0-1

Git Clone URL: https://aur.archlinux.org/superproductivity.git (read-only, click to copy)
Package Base: superproductivity
Description: An advanced todo list app with timeboxing and time tracking capabilities
Upstream URL: https://super-productivity.com
Keywords: productivity super super-productivity time time-tracker to-do todo tracker
Licenses: MIT
Submitter: Morganamilo
Maintainer: mhdi
Last Packager: mhdi
Votes: 18
Popularity: 0.75
First Submitted: 2017-11-27 05:10 (UTC)
Last Updated: 2026-05-10 07:59 (UTC)

Latest Comments

1 2 3 4 Next › Last »

trumpetrespas commented on 2026-05-16 19:41 (UTC)

Aloha,

I flagged the package as out of date and submitted a patch, but I just noticed that cargo needed to be added as a make dependency.

Anyway, just figured I'd let you know.

Mahalo!

laptopdisplay commented on 2025-06-26 20:08 (UTC)

Running makepkg -si fails if nvm is not already installed and configured, by saying that the npm command was not found.

The package probably needs to source /usr/share/nvm/init-nvm.sh after running nvm init.

cg505 commented on 2025-04-10 17:59 (UTC)

chroot build fails for me

> superProductivity@12.0.2 electron:build
> tsc -p electron/tsconfig.electron.json

  • electron-builder  version=26.0.12 os=6.13.8-arch1-1
  • loaded configuration  file=/build/superproductivity/src/super-productivity-12.0.2/electron-builder.yaml
  • executing @electron/rebuild  electronVersion=35.1.4 arch=x64 buildFromSource=false appDir=./
  • installing native dependencies  arch=x64
  • completed installing native dependencies
  • packaging       platform=linux arch=x64 electron=35.1.4 appOutDir=app-builds/linux-unpacked
  • custom electronDist provided but no zip found; assuming unpacked electron directory.  electronDist=/usr/lib/electron35 expectedFile=electron-v35.1.4-linux-x64.zip
  • copying Electron  source=/usr/lib/electron35 destination=/build/superproductivity/src/super-productivity-12.0.2/app-builds/linux-unpacked
  ⨯ ENOENT: no such file or directory, scandir '/build/superproductivity/src/super-productivity-12.0.2/node_modules/@lmdb/lmdb-darwin-x64'  failedTask=build stackTrace=Error: ENOENT: no such file or directory, scandir '/build/superproductivity/src/super-productivity-12.0.2/node_modules/@lmdb/lmdb-darwin-x64'

Might have to do with bump to electron35 but I don't really know.

ark commented on 2024-09-11 15:56 (UTC) (edited on 2024-09-11 15:56 (UTC) by ark)

I was able to build this on an arm machine but I had to change the PKGBUILD

from: install -Dm644 app-builds/linux-unpacked/resources/app.asar -t "${pkgdir}/usr/lib/${pkgname}"

to: install -Dm644 app-builds/linux-arm64-unpacked/resources/app.asar -t "${pkgdir}/usr/lib/${pkgname}"

Blackclaws commented on 2024-04-19 08:11 (UTC)

Unfortunately for me electron regularly (every ten minutes or so) dumps core when running superproductivity built by this package making it unusable.

jvalecillos commented on 2022-12-13 08:19 (UTC)

If you compile it manually it works, if using makepkg it does not. That's why I didn't fix it earlier. I didn't manage to make the build work consistently.

nojitsi commented on 2022-09-22 18:45 (UTC)

This installation guide from official repository works!

git clone https://aur.archlinux.org/superproductivity-bin.git cd superproductivity-bin makepkg -si

It gave me latest version - 7.12

jvalecillos commented on 2022-04-04 07:54 (UTC)

I've tried to fix the build several times, but I always get errors. I think it is related with dependencies and the fact that nodejs version in Arch is newer.

I'm still working on it.