summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionir Deadman <19426-lionirdeadman@users.noreply.gitlab.gnome.org>2020-07-03 02:03:51 +0000
committerMarcus Lundblad <ml@update.uu.se>2020-07-03 21:24:17 +0200
commit37f8f95966512e9fa8c310cbc9dc84619386a513 (patch)
tree02e992694169900fe40e89675a53e9973f6f4832
parent71877c2633c0890f6831261c59a88fa6e0483ab8 (diff)
downloadgnome-maps-lionirdeadman/gnome-maps-master.tar.gz
flatpak: update ical and use non-git libgfbgraphlionirdeadman/gnome-maps-master
Updates are just for update sake but the libgfbgraph change is done because git libgfgraph has breaking changes which are not accounted for meaning that gnome-maps breaks.
-rw-r--r--org.gnome.Maps.json28
1 files changed, 7 insertions, 21 deletions
diff --git a/org.gnome.Maps.json b/org.gnome.Maps.json
index e4e4330c..0967f2ce 100644
--- a/org.gnome.Maps.json
+++ b/org.gnome.Maps.json
@@ -65,23 +65,8 @@
"sources": [
{
"type": "archive",
- "url": "https://github.com/libical/libical/releases/download/v3.0.7/libical-3.0.7.tar.gz",
- "sha256": "0abe66df1ea826e57db7f281c704ede834c84139012e6c686ea7adafd4e763fc"
- }
- ]
- },
- {
- "name" : "libgee",
- "build-options" : {
- "make-install-args" : [
- "girdir=/app/share/gir-1.0",
- "typelibdir=/app/lib/girepository-1.0"
- ]
- },
- "sources" : [
- {
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/libgee.git"
+ "url": "https://github.com/libical/libical/releases/download/v3.0.8/libical-3.0.8.tar.gz",
+ "sha256": "09fecacaf75ba5a242159e3a9758a5446b5ce4d0ab684f98a7040864e1d1286f"
}
]
},
@@ -163,7 +148,7 @@
"-DENABLE_INTROSPECTION=ON",
"-DENABLE_CANBERRA=OFF"
],
- "buildsystem" : "cmake",
+ "buildsystem" : "cmake-ninja",
"sources" : [
{
"type" : "git",
@@ -216,8 +201,9 @@
],
"sources" : [
{
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/libgfbgraph.git"
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/gfbgraph/0.2/gfbgraph-0.2.4.tar.xz",
+ "sha256" : "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
}
]
},
@@ -233,4 +219,4 @@
]
}
]
-}
+} \ No newline at end of file