[evolution/gnome-3-38] Flatpak: Switch to 3.38 SDK and build its own libcanberra
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-38] Flatpak: Switch to 3.38 SDK and build its own libcanberra
- Date: Fri, 18 Sep 2020 08:44:23 +0000 (UTC)
commit a66c48208384486aa83ec0370c411cf1fb68d638
Author: Milan Crha <mcrha redhat com>
Date: Fri Sep 18 10:42:20 2020 +0200
Flatpak: Switch to 3.38 SDK and build its own libcanberra
The libcanberra had been dropped from the GNOME Flatpak SDK.
flatpak/org.gnome.Evolution-master.json | 25 ++++++++++++++++++++++++-
flatpak/org.gnome.Evolution-stable.json | 23 +++++++++++++++++++++++
2 files changed, 47 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Evolution-master.json b/flatpak/org.gnome.Evolution-master.json
index 228c8933d6..834631191b 100644
--- a/flatpak/org.gnome.Evolution-master.json
+++ b/flatpak/org.gnome.Evolution-master.json
@@ -1,7 +1,7 @@
{
"app-id": "org.gnome.Evolution",
"runtime": "org.gnome.Platform",
- "runtime-version": "3.36",
+ "runtime-version": "3.38",
"sdk": "org.gnome.Sdk",
"command": "evolution",
"rename-icon": "evolution",
@@ -51,6 +51,29 @@
]
},
+ {
+ "name": "libcanberra",
+ "config-opts": [
+ "--disable-gtk",
+ "--disable-oss",
+ "--enable-alsa",
+ "--enable-gtk3",
+ "--enable-null",
+ "--without-systemdsystemunitdir",
+ "--with-builtin=dso",
+ "--disable-gtk-doc",
+ "--disable-gtk-doc-html"
+ ],
+ "cleanup": [ "/bin", "/share/gtk-doc" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "http://git.0pointer.net/clone/libcanberra.git",
+ "branch": "master"
+ }
+ ]
+ },
+
{
"name": "libical",
"cleanup": [ "/lib/cmake" ],
diff --git a/flatpak/org.gnome.Evolution-stable.json b/flatpak/org.gnome.Evolution-stable.json
index 33b3cd5b75..422a68ac96 100644
--- a/flatpak/org.gnome.Evolution-stable.json
+++ b/flatpak/org.gnome.Evolution-stable.json
@@ -50,6 +50,29 @@
]
},
+ {
+ "name": "libcanberra",
+ "config-opts": [
+ "--disable-gtk",
+ "--disable-oss",
+ "--enable-alsa",
+ "--enable-gtk3",
+ "--enable-null",
+ "--without-systemdsystemunitdir",
+ "--with-builtin=dso",
+ "--disable-gtk-doc",
+ "--disable-gtk-doc-html"
+ ],
+ "cleanup": [ "/bin", "/share/gtk-doc" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "http://git.0pointer.net/clone/libcanberra.git",
+ "branch": "master"
+ }
+ ]
+ },
+
{
"name": "libical",
"cleanup": [ "/lib/cmake" ],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]