I cannot reproduce this. @shscs911
Have you tried building with makepkg -fc ?
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) |
« First ‹ Previous 1 .. 46 47 48 49 50 51 52 53 54 55 56 .. 58 Next › Last »
I cannot reproduce this. @shscs911
Have you tried building with makepkg -fc ?
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
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)
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
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.
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.
changing pkgver to 1.0.142 and last sha256sums to 11f22415dc49793c7f024f48c0b20ee04aa32254ee0d0a87f843d5f12c7527a3 seems to be enough for updating to 1.0.142.
The following patch was used to build in a clean chroot per https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
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