Package Details: norka 1.1.0-1

Git Clone URL: https://aur.archlinux.org/norka.git (read-only, click to copy)
Package Base: norka
Description: Note-taking software with Markdown support designed for Pantheon
Upstream URL: https://tenderowl.com/work/norka/
Licenses: MIT
Submitter: City-busz
Maintainer: None
Last Packager: TrialnError
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-25 00:33 (UTC)
Last Updated: 2023-06-26 21:41 (UTC)

Latest Comments

yochananmarqos commented on 2025-04-21 18:37 (UTC)

@TrialnError: I'm referring to upstream dependencies. For example, it still needs libhandy when it should not since it supposedly was ported to libadwaita with 1.1.0. It also should be using libspelling instead of gspell. It also will not run without python-htmldocx which is not packaged.

TrialnError commented on 2025-04-21 18:21 (UTC) (edited on 2025-04-21 18:22 (UTC) by TrialnError)

Is it of any problem that upstream isn't that active? If it can be kept in a workable state?
But please feel free to adjust the deps if you have more of an insight. I'm for example completly out of the loop regarding the webkit2gtk stuff. And when I last updated it I used the meson file as reference, which doesn't list that much. And whatever error a compilation threw (likely the reason why cmake was added).
Where does the other deps come from? Or where are they listed?

yochananmarqos commented on 2025-04-20 01:48 (UTC)

I would adopt this, but upstream is not really active and the dependencies are a mismatched mess. They should be:

depends=(
  'granite'
  'gspell'
  'gtksourceview5'
  'libadwaita'
  'libhandy'
  'python-cairo'
  'python-gobject'
  'python-htmldocx'  ## TODO
  'python-mistune'
  'python-markdown2'
  'python-requests'
  'webkit2gtk-4.1'
)
makedepends=(
  'blueprint-compiler'
  'meson'
)
checkdepends=('appstream-glib')