Package Details: xournalpp-git 1.2.1.r81.ge9ec03303-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: GPL2
Conflicts: xournalpp
Submitter: ka2107
Maintainer: youduda
Last Packager: youduda
Votes: 25
Popularity: 0.80
First Submitted: 2015-10-18 01:29 (UTC)
Last Updated: 2023-08-30 23:00 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

macxcool commented on 2018-05-21 13:31 (UTC) (edited on 2018-05-21 13:36 (UTC) by macxcool)

Since Xournal++ won't compile with Poppler 0.64 and other software needs the upgraded Poppler, if you want to compile Xournal++ with the newest versions of Poppler you need to use golvok's git branch. A couple of simple changes to the PKDBUILD get us this:

https://hastebin.com/ihipesodij.bash

You can use it with the existing .install file to produce a xournal++ that works with the latest poppler. I'll bump the version of the xournalpp-git if and when these changes get merged into the master branch.

macxcool commented on 2018-05-06 17:48 (UTC)

Is there anything I should be doing as a maintainer of this PKGBUILD? I can't think of anything except helping to test the patch.

golvok commented on 2018-05-01 01:42 (UTC) (edited on 2018-05-01 01:43 (UTC) by golvok)

A rebuild would fix that too, and technically doing that kind of symlink can be very dangerous (crashes, other weird behaviour).

If this were a normal package, then the package release number would have been increased, causing a re-install/build, but this always takes the latest git revision, so you'll have to force the rebuild yourself by re-installing.

However, this package won't build against poppler 0.64.0-1 (provides libpoppler.so.75.0.0) until this PR [1] is merged, which may take a while due to issues with the travis test environment

[1] https://github.com/xournalpp/xournalpp/pull/265

L0ric0 commented on 2018-04-29 21:31 (UTC) (edited on 2018-04-29 21:32 (UTC) by L0ric0)

libpoppler sems to have updated and xournalpp now isn't able to find libpoppler.so.74

symlinking libpoppler.so.75.0.0 to libpoppler.so.74 sems to work for now.

macxcool commented on 2018-01-16 18:08 (UTC) (edited on 2018-01-16 18:09 (UTC) by macxcool)

@hensur I would tend to think that I should add xournal to the 'Conflicts' on this PKGBUILD. I don't think I can remove those files because I don't know what would happen then if you only installed this PKGBUILD.

Have you tried running xournalpp-git without those files on your system?

I don't think it's normal practice to exclude files from a package because it conflicts with another version of the same software.

hensur commented on 2018-01-14 23:05 (UTC) (edited on 2018-01-14 23:06 (UTC) by hensur)

Hi, I have this package installed together with Xournal from the official repos. After installing xournalpp pacman shows these errors:

error: file owned by 'xournal' and 'xournalpp-git': 'usr/share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xoj.svg'

error: file owned by 'xournal' and 'xournalpp-git': 'usr/share/icons/hicolor/scalable/mimetypes/xoj.svg'

error: file owned by 'xournal' and 'xournalpp-git': 'usr/share/mime/packages/xournal.xml'

error: file owned by 'xournal' and 'xournalpp-git': 'usr/share/mimelnk/application/x-xoj.desktop'

Are these desktop files really needed in both applications or can they be removed from the Xournalpp PKGBUILD?

macxcool commented on 2017-10-27 13:10 (UTC)

Good news. Upstream fixed a bug and everything compiles again. Nice!

macxcool commented on 2017-09-23 13:46 (UTC) (edited on 2017-09-24 12:42 (UTC) by macxcool)

Unfortunately, upgrading to poppler 0.58+ breaks the compile of xournalpp. I think it might be the switch in poppler from g++ to c++ for compiling, but I'm not sure. I downgraded poppler to 0.57 and everything works again. I'll put in a bug report on xournalpp upstream, but there doesn't seem to be a lot of movement on that code recently. @quininer Do you think I should put a requirement for poppler <0.58 in the PKGBUILD?

macxcool commented on 2017-06-19 12:36 (UTC)

Re-enabled LaTeX support.

macxcool commented on 2017-06-02 21:56 (UTC)

OK. I got it to compile with -DENABLE_MATHTEX=ON by adding texlive-core. Can anyone else verify that this is all that's needed? @golvok?