Package Details: superproductivity 8.0.1-1

Git Clone URL: https://aur.archlinux.org/superproductivity.git (read-only, click to copy)
Package Base: superproductivity
Description: ToDo List / Time Tracker / Personal Jira Task Manager
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: 15
Popularity: 0.000000
First Submitted: 2017-11-27 05:10 (UTC)
Last Updated: 2024-04-01 15:00 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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.

MacroController commented on 2022-03-10 16:10 (UTC)

I am on manjaro KDE 5.16.11-2 (yes, I know that this is arch, not manjaro), and I have problems with building superproductivity that I think are relevant to arch as well. I am a noob, though, so I'm not sure of the steps to take to solve the problem.

warning Resolution field "webpack@4.44.2" is incompatible with requested version "webpack@4.44.1"

warning "@angular-builders/custom-webpack > @angular-devkit/build-angular@0.1002.1" has incorrect peer dependency "@angular/compiler-cli@^10.0.0".
warning "@angular-builders/custom-webpack > @angular-devkit/build-angular > @ngtools/webpack@10.2.1" has incorrect peer dependency "@angular/compiler-cli@^10.0.0".
warning " > @angular-eslint/builder@1.1.0" has unmet peer dependency "@angular-devkit/architect@~0.1001.4 || ~0.1100.1".
warning " > @angular-eslint/schematics@1.1.0" has unmet peer dependency "@angular-devkit/core@*".
warning " > @angular-eslint/schematics@1.1.0" has unmet peer dependency "@angular-devkit/schematics@*".
warning " > @ngrx/data@10.1.2" has incorrect peer dependency "@angular/common@^10.0.0".
warning " > @ngrx/data@10.1.2" has incorrect peer dependency "@angular/core@^10.0.0".
warning " > @ngrx/data@10.1.2" has incorrect peer dependency "@ngrx/store@10.1.2".
warning " > @ngrx/effects@10.1.2" has incorrect peer dependency "@angular/core@^10.0.0".
warning " > @ngrx/effects@10.1.2" has incorrect peer dependency "@ngrx/store@10.1.2".
warning " > @ngrx/entity@10.1.2" has incorrect peer dependency "@angular/core@^10.0.0".
warning " > @ngrx/entity@10.1.2" has incorrect peer dependency "@ngrx/store@10.1.2".
warning "@ngrx/schematics > @angular/core@10.2.4" has incorrect peer dependency "zone.js@~0.10.3".
warning " > @ngrx/store@10.1.1" has incorrect peer dependency "@angular/core@^10.0.0".
warning " > @ngrx/store-devtools@10.1.2" has incorrect peer dependency "@ngrx/store@10.1.2".
warning " > angular2-promise-buttons@4.0.10" has incorrect peer dependency "@angular/common@^9.0.4".
warning " > angular2-promise-buttons@4.0.10" has incorrect peer dependency "@angular/core@^9.0.4".
warning " > codelyzer@6.0.1" has unmet peer dependency "tslint@^5.0.0 || ^6.0.0".
warning " > ngx-date-time-picker-schedule@9.4.13" has incorrect peer dependency "@angular/common@^8.0.0 || ^9.0.0 || ^10.0.0".
warning " > ngx-date-time-picker-schedule@9.4.13" has incorrect peer dependency "@angular/core@^8.0.0 || ^9.0.0 || ^10.0.0".
warning " > ngx-date-time-picker-schedule@9.4.13" has incorrect peer dependency "@angular/cdk@^8.0.0 || ^9.0.0 || ^10.0.0".
warning " > ngx-markdown@10.1.1" has incorrect peer dependency "@angular/common@^10.0.0".
warning " > ngx-markdown@10.1.1" has incorrect peer dependency "@angular/core@^10.0.0".
warning " > ngx-markdown@10.1.1" has incorrect peer dependency "@angular/platform-browser@^10.0.0".
warning " > ngx-markdown@10.1.1" has incorrect peer dependency "zone.js@^0.10.3".

WARNING in /var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/src/app/core-ui/side-nav/side-nav.component.scss exceeded maximum budget. Budget 6 kB was not met by 179 bytes with a total of 6.17 kB.

WARNING in /var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/src/app/pages/daily-summary/daily-summary.component.scss exceeded maximum budget. Budget 6 kB was not met by 165 bytes with a total of 6.16 kB.

WARNING in /var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/src/app/features/tasks/task/task.component.scss exceeded maximum budget. Budget 6 kB was not met by 9.91 kB with a total of 15.9 kB.

ERROR in src/app/core/electron/electron.service.ts:4:23 - error TS2305: Module '"electron"' has no exported member 'remote'.

4 import { ipcRenderer, remote, shell, webFrame } from 'electron';
                        ~~~~~~
src/app/core/electron/electron.service.ts:38:30 - error TS2339: Property 'remote' does not exist on type 'typeof Renderer'.

38       this.remote = electron.remote;
                                ~~~~~~
src/app/core/theme/global-theme.service.ts:17:10 - error TS2305: Module '"electron"' has no exported member 'remote'.

17 import { remote } from 'electron';
            ~~~~~~
src/app/features/config/form-cfgs/automatic-backups-form.const.ts:8:81 - error TS2339: Property 'remote' does not exist on type 'typeof Renderer'.

8 const backupPath = IS_ELECTRON && `${(getElectron() as typeof ElectronRenderer).remote.app.getPath('userData')}/backups`;
                                                                                  ~~~~~~
src/app/core/error-handler/global-error-handler.util.ts:7:10 - error TS2305: Module '"electron"' has no exported member 'remote'.

7 import { remote } from 'electron';
           ~~~~~~
src/app/core/error-handler/global-error-handler.class.ts:7:10 - error TS2305: Module '"electron"' has no exported member 'remote'.

7 import { remote } from 'electron';
           ~~~~~~

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  • electron-builder  version=22.9.1 os=5.16.11-2-MANJARO
  • loaded configuration  file=/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/electron-builder.yaml
  • packaging       platform=linux arch=x64 electron=16.0.8 appOutDir=app-builds/linux-unpacked
  • copying Electron  source=/usr/bin destination=/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/app-builds/linux-unpacked
  ⨯ EACCES: permission denied, copyfile '/usr/bin/rscsi' -> '/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/app-builds/linux-unpacked/rscsi'  stackTrace=
Error: EACCES: permission denied, copyfile '/usr/bin/rscsi' -> '/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/app-builds/linux-unpacked/rscsi'
     at processImmediate (node:internal/timers:466:21)
From previous event:
     at walk (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/builder-util/src/fs.ts:75:51)
     at unpack (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/app-builder-lib/src/electron/ElectronFramework.ts:173:5)
     at LinuxPackager.doPack (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/app-builder-lib/src/platformPackager.ts:174:5)
     at LinuxPackager.pack (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/app-builder-lib/src/platformPackager.ts:115:5)
     at Packager.doBuild (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/app-builder-lib/src/packager.ts:444:9)
     at executeFinally (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/builder-util/src/promise.ts:12:14)
     at Packager._build (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/app-builder-lib/src/packager.ts:373:31)
     at Packager.build (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/app-builder-lib/src/packager.ts:337:12)
     at executeFinally (/var/tmp/pamac-build-username/superproductivity/src/super-productivity-6.4.0/node_modules/builder-util/src/promise.ts:12:14)
==> ERROR: A failure occurred in build().
    Aborting...

madjoe commented on 2021-07-23 19:40 (UTC)

Error: EACCES: permission denied, copyfile '/usr/bin/rkhunter' -> '/var/tmp/pamac-build-joe/superproductivity/src/super-productivity-6.4.0/app-builds/linux-unpacked/rkhunter'

jvalecillos commented on 2021-05-31 07:35 (UTC)

I'm having problems updating to the last version because it fails on building. It is probably related with the nodejs version used by Arch vs the versions of the library used in the project. I'm trying to make it work still.

wilbowma commented on 2021-05-27 04:05 (UTC)

The PKGBUILD can be updated to use the yarn buildFrontend:prod:es6 instead of buildFrontend:prod, which will produce a smaller distribution. This was recently added to support distributions that only need to support modern browsers, like electron.

Epoch commented on 2021-04-08 04:26 (UTC)

It's out of date and now doesn't work at all. It stays on the loading screen indefinitely and needs to be killed.

jvalecillos commented on 2021-02-17 11:33 (UTC)

Bumped to version 6.4.0