Package Details: superproductivity-git 6.4.0.r10.g0cfb7af2e-1

Git Clone URL: https://aur.archlinux.org/superproductivity-git.git (read-only, click to copy)
Package Base: superproductivity-git
Description: To Do List / Time Tracker with Jira Integration.
Upstream URL: http://super-productivity.com/
Keywords: super-productivity time time-tracker to-do todo tracker
Licenses: MIT
Conflicts: superproductivity
Provides: superproductivity
Submitter: Morganamilo
Maintainer: jvalecillos
Last Packager: jvalecillos
Votes: 3
Popularity: 0.000000
First Submitted: 2017-11-29 16:42 (UTC)
Last Updated: 2021-02-17 11:43 (UTC)

Latest Comments

1 2 Next › Last »

ghoti commented on 2021-09-27 17:24 (UTC)

I'm seeing electron build issues. How do we use arch's system electron if a package depends on an older version? do we create patches for it? Here are the build errors :S

./src/app/ui/duration/input-duration-slider/input-duration-slider.component.scss - Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Undefined function.
  ╷
5 │   @return math.div($a, $b);
  │           ^^^^^^^^^^^^^^^^
  ╵
  src/styles/functions/_ddivide.scss 5:11                                               ddivide()
  src/app/ui/duration/input-duration-slider/input-duration-slider.component.scss 21:11  onCircle()
  src/app/ui/duration/input-duration-slider/input-duration-slider.component.scss 115:5  root stylesheet

Error: 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';
                        ~~~~~~


Error: src/app/core/electron/electron.service.ts:45:30 - error TS2339: Property 'remote' does not exist on type 'typeof Renderer'.

45       this.remote = electron.remote;
                                ~~~~~~


Error: src/app/core/error-handler/global-error-handler.class.ts:11:10 - error TS2305: Module '"electron"' has no exported member 'remote'.

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


Error: 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';
           ~~~~~~

ghoti commented on 2021-09-27 17:15 (UTC)

super-productivity has removed buildFrontend:prod from package.json, you should replace
yarn buildFrontend:prod && yarn electron:build with
yarn buildFrontend:prod:es6 && yarn electron:build

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.

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

Bumped to version 6.4.0

jvalecillos commented on 2020-10-26 12:53 (UTC)

Bumped to 6.0.1 and changes in building

jvalecillos commented on 2020-10-14 18:09 (UTC)

I've updated the main package superproductivity to 5.9.13 (the latest to the moment of writing).

It now requires electron>=10, that fixes the building error bellow.

Nevertheless, updating this one (using the latest commit) compiles/builds but it shows an error on startup. I'll try to fix soon, for now use the non-git package.

rtentser commented on 2020-09-18 18:36 (UTC)

ERROR in src/app/util/get-electron.ts:1:35 - error TS2307: Cannot find module 'electron/renderer'.

1 import * as ElectronRenderer from 'electron/renderer'; ~~~~~~~~~~~~~~~~~~~ src/app/core/electron/electron.service.ts:7:35 - error TS2307: Cannot find module 'electron/renderer'.

7 import * as ElectronRenderer from 'electron/renderer'; ~~~~~~~~~~~~~~~~~~~ src/app/features/config/form-cfgs/automatic-backups-form.const.ts:6:35 - error TS2307: Cannot find module 'electron/renderer'.

6 import * as ElectronRenderer from 'electron/renderer'; ~~~~~~~~~~~~~~~~~~~

==> ERROR: A failure occurred in build(). Aborting...

jvalecillos commented on 2020-06-29 13:23 (UTC)

Fixed build (I left some lines commented out by mistake) and bumped to 5.4.2

jvalecillos commented on 2020-05-11 12:52 (UTC)

Fixed build

ffcc commented on 2020-05-05 21:51 (UTC)

Btw, you can install this piece of software through snap. It's way easier.

Just install 'snapd' and enable snapd.socket ("sudo systemctl enable snapd.socket").

And then install 'superproductivity' via snap ("sudo snap install superproductivity").