@hillbicks I would remove it it would make it full.
But that is the actual command, it works with makepkg and AUR warpers like yay, what error are you getting?
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.28 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2025-03-12 23:14 (UTC) |
« First ‹ Previous 1 .. 45 46 47 48 49 50 51 52 53 54 55 .. 58 Next › Last »
@hillbicks I would remove it it would make it full.
But that is the actual command, it works with makepkg and AUR warpers like yay, what error are you getting?
@masterkorp Could you please fix the line 68 and remove the ../ before joplin.desktop in the pkgfile?
Thanks!
This doesn't build in a clean chroot.
Requires python as a makedep, and the following change:
from: install -Dm644 ../joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop
to: install -Dm644 joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop
@waasl I had the same problem, and your solution worked for me. Patching this would be nice.
Build fails if package python
is not installed, the error is basically /bin/sh: python: command not found
. So installing python
fixed it for me. Maybe add it as a dependency?
Also worth noting that after installing I needed to fix line endings in the gui startup script:
sudo dos2unix /usr/bin/joplin-desktop
Looks like some new SHA's are in order for joplin-1.0.152-1 joplin.desktop and joplin-desktop.sh:
diff --git a/PKGBUILD b/PKGBUILD
index 613ccfe..beb935b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ url="https://joplin.cozic.net"
license=("MIT")
source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
"https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
-sha256sums=('42b0c2a2b1630a8d6dc3bdc9e30f083defd7e6f882d66c986fe8ff9cde12f77e'
- '41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
+sha256sums=('fb2a62bbeb59bced766f182dc28c9c1c8379a2a762212fdadc542dadbae07ed3'
+ '9c90d407669c2b67887d7c7d9c6e1d3d19df39cfb099cd4d7aeb46c2e1727f9c'
'5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
'4137235f9ac32ce0ec063f5b6d757aa75e2424ea89ba09eb0aa930cd00d0e600')
@heyeshuang Thanks, mate. The upgrade finished flawlessly.
hello @shscs911 , I faced same problem as yours. Did you ever run npm config set registry
or change your npm mirror? Some mirrors haven't sync the joplin-turndown-plugin-gfm@1.0.8 yet.
Running
npm config set registry https://registry.npmjs.org
to change it back solved this problem.
@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.
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