Package Details: qownnotes 24.4.4-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. This package is the "official" release of QOwnNotes on AUR.
Upstream URL: https://www.qownnotes.org/
Keywords: markdown Nextcloud note-taking notepad ownCloud qt5 todo-list
Licenses: GPL2
Submitter: Midov
Maintainer: pbek
Last Packager: pbek
Votes: 133
Popularity: 2.87
First Submitted: 2015-11-07 14:02 (UTC)
Last Updated: 2024-04-24 17:59 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 17 Next › Last »

Behem0th commented on 2022-01-29 17:14 (UTC)

@derchef

https://wiki.archlinux.org/title/Makepkg#Parallel_compilation

derchef commented on 2022-01-29 15:43 (UTC)

Could it be possible for the PKGBUILD to use more threads for compiling? Right now it only uses one core which slows down the time it needs to compile.

Proposed changes to PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index 8d08f64..112f460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ prepare() {
 build() {
     cd "${pkgname}-${pkgver}"
     qmake QMAKE_CFLAGS_RELEASE="${CFLAGS}" QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" QMAKE_LFLAGS_RELEASE="${LDFLAGS}"
-    make
+    make -j$(nproc)
 }

 package() {

pbek commented on 2021-08-20 10:44 (UTC)

It would be easier if you would just use the pre-built packages for Arch or use the AppImage (that also has an updater), the snap or the flatpak. See: https://www.qownnotes.org/installation/

albron commented on 2021-08-20 08:54 (UTC)

Hi Patrizio,

First of all thanks for this wonderful piece of software.

I have one criticism related to packaging: as a user, having to recompile this 5-10 times per month is way too much. I am not sure how versions coming two times per week can really bring significant bugfixes or improvements...

I certainly don't want to feel ungrateful about your hard work as a developer, but this extreme update rate has pushed me to put qownnotes in the IgnorePkg section in /etc/pacman.conf, for the time being.

Would you consider pushing to AUR just with major versioning? Other package maintainers often choose to have package and package-git for stable and bleeding-edge respectively. At the moment qownnotes really behaves like qownnotes-git.

bartus commented on 2021-07-16 13:40 (UTC)

Build error in qsharedpointer resolved in qt5-base:r210 https://bugs.archlinux.org/task/71493

danievdm commented on 2021-07-15 09:40 (UTC)

There is one thing that I did change my side in the last week or so and that was switching to KDE Plasma 5.22 Beta. That may have affected the dependencies in some way on the KDE side. I'd not had issues with other apps but maybe Qownnotes was affected with the build.

pbek commented on 2021-07-15 09:17 (UTC)

Nothing changed in the dependencies or the AUR build process for a long time.

danievdm commented on 2021-07-15 09:12 (UTC) (edited on 2021-07-15 09:29 (UTC) by danievdm)

I also tried with pamac from CLI but identical error, then tried uninstalling and installing again from AUR. Had no more Qownnotes as would not install. So now have installed the Appimage from https://appimage.github.io/QOwnNotes/ which did install and works fine, but it is a few versions older now at v21.1.1. I'm going to maybe try the Flatpak version which I see is 21.7.5.

pbek commented on 2021-07-14 20:37 (UTC)

I just built QOwnNotes 21.7.5 on Manjaro KDE with no issues.

danievdm commented on 2021-07-14 17:17 (UTC)

I've been getting identical error last two or three days on Manjaro KDE. All my other packages are up to date and this one has been updating nearly daily without issues the past two years or so.