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!
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