[geary/mjog/flatpak-updates: 3/3] org.gnome.Geary.yaml: Bump libical version and sort build args
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/flatpak-updates: 3/3] org.gnome.Geary.yaml: Bump libical version and sort build args
- Date: Sun, 3 May 2020 23:52:47 +0000 (UTC)
commit f3a3f2c6e6b1f2288ad6cc7b086f6dfbfd4fab25
Author: Michael Gratton <mike vee net>
Date: Mon May 4 09:41:47 2020 +1000
org.gnome.Geary.yaml: Bump libical version and sort build args
org.gnome.Geary.json | 12 ++++++------
org.gnome.Geary.yaml | 10 +++++-----
2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index b495a5e0..cccfac9b 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -80,19 +80,19 @@
"name": "libical",
"buildsystem": "cmake-ninja",
"config-opts": [
+ "-DBUILD_SHARED_LIBS:BOOL=ON",
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INSTALL_LIBDIR=lib",
- "-DBUILD_SHARED_LIBS:BOOL=ON",
- "-DICAL_GLIB=true",
"-DGOBJECT_INTROSPECTION=true",
- "-DICAL_GLIB_VAPI=true",
- "-DICAL_BUILD_DOCS=false"
+ "-DICAL_BUILD_DOCS=false",
+ "-DICAL_GLIB=true",
+ "-DICAL_GLIB_VAPI=true"
],
"sources": [
{
"type": "archive",
- "url":
"https://github.com/libical/libical/releases/download/v3.0.7/libical-3.0.7.tar.gz";,
- "sha256": "0abe66df1ea826e57db7f281c704ede834c84139012e6c686ea7adafd4e763fc"
+ "url":
"https://github.com/libical/libical/releases/download/v3.0.8/libical-3.0.7.tar.gz";,
+ "sha256": "09fecacaf75ba5a242159e3a9758a5446b5ce4d0ab684f98a7040864e1d1286f"
}
],
"cleanup": [
diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml
index 9959ed69..92fabdd8 100644
--- a/org.gnome.Geary.yaml
+++ b/org.gnome.Geary.yaml
@@ -109,17 +109,17 @@ modules:
- name: libical
buildsystem: cmake-ninja
config-opts:
+ - "-DBUILD_SHARED_LIBS:BOOL=ON"
- "-DCMAKE_BUILD_TYPE=Release"
- "-DCMAKE_INSTALL_LIBDIR=lib"
- - "-DBUILD_SHARED_LIBS:BOOL=ON"
- - "-DICAL_GLIB=true"
- "-DGOBJECT_INTROSPECTION=true"
- - "-DICAL_GLIB_VAPI=true"
- "-DICAL_BUILD_DOCS=false"
+ - "-DICAL_GLIB=true"
+ - "-DICAL_GLIB_VAPI=true"
sources:
- type: archive
- url: https://github.com/libical/libical/releases/download/v3.0.7/libical-3.0.7.tar.gz
- sha256: 0abe66df1ea826e57db7f281c704ede834c84139012e6c686ea7adafd4e763fc
+ url: https://github.com/libical/libical/releases/download/v3.0.8/libical-3.0.8.tar.gz
+ sha256: 09fecacaf75ba5a242159e3a9758a5446b5ce4d0ab684f98a7040864e1d1286f
cleanup:
- /lib/cmake
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]