Package Details: xournalpp-git 1.2.3.r332.g67289c850-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: thynkon
Last Packager: thynkon
Votes: 28
Popularity: 0.41
First Submitted: 2015-10-18 01:29 (UTC)
Last Updated: 2024-08-25 13:51 (UTC)

Latest Comments

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

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?

macxcool commented on 2017-06-02 12:23 (UTC) (edited on 2017-06-02 13:07 (UTC) by macxcool)

I can certainly help. I'm not an expert on compiling software or anything. I just try things ;-) I'll test the -DENABLE_MATHTEX=ON in a chroot this weekend. I think texlive-core will be enough of a dependency, but we'll see. I use this program almost daily for tutoring math + anything that includes LaTeX support is awesome in my book ;-)

quininer commented on 2017-06-02 12:21 (UTC)

@macxcool Are you willing to maintain it? I have added you as a maintainer.

macxcool commented on 2017-06-02 11:22 (UTC)

Does anyone have problems arise when -DENABLE_MATHTEX is set to ON? I've done it several times now and it works beautifully? Does it add extra dependencies? If it doesn't, @guininer, would you consider turning it ON? When I get a chance I'll try to compile it in a fresh chroot environment and see.