Package Details: nixnote2-git 2.1.9.r0.gf9cbad25-1

Git Clone URL: https://aur.archlinux.org/nixnote2-git.git (read-only, click to copy)
Package Base: nixnote2-git
Description: Evernote clone (formerly Nevernote) - git checkout
Upstream URL: https://github.com/robert7/nixnote2
Keywords: evernote nixnote notes
Licenses: GPL3
Conflicts: nixnote2-appimage
Provides: nixnote, nixnote2
Replaces: nevernote, nixnote, nixnote-beta
Submitter: twa022
Maintainer: Ataraxy
Last Packager: Ataraxy
Votes: 11
Popularity: 0.000079
First Submitted: 2017-09-02 16:02 (UTC)
Last Updated: 2023-06-27 13:47 (UTC)

Dependencies (15)

Required by (0)

Sources (2)

Pinned Comments

Ataraxy commented on 2022-01-28 14:12 (UTC) (edited on 2023-06-26 17:35 (UTC) by Ataraxy)

For much faster builds, I suggest you use ccache.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

vlas commented on 2019-08-11 13:46 (UTC) (edited on 2019-08-11 13:47 (UTC) by vlas)

@Ataraxy @robert7

AppImage also doesn't work. Now using Evernote on web :(

Renewed issue https://github.com/robert7/nixnote2/issues/120

Ataraxy commented on 2019-08-06 09:06 (UTC)

@axolx I suggest you remove your cache (or use "clean build" in yay) and then try again.

@vlas I just rebuilt and I can login fine. Upstream has good documentation on getting logs: https://github.com/robert7/nixnote2/wiki/HowTo---Add-log-file-to-the-github-issue

robert7 commented on 2019-08-06 08:27 (UTC)

@vlas: Sorry I don't use Arch Linux, so I can't try myself, but it looks like problem on your local system (e.g. some library/dependency/version setup problem).

I suggest try the AppImage build.. Try is very easy and should work "out-of-the-box" just download the file, mark as executable, then run. All dependencies are included.

See https://github.com/robert7/nixnote2/wiki/HowTo---What-to-do-if-the-app-crashes#try-to-use-the-appimage-version

vlas commented on 2019-08-03 23:26 (UTC)

Asks for login forever. So it's not working.

axolx commented on 2019-04-03 05:42 (UTC)

I'm unable to build this package.

[nixnote2-git]$ sudo pacman -Ss poppler-qt5
extra/poppler-qt5 0.75.0-1 [installed]
    Poppler Qt5 bindings

[nixnote2-git]$ makepkg -Acs
==> Making package: nixnote2-git 2.1.3.r0.g01eac69e-1 (Tue 02 Apr 2019 10:39:49 PM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating nixnote2 git repo...
Fetching origin
  -> Found tidy-source-dir-location.patch
==> Validating source files with sha256sums...
    nixnote2 ... Skipped
    tidy-source-dir-location.patch ... Passed
==> Extracting sources...
  -> Creating working copy of nixnote2 git repo...
Reset branch 'makepkg'
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
patching file src/html/enmlformatter.cpp
Hunk #1 succeeded at 23 with fuzz 2.
patching file src/main.cpp
Project MESSAGE: nixnote2: Release build!
Project MESSAGE: nixnote2: Compiler version 8
Project MESSAGE: nixnote2: Adding compiler config g++8
Project MESSAGE: Target binary: qmake-build-release/nixnote2
Project ERROR: poppler-qt5 development package not found
==> ERROR: A failure occurred in build().
    Aborting...

[nixnote2-git]$ git show -q
commit 2946cc93bdf930402438c4710239a0e86c909ea1 (HEAD -> master, origin/master, origin/HEAD)
Author: Tom "Ravi" Hale <tom@hale.ee>
Date:   Tue Dec 11 16:46:19 2018 +1100

    Patch tidy header locations

I'd be happy to help troubleshoot. Please let me know how I can help.

Ataraxy commented on 2018-12-11 08:29 (UTC)

Thanks for pinpointing the commit, @robert7.

I've added a patch to revert the changes of that commit and it all builds properly now.

robert7 commented on 2018-12-05 08:26 (UTC) (edited on 2018-12-05 08:26 (UTC) by robert7)

@kaptoxic: you problem is caused by an upstream change and the build recipe in AUR needs to be adapted

upstream change: https://github.com/robert7/nixnote2/commit/951dbda3d40e680b29fc45776f456addd7165b9c

The change in the include path for "tidy.h" was needed to make the source work with the new libtidy-dev 5.6.0 in debian unstable https://packages.debian.org/sid/amd64/libtidy-dev/download

@Ataraxy: pls contact me, in case its unclear how to fix the build recipe