This version is not out of date. Last release is v2.8.8
Search Criteria
Package Details: joplin 3.2.13-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/joplin.git (read-only, click to copy) |
---|---|
Package Base: | joplin |
Description: | A note taking and to-do application with synchronization capabilities - CLI App |
Upstream URL: | https://joplinapp.org/ |
Keywords: | markdown note notetaking productivity |
Licenses: | AGPL-3.0-or-later |
Groups: | joplin |
Conflicts: | joplin-appimage, joplin-beta, joplin-beta-appimage, joplin-electron |
Submitter: | masterkorp |
Maintainer: | dosenpils |
Last Packager: | dosenpils |
Votes: | 268 |
Popularity: | 2.04 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2025-03-12 23:14 (UTC) |
Dependencies (17)
- coreutils (coreutils-gitAUR, coreutils-selinuxAUR, coreutils-uutils-symlinkAUR, coreutils-uutilsAUR)
- libsecret
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod)
- python (python37AUR, python311AUR, python310AUR)
- electron (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- libgsf (libgsf-gitAUR) (make)
- libxcrypt-compat (make)
- node-gyp (corepackerAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- yq (make)
- libappindicator-gtk3 (optional) – for tray icon
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 57 Next › Last »
maderios commented on 2022-10-19 09:20 (UTC)
joaolvcm commented on 2022-10-10 09:09 (UTC)
The joplin.sh seems to have a typo, it should be
node main.js "${@}"
without this change i can't create notes with multiple spaces, like jupiter mknote "a long text"
saltedcoffii commented on 2022-10-08 19:51 (UTC)
This error is occuring:
$ joplin
/usr/share/joplin/node_modules/sharp/lib/constructor.js:34
throw new Error(error);
^
Error:
Something went wrong installing the "sharp" module
libvips-cpp.so.42: cannot open shared object file: No such file or directory
- Remove the "node_modules/sharp" directory then run
"npm install --ignore-scripts=false --verbose" and look for errors
- Consult the installation documentation at https://sharp.pixelplumbing.com/install
- Search for this error at https://github.com/lovell/sharp/issues
at Object.<anonymous> (/usr/share/joplin/node_modules/sharp/lib/constructor.js:34:9)
at Module._compile (node:internal/modules/cjs/loader:1149:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1203:10)
at Module.load (node:internal/modules/cjs/loader:1027:32)
at Module._load (node:internal/modules/cjs/loader:868:12)
at Module.require (node:internal/modules/cjs/loader:1051:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object.<anonymous> (/usr/share/joplin/node_modules/sharp/lib/index.js:3:15)
at Module._compile (node:internal/modules/cjs/loader:1149:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1203:10)
Node.js v18.10.0
Installing libvips
fixes the error
simonzack commented on 2022-10-01 04:26 (UTC)
Does this still need python2
? And if so, which part of the build process? This package is already gone from the main Arch Linux repos.
aspirogrammer commented on 2022-09-28 20:57 (UTC) (edited on 2022-09-28 21:00 (UTC) by aspirogrammer)
[EDIT] It seems that some packages need to be manually installed beforehand, like yq. (Or perhaps this a build tool problem; I'm using pacaur.)
[OLD] I get:.../.cache/pacaur/joplin/PKGBUILD: line 66: yq: command not found
I guess this is some sort of python package, which is not on AUR? How can this be solved, is this an "install dependency" only?
bradpitcher commented on 2022-09-27 17:10 (UTC)
PR to support arm64 and asahi linux https://github.com/alfredopalhares/arch-pkgbuilds/pull/117
saltedcoffii commented on 2022-09-19 15:52 (UTC)
The icon for joplin is hardcoded and cannot be themed. Please change the joplin.desktop file's icon line from
Icon=/usr/share/joplin-desktop/resources/build/icons/128x128.png
to
Icon=joplin
saltedcoffii commented on 2022-09-13 06:36 (UTC)
Missing dependency openslide
$ joplin --help
(process:80216): VIPS-WARNING **: 09:33:39.161: unable to load "/usr/lib/vips-modules-8.13/vips-openslide.so" -- libopenslide.so.0: cannot open shared object file: No such file or directory
(process:80216): GModule-CRITICAL **: 09:33:39.166: g_module_make_resident: assertion 'module != NULL' failed
Unknown flag: --help
Type `joplin help` for usage information.
$ yay -S openslide
...
$ joplin --help
Unknown flag: --help
Type `joplin help` for usage information.
I'm not sure if this is a required or optional dependency for joplin-cli
.
Netboy3 commented on 2022-08-17 12:42 (UTC)
The CLI app seems to require a runtime "depends" on libvips
and openslide
Paragoumba commented on 2022-08-08 16:39 (UTC)
@ikidd: All AUR packages are assumed to depend on base-devel which should not be added in the dependencies. See https://wiki.archlinux.org/title/PKGBUILD#makedepends
Pinned Comments
masterkorp commented on 2020-12-24 19:58 (UTC) (edited on 2020-12-24 20:00 (UTC) by masterkorp)
Hello everyone,
I will be renaming the packages to its final form.
Also, please for problems with the package, please open an issue on the Github repo, its really hard to provide support on the comments section, you can also email me.
If you have problems with the
check()
function, just run makepkg with the--nocheck
flag.Thank you for your patience. Regards, Alfredo Palhares