[gnome-clocks/bilelmoussaoui/sound] Flatpak: bundle the freedesktop sound theme



commit 36af37f415fe643b558e281193af87847cf1f2b0
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Tue Jan 28 20:50:18 2020 +0000

    Flatpak: bundle the freedesktop sound theme
    
    The current runtime doesn't ship one, until we bundle the sounds
    Fixes #2

 build-aux/flatpak/org.gnome.clocks.json | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.clocks.json b/build-aux/flatpak/org.gnome.clocks.json
index ba95cf3..f3f2781 100644
--- a/build-aux/flatpak/org.gnome.clocks.json
+++ b/build-aux/flatpak/org.gnome.clocks.json
@@ -94,6 +94,29 @@
                 }
             ]
         },
+        {
+            "name": "sound-theme-freedesktop",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2";,
+                    "sha256": "cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14"
+                }
+            ],
+            "modules": [
+                {
+                    "name": "intltool",
+                    "cleanup": [ "*" ],
+                    "sources": [
+                        {
+                            "type": "archive",
+                            "url": 
"https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz";,
+                            "sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
+                        }
+                    ]
+                }
+            ]
+        },
         {
             "name": "gnome-clocks",
             "buildsystem": "meson",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]