After installation, the package version is 0.15.0.r1.g2f93c2f, while pkgver is set to 0.15.0.r1.g2f93c2f6 (notice the extra character at the end). This causes the package to be constantly updated. [I copied this from the flagged out of date]
Search Criteria
Package Details: manuskript-git 0.16.1.r0.g5a109250-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/manuskript-git.git (read-only, click to copy) |
---|---|
Package Base: | manuskript-git |
Description: | Manuskript is an open-source tool for writers (git version). |
Upstream URL: | https://www.theologeek.ch/manuskript |
Licenses: | GPL3 |
Conflicts: | manuskript |
Provides: | manuskript |
Submitter: | alessandrogario |
Maintainer: | TheJackiMonster |
Last Packager: | TheJackiMonster |
Votes: | 10 |
Popularity: | 0.000987 |
First Submitted: | 2017-03-23 18:52 (UTC) |
Last Updated: | 2024-01-15 02:33 (UTC) |
Dependencies (9)
- python-lxml
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- qt5-svg (qt5-svg-gitAUR)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli) (optional) – more export formats
- python-languagetool (python-languagetool-gitAUR) (optional) – spell and grammar check support
- python-markdown (optional) – export as html
- python-pyenchant (optional) – spell check support
Required by (0)
Sources (1)
theoldfellow commented on 2023-05-23 12:15 (UTC)
TheJackiMonster commented on 2021-11-25 00:54 (UTC)
@IrvineHimself Technically it is correct that this package pulls from the master branch. It is just using git instead of downloading the release builds.
The problem with changing the branch to develop would be that this might cause issues since the develop branch is not used as stable.
But I will adjust the upstream url.
IrvineHimself commented on 2021-11-24 16:19 (UTC) (edited on 2021-11-24 17:16 (UTC) by IrvineHimself)
Well, that's interesting. According @TheJackiMonster, there is no difference between the current AUR git package and the Official build:
Ah.. the problem with the AUR package is that it pulls from the master branch which is identical to the latest release binaries. Ok, then the issue seems to be solved actually in the develop branch.
If I understand that correctly, the PKGBUILD for manuskript-git should be pulling from the development branch
Irvine
Edit:
Also, as an aside, I just noticed that the upstream url is pointed at http, could you change that to the more secure https
IrvineHimself commented on 2021-11-24 15:30 (UTC)
Using either the Official build or the git build from the AUR, the package crashes when adding a new detailed info field in the Characters pane
On the other hand, after downloading the zip file and installing it to /usr/local/lib/Manuskript, running
/usr/local/lib/Manuskript/bin/manuskript
works without problem
For more details, see my upstream bug report:
Irvine
TheJackiMonster commented on 2021-04-04 22:10 (UTC)
You could add python-languagetool or python-languagetool-git as optional dependency for upcoming releases. So the new spellchecker using LanguageTool will work properly.
<deleted-account> commented on 2020-01-21 06:01 (UTC)
@milouse the desktop file should be fixed now. I used the icon arg to gendesk; I think that's a bit neater.
<deleted-account> commented on 2020-01-20 06:26 (UTC)
@milouse sorry for the delay; looking at this soon.
milouse commented on 2020-01-15 08:19 (UTC) (edited on 2020-01-15 08:20 (UTC) by milouse)
Hi
The provided desktop file is broken (duplicate Icon
entry) due to a change made in the prepare function of the PKGBUILD.
Instead of doing
printf "\nIcon=/opt/${_pkgname}/icons/Manuskript/icon-512px.png" >> "${_pkgname}.desktop"
You should do
sed -i "s|^Icon=manuskript$|Icon=/opt/${_pkgname}/icons/Manuskript/icon-512px.png|" "${_pkgname}.desktop"
Thank you very much.
rodneyck commented on 2019-04-04 23:28 (UTC)
Today they released v9. Can you update please?
" Posted on April 4, 2019 by gedakc Manuskript 0.9.0 is out! "
ssharpjr commented on 2019-03-21 12:48 (UTC)
@swalladge Thanks. Still learning how Arch and the AUR works.
Pinned Comments
<deleted-account> commented on 2019-03-20 21:20 (UTC)
This is a git pkgbuild. Please do not flag out of date or complain about new versions released unless the pkgbuild no longer correctly builds the package.