PR to support arm64 and asahi linux https://github.com/alfredopalhares/arch-pkgbuilds/pull/117
Search Criteria
Package Details: joplin-desktop 3.0.14-1
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 - Desktop |
Upstream URL: | https://joplinapp.org/ |
Keywords: | markdown note notetaking productivity |
Licenses: | MIT |
Groups: | joplin |
Conflicts: | joplin-desktop-electron |
Submitter: | masterkorp |
Maintainer: | masterkorp |
Last Packager: | masterkorp |
Votes: | 262 |
Popularity: | 1.70 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2024-07-29 19:54 (UTC) |
Dependencies (22)
- electron
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libexif (libexif-gitAUR)
- libgsf (libgsf-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libwebp (libwebp-gitAUR)
- libxss
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- nss (nss-hgAUR)
- orc
- electron (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (make)
- libgsf (libgsf-gitAUR) (make)
- node-gyp (corepackerAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- Show 2 more dependencies...
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 54 Next › Last »
bradpitcher commented on 2022-09-27 17:10 (UTC)
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
ikidd commented on 2022-08-07 22:11 (UTC)
On a fresh install, need to have base-devel or at least make installed, not part of the PKGBUILD dependencies.
valandil commented on 2022-08-05 02:21 (UTC)
I can confirm that @cuihao's version compiles fine in a clean chroot. I don't understand why the current PKGBUILD needs to huge a local cache and other complications while a simple yarn install
seems to work.
Note that I wasn't able to build 2.9.1, but since it's a pre-release I haven't investigated why, just mentioning this as a heads-up.
cuihao commented on 2022-07-30 18:31 (UTC)
I'm maintaining my version of joplin / joplin-desktop PKGBUILD in the archlinuxcn repo: https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/joplin Feel free to use the PKGBUILD or the compiled packages from archlinuxcn repo.
Disclaimer: I make sure the desktop client works on my machine before publishing a new version to the repo. But I don't use the CLI version so it's not tested.
valandil commented on 2022-07-29 18:50 (UTC)
I confirm that I was able to build trap000d's package, but I have two questions: * why did you merge joplin and joplin-desktop? * I cannot build this package in a clean chroot. Unfortunately it's hard to pinpoint the error, as the logs are said to be in /tmp/xxxx, but that doesn't seem to exist in the chroot. Maybe it's related to what a pinned comment says, and the main package.json is missing a dep?
trap000d commented on 2022-07-20 07:46 (UTC)
"To whom it may concern"
A month ago I've managed to build 2.8.8. You can find pkgbuild here:
Pinned Comments
masterkorp commented on 2021-12-27 11:30 (UTC) (edited on 2021-12-27 11:32 (UTC) by masterkorp)
Hello everyone,
There was been several difficulties upgrading the Joplin due to major changes in the build system upstream.
I have finnally got version 2.6.10 working with pacthes, but remenber:
You may need to remove your src/ folder before using this version
The patches are still not perfect, you must say yes to a prompt
I will continue working on this later today, but its usable and stable, please remenber you can always report issues on the github repository.
Regards, Alfredo Palhares
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