Is there a way to install only the cli version of joplin?
Search Criteria
Package Details: joplin-desktop 3.0.14-1
Package Actions
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 - Desktop |
Upstream URL: | https://joplinapp.org/ |
Keywords: | markdown note notetaking productivity |
Licenses: | MIT |
Groups: | joplin |
Conflicts: | joplin-desktop-electron |
Submitter: | masterkorp |
Maintainer: | masterkorp |
Last Packager: | masterkorp |
Votes: | 262 |
Popularity: | 1.47 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2024-07-29 19:54 (UTC) |
Dependencies (22)
- electron (electron-binAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libexif (libexif-gitAUR)
- libgsf (libgsf-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libwebp (libwebp-gitAUR)
- libxss
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- nss (nss-hgAUR)
- orc
- electron (electron-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (make)
- libgsf (libgsf-gitAUR) (make)
- node-gyp (corepackerAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
- Show 2 more dependencies...
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 41 42 43 44 45 46 47 48 49 50 51 .. 54 Next › Last »
blixawillbargeld commented on 2019-06-12 15:53 (UTC)
masterkorp commented on 2019-06-11 10:48 (UTC)
@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?
hillbicks commented on 2019-06-06 17:08 (UTC)
@masterkorp Could you please fix the line 68 and remove the ../ before joplin.desktop in the pkgfile?
Thanks!
ceri commented on 2019-06-06 05:37 (UTC)
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
nhrjr commented on 2019-06-05 09:47 (UTC)
@waasl I had the same problem, and your solution worked for me. Patching this would be nice.
zethex commented on 2019-06-01 02:06 (UTC)
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?
kmaris commented on 2019-05-23 16:51 (UTC)
Also worth noting that after installing I needed to fix line endings in the gui startup script:
sudo dos2unix /usr/bin/joplin-desktop
kmaris commented on 2019-05-23 16:37 (UTC) (edited on 2019-05-23 16:37 (UTC) by kmaris)
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')
shscs911 commented on 2019-05-18 15:26 (UTC) (edited on 2019-05-18 15:27 (UTC) by shscs911)
@heyeshuang Thanks, mate. The upgrade finished flawlessly.
heyeshuang commented on 2019-05-18 14:25 (UTC) (edited on 2019-05-18 14:26 (UTC) by heyeshuang)
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.
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.
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