Package Details: sleek 2.0.14-1

Git Clone URL: https://aur.archlinux.org/sleek.git (read-only, click to copy)
Package Base: sleek
Description: Todo manager based on the todo.txt syntax for Linux, free and open-source (FOSS)
Upstream URL: https://github.com/ransome1/sleek/
Keywords: manager notetaking productivity sleek task todo.txt
Licenses: MIT
Submitter: ransome
Maintainer: ransome (warmwaffles)
Last Packager: warmwaffles
Votes: 13
Popularity: 0.138241
First Submitted: 2021-04-18 16:33 (UTC)
Last Updated: 2024-06-07 20:17 (UTC)

Latest Comments

1 2 Next › Last »

Rhinoceros commented on 2024-12-01 11:53 (UTC)

I can't get this to build.

[4/4] Building fresh packages...
$ node -r esbuild-register .erb/scripts/check-native-dep.js && electron-builder install-app-deps && npm run build:dll
  • electron-builder  version=24.13.3
  • loaded configuration  file=package.json ("build" field)
  • installing production dependencies  platform=linux arch=x64 appDir=/home/rhino/.cache/yay/sleek/src/sleek-2.0.14/release/app
(node:700169) ExperimentalWarning: CommonJS module /usr/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm error Invalid property "node"
npm error A complete log of this run can be found in: /home/rhino/.npm/_logs/2024-12-01T10_51_44_663Z-debug-0.log
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
==> ERROR: A failure occurred in build().

Then in /home/rhino/.npm/_logs/2024-12-01T10_51_44_663Z-debug-0.log

0 verbose cli /usr/bin/node /usr/bin/npm
1 info using npm@10.9.0
2 info using node@v23.1.0
3 silly config load:file:/usr/lib/node_modules/npm/npmrc
4 silly config load:file:/home/rhino/.cache/yay/sleek/src/sleek-2.0.14/.npmrc
5 silly config load:file:/home/rhino/.npmrc
6 silly config load:file:/etc/npmrc
7 verbose title npm run build:dll
8 verbose argv "run" "build:dll"
9 verbose logfile logs-max:10 dir:/home/rhino/.npm/_logs/2024-12-01T10_51_44_663Z-
10 verbose logfile /home/rhino/.npm/_logs/2024-12-01T10_51_44_663Z-debug-0.log
11 silly logfile start cleaning logs, removing 1 files
12 silly logfile done cleaning log files
13 verbose stack Error: Invalid property "node"
13 verbose stack     at checkDevEngines (/usr/lib/node_modules/npm/node_modules/npm-install-checks/lib/dev-engines.js:100:13)
13 verbose stack     at RunScript.checkDevEngines (/usr/lib/node_modules/npm/lib/base-cmd.js:153:22)
13 verbose stack     at async #exec (/usr/lib/node_modules/npm/lib/npm.js:251:7)
13 verbose stack     at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:207:9)
13 verbose stack     at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:74:5)
14 error Invalid property "node"
15 verbose cwd /home/rhino/.cache/yay/sleek/src/sleek-2.0.14
16 verbose os Linux 6.12.1-arch1-1
17 verbose node v23.1.0
18 verbose npm  v10.9.0
19 verbose exit 1
20 verbose code 1
21 error A complete log of this run can be found in: /home/rhino/.npm/_logs/2024-12-01T10_51_44_663Z-debug-0.log

Similar error here. I tried a similar patch for this package, and it seems to work.

aeris commented on 2024-08-08 19:41 (UTC) (edited on 2024-08-08 19:41 (UTC) by aeris)

There is a trouble with systray icon: https://github.com/ransome1/sleek/issues/580

I have a patch for AUR here: https://git.imirhil.fr/aeris/arch-aur/src/branch/sleek/icon.patch

warmwaffles commented on 2024-03-02 04:10 (UTC)

Should be fixed now. NPM was added to the makedeps.

snogard commented on 2024-02-15 16:34 (UTC)

npm is missing from the package dependencies

/bin/sh: line 1: npm: command not found

ransome commented on 2021-11-05 09:29 (UTC)

@fooxl: Thanks for the hint. I will include it with the release of v1.1.3 soon.

fooxl commented on 2021-11-01 16:10 (UTC)

It also needs unzip as makedepends.

Tio commented on 2021-07-09 23:29 (UTC)

Ah you're right. I use Manjaro so I'll wait for them to push that update. Cheers!

ransome commented on 2021-07-07 06:43 (UTC)

Tio, on which nodejs version are you? If you are actually on 10.24.0 you need to upgrade to something more recent like 14 or 16.

Tio commented on 2021-07-07 00:58 (UTC)

Sounds good. Thanks!

ransome commented on 2021-07-06 19:05 (UTC)

Thanks Tio. I'm going to look into it as soon as I find some time.