mirror of
https://github.com/johnfactotum/foliate.git
synced 2026-05-17 14:19:24 -04:00
* Restore GitHub Action for building Debian package * Use Ubuntu 24.04 * Update dependencies for github action for deb package * debhelper-compat does not work with >= * pull submodules * Update upload-artifact version --------- Co-authored-by: Archisman Panigrahi <apandada1@gmail.com>
36 lines
887 B
Plaintext
36 lines
887 B
Plaintext
Source: foliate
|
|
Section: gnome
|
|
Priority: optional
|
|
Maintainer: John Factotum <50942278+johnfactotum@users.noreply.github.com>
|
|
Build-Depends: debhelper-compat(=13),
|
|
gettext,
|
|
meson (>= 0.59),
|
|
pkg-config,
|
|
libglib2.0-dev (>= 2.54),
|
|
libgjs-dev,
|
|
libgtk-4-dev,
|
|
libadwaita-1-dev,
|
|
libwebkitgtk-6.0-dev,
|
|
desktop-file-utils,
|
|
appstream
|
|
Standards-Version: 4.5.0
|
|
Rules-Requires-Root: no
|
|
Homepage: https://johnfactotum.github.io/foliate/
|
|
Vcs-Browser: https://github.com/johnfactotum/foliate
|
|
Vcs-Git: https://github.com/johnfactotum/foliate.git
|
|
|
|
Package: foliate
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
gjs (>= 1.72),
|
|
gir1.2-gtk-4.0 (>= 4.10),
|
|
gir1.2-adw-1,
|
|
gir1.2-webkit-6.0
|
|
Suggests: gir1.2-tracker-3.0
|
|
Description: Read e-books in style
|
|
Supported formats:
|
|
EPUB (.epub)
|
|
Kindle (.azw, .azw3) and Mobipocket (.mobi)
|
|
FictionBook 2 (.fb2, .fb2.zip)
|
|
Comic Book Archive (.cbz)
|