Search Criteria
Package Details: zettlr-git 3.1.0.beta.3.r18.g60600cd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zettlr-git.git (read-only, click to copy) |
---|---|
Package Base: | zettlr-git |
Description: | A Markdown Editor for the 21st century |
Upstream URL: | https://www.zettlr.com |
Licenses: | GPL-3.0-only |
Conflicts: | zettlr |
Provides: | zettlr |
Submitter: | alerque |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 3 |
Popularity: | 0.002265 |
First Submitted: | 2020-03-12 21:17 (UTC) |
Last Updated: | 2024-05-04 10:23 (UTC) |
Dependencies (12)
- crimson-font (otf-crimson, ttf-crimson)
- electron30 (electron30-binAUR)
- pandoc-cli (pandoc-sile-gitAUR, pandoc-binAUR)
- ttf-inconsolata (ttf-google-fonts-typewolfAUR)
- ttf-liberation (ttf-defenestrationAUR)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (make)
- node-gyp (corepackerAUR) (make)
- nodejs-lts-iron (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
- texlive-latex (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – For Latex support
Latest Comments
MarsSeed commented on 2024-02-27 16:24 (UTC)
Though please don't feel any pressure from me about this. I can use the stable zettlr from repo. I tried this out only for curiosity's sake, not as a necessity. :)
MarsSeed commented on 2024-02-27 16:21 (UTC)
Thank you for the quick update!
Mostly as an FYI, and I'm not sure if this excerpt is useful to you or not, but I am getting a build failure in clean chroot:
MarsSeed commented on 2024-02-22 15:53 (UTC)
An old, broken, unbuildable version of
nodejs-lts-gallium
has been uploaded to AUR by Pellegrino Prevete (@tallero/@truocolo).But Zettlr's upstream now seems to require newer nodejs (at least 18.19.3 atm).
alerque commented on 2023-06-17 20:13 (UTC)
I think
yarn
must have changed here, I'm seeing similar errors but this used to work. We'll need to figure this out by the time 3 releases so I can package it for [extra]! If anybody figures it out I'm open to patches.tkna commented on 2023-04-20 04:19 (UTC)
Below. Is this a problem with my environment?
alerque commented on 2022-02-04 11:22 (UTC)
My appologies, I fixed that less/handlebars stuff a long time ago (2020!) but for some reason my repo wasn't pushed here. I just pushed what I had that was old and will look into getting this synced a bit with the stable build.
Baytars commented on 2022-02-04 08:37 (UTC)
@dkumor From commit 7ae71b6 on, the script commands "less" and "handlebar" have been removed from package.json. Just remove below two lines from PKGBUILD file:
dkumor commented on 2020-10-27 16:54 (UTC)
The build fails for me (on two separate machines) with the following error:
It appears that it's not finding the less command, which is installed.
alerque commented on 2020-05-20 16:21 (UTC) (edited on 2020-05-20 16:22 (UTC) by alerque)
@n3f Pretty much the same as for any
$pkgname{,-bin,-git}
set of packages. One is built from and installs the last stable release, one just wraps and installs prebuilt binaries built upstream, and one fetches and tries to build the latest commits from the master branch upstream — which may or may not be in working order at any given moment.n3f commented on 2020-05-20 06:30 (UTC) (edited on 2020-05-20 06:31 (UTC) by n3f)
What's the difference between zettlr, zettlr-bin, and zettlr-git?