[geary/mjog/fix-ci-post-libcanberra-removal-3-36: 3/3] org.gnome.Geary.yaml: Include libcanberra in build anyway for GSound
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/fix-ci-post-libcanberra-removal-3-36: 3/3] org.gnome.Geary.yaml: Include libcanberra in build anyway for GSound
- Date: Fri, 3 Apr 2020 10:58:45 +0000 (UTC)
commit 1b9802e81caadeb25eecb49561a8b3b1c8af6d02
Author: Michael Gratton <mike vee net>
Date: Fri Apr 3 11:21:43 2020 +1100
org.gnome.Geary.yaml: Include libcanberra in build anyway for GSound
org.gnome.Geary.json | 26 +++++++++++++++++++++++++-
org.gnome.Geary.yaml | 18 ++++++++++++++++++
2 files changed, 43 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index 2ef14b0a..b909d074 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -161,6 +161,30 @@
"/bin"
]
},
+ {
+ "name": "libcanberra",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz",
+ "sha256": "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
+ }
+ ],
+ "config-opts": [
+ "--disable-alsa",
+ "--disable-null",
+ "--disable-oss"
+ ]
+ },
+ {
+ "name": "gsound",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://github.com/GNOME/gsound.git"
+ }
+ ]
+ },
{
"name": "gmime",
"sources": [
@@ -219,4 +243,4 @@
]
}
]
-}
\ No newline at end of file
+}
diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml
index 1f79f702..7e26ff73 100644
--- a/org.gnome.Geary.yaml
+++ b/org.gnome.Geary.yaml
@@ -169,6 +169,23 @@ modules:
cleanup:
- /bin
+ # GSound dependency
+ - name: libcanberra
+ sources:
+ - type: archive
+ url: http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz
+ sha256: c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72
+ config-opts:
+ - "--disable-alsa"
+ - "--disable-null"
+ - "--disable-oss"
+
+ # Geary dependency
+ - name: gsound
+ sources:
+ - type: git
+ url: https://github.com/GNOME/gsound.git
+
# Geary dependency
- name: gmime
sources:
@@ -207,3 +224,4 @@ modules:
- type: git
url: https://gitlab.gnome.org/GNOME/geary.git
branch: mainline
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]