Package Base Details: joplin

Git Clone URL: https://aur.archlinux.org/joplin.git (read-only, click to copy)
Keywords: markdown note notetaking productivity
Submitter: masterkorp
Maintainer: masterkorp
Last Packager: masterkorp
Votes: 257
Popularity: 1.82
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2024-04-06 17:49 (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 .. 48 49 50 51 52 53

masterkorp commented on 2018-05-03 09:59 (UTC)

Hello @bossi,

Yes, the AUR repository, its just for the code. I do have another repository on github https://github.com/masterkorp/joplin-pkgbuild

You are more than welcome to open an issue there, or even contribute directly.

Regards, Alfredo Palhares

bossi commented on 2018-05-02 22:13 (UTC)

Hi @masterkorp,

Not a problem at all, thanks for posting back though! I wasn't sure if this is the right channel to discuss these more specific, code-related issues (was looking for something closer to the repository itself but there isn't?). I have picked up your patch since, works all well on my end - I figured you had either seen my post or noticed the issue yourself. Cheers!

masterkorp commented on 2018-05-02 10:12 (UTC)

Hello @bossi,

Firts of all, sorry for the delay on the response, somehow I did not get propely notifed.

Thank you for you patch, but by now the packages has been fixed. Can you confirm it does work for you?

bossi commented on 2018-04-21 05:41 (UTC) (edited on 2018-04-21 05:48 (UTC) by bossi)

Thanks for setting up this AUR, masterkorp.

I'm not sure if this is the conventional way to contribute suggestions, please redirect me if not.

I ran into an issue where the CLI client failed to load a locales/index.js module (Error: Cannot find module '../locales/index.js' - officially discussed here).

As suggested by the author, the following patch in the PKGBUILD seems to fix the issue:

diff --git a/PKGBUILD b/PKGBUILD
index fa80d54..ad61b78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,6 +35,8 @@ build() {
        "${srcdir}/${pkgname}-${pkgver}/CliClient/build/"
   rsync -a --delete "${srcdir}/${pkgname}-${pkgver}/ReactNativeClient/lib/" \
        "${srcdir}/${pkgname}-${pkgver}/CliClient/build/lib"
+  rsync -a --delete "${srcdir}/${pkgname}-${pkgver}/ReactNativeClient/locales/" \
+       "${srcdir}/${pkgname}-${pkgver}/CliClient/build/locales/"
   cp "package.json" "${srcdir}/${pkgname}-${pkgver}/CliClient/build"
   cp "package-lock.json" "${srcdir}/${pkgname}-${pkgver}/CliClient/build"

Cheers~

PS.: Big shout-out to the guys at the linux-mint podcast for spreading the word about Joplin!