Search Criteria
Package Details: xournalpp-git 1.0.15.r49.gf2535dd5-1
Git Clone URL: | https://aur.archlinux.org/xournalpp-git.git (read-only, click to copy) |
---|---|
Package Base: | xournalpp-git |
Description: | Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets. |
Upstream URL: | https://github.com/xournalpp/xournalpp |
Keywords: | annotation notebook pdf tablet |
Licenses: | |
Conflicts: | |
Submitter: | ridikulusrat |
Maintainer: | youduda |
Last Packager: | youduda |
Votes: | 18 |
Popularity: | 0.095461 |
First Submitted: | 2015-10-18 01:29 |
Last Updated: | 2019-10-28 17:32 |
Dependencies (11)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- libsndfile (libsndfile-git, libsndfile-minimal-git)
- libxml2 (libxml2-linenum, libxml2-git)
- libzip (libzip-git)
- lua
- poppler-glib (poppler-glib-lcdfilter, poppler-glib-git, poppler-glib-lcd)
- portaudio (portaudio-svn)
- texlive-bin (texlive-bin-svn, texlive-installer, texlive-full)
- cmake (cmake-git) (make)
- cppunit (make)
- git (git-git) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
youduda commented on 2020-11-23 15:56
The package version number always matches the latest tag of the branch which is currently 1.0.15 in the default branch (master). That's just how the *-git packages should generate their version number see here for more details. The stable package is built using another branch with newer tags which are not present in the master branch. IMHO we should not create a workaround for this because what would be the benefit of a slightly higher version number while the -git suffix makes it clear that this is the latest version.
archisman commented on 2020-11-21 04:41
Update the version number to something like
1.1.0+dev
. This AUR does install the latest version, but the version number shown in the package manager (1.0.15.r460.gcf4000cf-1) is lagging behind that of the stable packagexournalpp
youduda commented on 2019-10-28 17:33
Thanks for the remark, issue is fixed.
FYI: Upstream build behavior has changed to not generate translation files when building default target.
guraltsev commented on 2019-10-25 19:34
The package fails to build with this message:
Unfortunately I am at loss as to how to fix this. The various language localizations (
po
) seem to be there, however there is something wrong in the build process.SpotlightKid commented on 2019-10-14 11:03
@youduda: Thanks for the update. The problem was that
yay -Syu
always wanted to rebuild the package, every time I ran it. Anyway, all good now again.youduda commented on 2019-10-14 10:41
The issue here was that they "released" a nighly version, but the last tag follows the usual naming scheme again. Btw, if in the future someone breaks with the tag name scheme again, just use
pacman -S xournalpp-git
to enforce the update.SpotlightKid commented on 2019-10-08 10:11
The
pkgver
function needs updating, I think.git describe --long --tags
givesnightly-248-g6fcd7150
now, which leads to a package version, that always seems out-of-date.sikmir commented on 2019-07-23 19:35
@youduda. hmm, that's strange. I've just commented out lua detection in CMakeLists.txt, so Lua_FOUND is not true and ENABLE_PLUGINS is not true. After such build everything works properly, Xournalpp doesn't try to load lua libs (checked by
strace -T -e trace=openat ./xournalpp
) and Xournalpp doesn't havePlugin
menu section.youduda commented on 2019-07-23 17:05
Moving lua to optional dependencies breaks plugin support when building in clean environment. For this Xournalpp must support only loading lua libraries when lua is installed.
sikmir commented on 2019-07-23 16:00
One more, you don't need
gettext
in makedepends.See wiki page:
And move
lua
tooptdepends()
: