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-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')