Package Details: joplin 3.0.14-1

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: MIT
Groups: joplin
Submitter: masterkorp
Maintainer: masterkorp
Last Packager: masterkorp
Votes: 261
Popularity: 1.02
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2024-07-29 19:54 (UTC)

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.

  • 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 .. 42 43 44 45 46 47 48 49 50 51 52 .. 54 Next › Last »

shscs911 commented on 2019-05-16 13:50 (UTC)

@masterkorp No, I tried to update Joplin via Pamac as usual, but got this error instead. If I build it using makepkg will it get installed over the existing application or installed as another application? Sorry, I'm new to this.

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.