Search Criteria
Package Details: superproductivity-git 6.4.0.r10.g0cfb7af2e-1
Package Actions
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) |
Dependencies (16)
- alsa-lib
- electron (electron-binAUR)
- gconfAUR
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libappindicator-gtk3
- libnotify (libnotify-gitAUR)
- libxss
- libxtst
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- xprintidle
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- yarn (corepackerAUR, yarn-pnpm-corepackAUR, yarn-berryAUR) (make)
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
ghoti commented on 2021-09-27 17:15 (UTC)
super-productivity has removed
buildFrontend:prod
from package.json, you should replaceyarn buildFrontend:prod && yarn electron:build
withyarn 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").
1 2 Next › Last »