[evince/wip/gpoo/flatpak-adjustments: 1/3] flatpak: Bump manifest to latest WebP version
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/wip/gpoo/flatpak-adjustments: 1/3] flatpak: Bump manifest to latest WebP version
- Date: Mon, 21 Jun 2021 18:29:18 +0000 (UTC)
commit b4074ae81987ae5d371ad9fa81c30e3f4b765da0
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Sat Jun 19 22:46:20 2021 -0400
flatpak: Bump manifest to latest WebP version
build-aux/flatpak/org.gnome.Evince.json | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Evince.json b/build-aux/flatpak/org.gnome.Evince.json
index b86dc8a3..14b4e847 100644
--- a/build-aux/flatpak/org.gnome.Evince.json
+++ b/build-aux/flatpak/org.gnome.Evince.json
@@ -46,21 +46,27 @@
"*.la",
"*.a"
],
- "modules" : [
+ "modules": [
{
- "name" : "webp-pixbuf-loader",
- "buildsystem" : "cmake-ninja",
- "env": {
- "GDK_PIXBUF_MODULEDIR": "/app/lib/evince/gdk-pixbuf/2.10.0/"
+ "name": "webp-pixbuf-loader",
+ "buildsystem": "meson",
+ "build-options": {
+ "env": {
+ "GDK_PIXBUF_MODULEDIR": "/app/lib/evince/gdk-pixbuf/2.10.0/"
+ }
},
- "sources" : [
+ "config-opts" : [
+ "-Dgdk_pixbuf_moduledir=/app/lib/evince/gdk-pixbuf/2.10.0/"
+ ],
+ "sources": [
{
- "type" : "git",
- "url" : "https://github.com/aruiz/webp-pixbuf-loader.git",
- "commit" : "9b92950d49d7939f90ba7413deb7ec6b392b2054"
+ "type": "git",
+ "url": "https://github.com/aruiz/webp-pixbuf-loader.git",
+ "commit": "ffddc060497ee11d6cc573dae01a528b357b91ec",
+ "tag": "0.0.3"
}
],
- "post-install" : [
+ "post-install": [
"gdk-pixbuf-query-loaders > $GDK_PIXBUF_MODULEDIR/loaders.cache"
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]