Package Details: novelwriter 2.0.7-2

Git Clone URL: https://aur.archlinux.org/novelwriter.git (read-only, click to copy)
Package Base: novelwriter
Description: A markdown-like document editor for writing novels
Upstream URL: https://novelwriter.io
Licenses: GPL
Submitter: bitwave
Maintainer: bitwave
Last Packager: bitwave
Votes: 3
Popularity: 0.084525
First Submitted: 2021-01-22 14:40 (UTC)
Last Updated: 2023-05-06 09:57 (UTC)

Latest Comments

halcek commented on 2023-01-22 14:48 (UTC) (edited on 2023-01-22 14:50 (UTC) by halcek)

@xiota python-pyqt5 does not necessarily have to pull in python-pyqt5-webengine, as it's only an optional dependency. I had python-pyqt5-webengine installed on my machine, and yet some icons for adding scenes in novelWritter were still not showing up, because of qt5-svg has nevertheless not installed with it automatically.

xiota commented on 2023-01-22 01:05 (UTC) (edited on 2023-01-22 02:01 (UTC) by xiota)

Adding qt5-svg is unnecessary. It is already pulled in by python-pyqt5-webengine (via python-pyqt5).

Also, dependency on python is no longer needed. The python-* dependencies will pull it in.

halcek commented on 2023-01-21 21:27 (UTC) (edited on 2023-01-21 21:28 (UTC) by halcek)

@bitwave Please also include the package qt5-svg as a dependency, it is needed for rendering the application icons.

Thank you,

bgallois commented on 2021-11-21 19:04 (UTC)

Please can you copy meta files (desktop, icon, mime) for a complete system integration:

install -D setup/data/novelwriter.desktop -t "${pkgdir}"/usr/share/applications
install -D setup/data/novelwriter.png -t "${pkgdir}"/usr/share/pixmaps
install -D setup/data/x-novelwriter-project.xml -t "${pkgdir}"/usr/shar/mime/packages
mkdir -p "${pkgdir}"/usr/share/icons/"${pkgname}" && cp -r setup/data/hicolor/* "${pkgdir}"/usr/share/icons/"${pkgname}"

kseistrup commented on 2021-06-13 15:46 (UTC)

Please make a symlink from /usr/bin/novelWriter to /usr/bin/novelwriter — mixed case program names just suck.