Package Details: joplin 3.2.13-2

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: 1.30
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-03-12 23:14 (UTC)

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.

  • joplin will contain the CLI application
  • joplin-desktop will contain the Desktop version

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

Latest Comments

« First ‹ Previous 1 .. 46 47 48 49 50 51 52 53 54 55 56 .. 58 Next › Last »

masterkorp commented on 2019-05-15 10:46 (UTC)

I cannot reproduce this. @shscs911

Have you tried building with makepkg -fc ?

shscs911 commented on 2019-05-15 07:10 (UTC) (edited on 2019-05-15 07:21 (UTC) by shscs911)

My current version is Joplin 1.0.142. Cannot install the latest build (1.0.152):

npm ERR! code ETARGET
npm ERR! notarget No matching version found for joplin-turndown-plugin-gfm@1.0.8
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'build'
npm ERR! notarget

Debug Log: https://pastebin.com/iTqHuPDB

waasl commented on 2019-05-02 07:07 (UTC)

sorry ignore my previous comment, it did not work.

the solution for me was to edit PKGBUILD line 68: from: install -Dm644 ../joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop

to: install -Dm644 joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop

(remove '../' before joplin.desktop)

waasl commented on 2019-05-02 06:37 (UTC)

I could not install: error something like: "cannot stat no such file or directory"

Fix: locate joplin.desktop install -Dm644 joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop

saturn_knight commented on 2019-04-12 10:16 (UTC) (edited on 2019-04-12 10:16 (UTC) by saturn_knight)

I was unable to build version 1.0.142-1 of the package without removing the ../ on the following line: install -Dm644 ../joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop

It gave an error that it couldn't stat the joplin.desktop file.

<deleted-account> commented on 2019-04-12 08:43 (UTC)

I think the PKGBUILD needs a runtime dependency on libxss; electron seems to link this library, and the desktop app won't start if it's missing.

silicht commented on 2019-04-04 06:27 (UTC)

changing pkgver to 1.0.142 and last sha256sums to 11f22415dc49793c7f024f48c0b20ee04aa32254ee0d0a87f843d5f12c7527a3 seems to be enough for updating to 1.0.142.

jeagoss commented on 2019-03-31 01:15 (UTC)

The following patch was used to build in a clean chroot per https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

https://pastebin.com/kLds16vg