[gnome-books/wip/hadess/add-djvu: 2/2] flatpak: Add DjVu support
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-books/wip/hadess/add-djvu: 2/2] flatpak: Add DjVu support
- Date: Mon, 22 Feb 2021 11:09:15 +0000 (UTC)
commit cd0ba537730a7e51d915c8c0b28631389ccabe3b
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 16 11:55:00 2021 +0100
flatpak: Add DjVu support
flatpak/org.gnome.Books.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
---
diff --git a/flatpak/org.gnome.Books.json b/flatpak/org.gnome.Books.json
index 43886d6e..cac5df46 100644
--- a/flatpak/org.gnome.Books.json
+++ b/flatpak/org.gnome.Books.json
@@ -90,6 +90,22 @@
}
]
},
+ {
+ "name" : "djvulibre",
+ "config-opts" : [
+ "--disable-desktopfiles"
+ ],
+ "cleanup" : [
+ "/bin"
+ ],
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" :
"https://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.27/djvulibre-3.5.27.tar.gz",
+ "sha256" : "e69668252565603875fb88500cde02bf93d12d48a3884e472696c896e81f505f"
+ }
+ ]
+ },
{
"name": "evince",
"buildsystem": "meson",
@@ -98,6 +114,7 @@
"-Dpreviewer=false", "-Ddbus=false",
"-Dbrowser_plugin=false", "-Dintrospection=true",
"-Dcomics=enabled", "-Dpdf=enabled",
+ "-Ddjvu=enabled",
"-Dgspell=disabled", "-Dgtk_doc=false",
"-Dt1lib=disabled", "-Duser_doc=false",
"-Dthumbnailer=true" ],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]