[gnome-control-center/alatiera/flatpak-build: 2/4] flatpak: use the meson port for gsound




commit 8a7e551247ca63dc559c8067152bedae2d99a67c
Author: Jordan Petridis <jordan centricular com>
Date:   Tue Jul 20 08:08:53 2021 +0300

    flatpak: use the meson port for gsound
    
    autotools complains about some regex unenscaped character

 build-aux/flatpak/org.gnome.Settings.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index ed702420c..67a2e2630 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -670,11 +670,12 @@
         },
         {
             "name" : "gsound",
-            "buildsystem" : "autotools",
+            "buildsystem" : "meson",
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/gsound.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/gsound.git";,
+                    "branch" : "mjog/meson-port"
                 }
             ]
         },


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