Source: formiko
Section: editors
Priority: optional
Maintainer: Ondřej Tůma <mcbig@zeropage.cz>
Build-Depends:
 debhelper-compat (= 14),
 dh-python,
 dh-sequence-python3,
 gir1.2-adw-1,
 gir1.2-gtksource-5,
 gir1.2-webkit-6.0,
 python3-all,
 python3-docutils,
 python3-gi,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/ondratu/formiko
Vcs-Git: https://github.com/ondratu/formiko-debian.git
Vcs-Browser: https://github.com/ondratu/formiko-debian
Rules-Requires-Root: no

Package: formiko
Architecture: all
Depends:
 gir1.2-adw-1,
 gir1.2-gtk-4.0,
 gir1.2-gtksource-5,
 gir1.2-webkit-6.0,
 librsvg2-common,
 python3-docutils,
 python3-gi,
 python3-jsonpath-ng,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 gir1.2-spelling-1,
 gir1.2-vte-3.91,
 python3-m2r2,
 python3-pygments,
Description: reStructuredText and MarkDown editor and live previewer
 Formiko is a reStructuredText and MarkDown editor and live previewer.
 .
 Common features:
  * vertical or horizontal window splitting
  * preview mode
  * periodic save file
  * json and html preview
 .
 This package provides the formiko binary, which uses a GtkSourceView
 based editor with syntax highlighting. For an embedded Neovim editor,
 also install formiko-vim.

Package: formiko-vim
Architecture: all
Depends:
 formiko (= ${binary:Version}),
 python3-pynvim,
 ${misc:Depends},
 ${python3:Depends},
Breaks: formiko (<< 2.0.0-2~)
Replaces: formiko (<< 2.0.0-2~)
Description: reStructuredText and MarkDown editor and live previewer - Vim mode
 Formiko is a reStructuredText and MarkDown editor and live previewer.
 .
 Common features:
  * vertical or horizontal window splitting
  * preview mode
  * periodic save file
  * json and html preview
 .
 This package provides the formiko-vim binary, which embeds Neovim as
 its editor instead of GtkSourceView.
