Package Details: sleek 2.0.15-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: ransome
Votes: 13
Popularity: 0.070525
First Submitted: 2021-04-18 16:33 (UTC)
Last Updated: 2025-01-21 08:58 (UTC)

Latest Comments

1 2 Next › Last »

npreining commented on 2025-01-21 09:11 (UTC)

@ransome thanks a lot, the pushed changes fixed the build!

ransome commented on 2025-01-21 09:00 (UTC)

@npreining I don't have access to an Arch system right now, so I couldn't test it. But I pushed changes to PKGBUILD. Can you please try to build it again?

ransome commented on 2025-01-21 08:54 (UTC)

This happens because PKGBUILD is still pointing to the old source code (2.0.15) and we need to update to 2.0.16. I am sure warmwaffles will take care of it soon.

npreining commented on 2025-01-21 08:47 (UTC) (edited on 2025-01-21 08:47 (UTC) by npreining)

Build of 2.0.15 is badly broken. The PKGBUILD file contains the following code:

  msg2 "Installing icons"
  for size in 22 24 32 48 64 128 256 512; do
    install -Dm644 "./build/${size}x${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}.png"
  done
  install -Dm644 "./build/512x512.png" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.png"

but none of those icon files are actually generated. There are some icon files in build/appx/, but that is all.

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.