Package Details: qownnotes 25.12.0-1

Git Clone URL: https://aur.archlinux.org/qownnotes.git (read-only, click to copy)
Package Base: qownnotes
Description: Plain-text file markdown note taking with Nextcloud/ownCloud integration
Upstream URL: https://www.qownnotes.org/
Keywords: markdown Nextcloud note-taking notepad qt6 todo-list
Licenses: GPL2
Groups: qownnotes
Submitter: Midov
Maintainer: pbek
Last Packager: pbek
Votes: 140
Popularity: 1.29
First Submitted: 2015-11-07 14:02 (UTC)
Last Updated: 2025-11-30 17:50 (UTC)

Latest Comments

1 2 3 4 5 6 .. 20 Next › Last »

pbek commented on 2025-11-17 19:13 (UTC) (edited on 2025-11-17 19:13 (UTC) by pbek)

Can we please take the review and discussion to https://github.com/pbek/QOwnNotes/issues/3392?

jkhsjdhjs commented on 2025-11-17 18:55 (UTC) (edited on 2025-11-17 18:56 (UTC) by jkhsjdhjs)

.SRCINFO is still inconsistent, causing this package to fail building via AUR helpers who install dependencies based on the .SRCINFO (which currently still lists qt5 packages).

Based on [1] and [2] it looks like you're editing the .SRCINFO manually or semi-manually with sed. .SRCINFO is meant to be a static file with key-value pairs without any evaluation, but you're currently using ${pkgver} in the source field, which is not supported.

I recommend you to just use

makepkg --printsrcinfo > .SRCINFO

to generate the .SRCINFO from the PKGBUILD. This way you'll ensure that it's always up-to-date and fully consistent. In case you're not using an Arch-based distribution to run the build script: makepkg is also available on other distributions.

[1] https://github.com/pbek/QOwnNotes/commit/f36562cc5594fd9e4c94a98036205d9cf44869f2
[2] https://github.com/pbek/QOwnNotes/blob/41717514ad16d8f66e3424ab112cd69c74c2ae1c/build-systems/aur/build-for-aur.sh

pbek commented on 2025-11-15 13:02 (UTC)

I opened https://github.com/pbek/QOwnNotes/issues/3392, can you please review https://github.com/pbek/QOwnNotes/commit/f36562cc5594fd9e4c94a98036205d9cf44869f2.

pbek commented on 2025-11-15 12:39 (UTC) (edited on 2025-11-15 12:39 (UTC) by pbek)

Can you please open an issue on https://github.com/pbek/QOwnNotes/issues/, ghabin?

gbabin commented on 2025-11-15 12:37 (UTC)

The dependencies of the .SRCINFO file are not consistent with those of the PKGBUILD.

pbek commented on 2025-09-01 19:48 (UTC)

https://github.com/pbek/QOwnNotes/issues/3353 is now released.

pbek commented on 2025-08-26 04:40 (UTC) (edited on 2025-08-26 04:43 (UTC) by pbek)

Thank you!

Btw. if anyone is up for a migration to CMake, the advantage is libgit and aspell integration. Also important, botan3 as external library, which would reduce build time drastically!

There are some build flags, see https://github.com/pbek/QOwnNotes/blob/b56f01d6020a627a1f19da4f710c837b3ad55cd4/default.nix#L56-L61.

A pull request to the same build files as in https://github.com/pbek/QOwnNotes/commit/b56f01d6020a627a1f19da4f710c837b3ad55cd4 would be great. 😉

desaparecido commented on 2025-08-25 14:38 (UTC)

hello world !

I'm testing the QT6 package from @argo 's PKGBUILD, it builds fine, works fine until now, AND WebApplication works fine too, using it in google chrome, i can select text and send it to qownnotes

I don't use scripts.

Looks better with QT6 :-)

thanks

pbek commented on 2025-08-25 11:20 (UTC)

Ok, thank you. Then I'll go with it.