[gnome-calendar] flatpak: Reorder some sources
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] flatpak: Reorder some sources
- Date: Wed, 10 Jul 2019 00:25:15 +0000 (UTC)
commit c62bb2eb95c26e46ef604338e32c1e2142c7079c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jul 9 21:08:34 2019 -0300
flatpak: Reorder some sources
Small cosmetic change.
build-aux/flatpak/org.gnome.Calendar.json | 40 +++++++++++++++----------------
1 file changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Calendar.json b/build-aux/flatpak/org.gnome.Calendar.json
index eeaf89fa..6c48b167 100644
--- a/build-aux/flatpak/org.gnome.Calendar.json
+++ b/build-aux/flatpak/org.gnome.Calendar.json
@@ -64,26 +64,6 @@
}
]
},
- {
- "name" : "libical",
- "cleanup" : [
- "/lib/cmake"
- ],
- "buildsystem" : "cmake-ninja",
- "config-opts" : [
- "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
- "-DBUILD_SHARED_LIBS=On",
- "-DICAL_BUILD_DOCS=False",
- "-DWITH_CXX_BINDINGS=False"
- ],
- "sources" : [
- {
- "type" : "archive",
- "url" :
"https://github.com/libical/libical/releases/download/v3.0.5/libical-3.0.5.tar.gz",
- "sha256" : "7ad550c8c49c9b9983658e3ab3e68b1eee2439ec17b169a6b1e6ecb5274e78e6"
- }
- ]
- },
{
"name" : "geocode-glib",
"buildsystem" : "meson",
@@ -114,6 +94,26 @@
}
]
},
+ {
+ "name" : "libical",
+ "cleanup" : [
+ "/lib/cmake"
+ ],
+ "buildsystem" : "cmake-ninja",
+ "config-opts" : [
+ "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
+ "-DBUILD_SHARED_LIBS=On",
+ "-DICAL_BUILD_DOCS=False",
+ "-DWITH_CXX_BINDINGS=False"
+ ],
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" :
"https://github.com/libical/libical/releases/download/v3.0.5/libical-3.0.5.tar.gz",
+ "sha256" : "7ad550c8c49c9b9983658e3ab3e68b1eee2439ec17b169a6b1e6ecb5274e78e6"
+ }
+ ]
+ },
{
"name" : "evolution-data-server",
"cleanup": [ "/share/GConf" ],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]