[libshumate] demos: Only build protobuf for cpp and use Shumate main branch



commit 92889e819aa7dc3c0a935a6019708ea9181534a9
Author: Corentin Noël <corentin noel collabora com>
Date:   Fri Nov 19 09:28:00 2021 +0100

    demos: Only build protobuf for cpp and use Shumate main branch

 demos/org.gnome.Shumate.Demo.json | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/demos/org.gnome.Shumate.Demo.json b/demos/org.gnome.Shumate.Demo.json
index 4077f51..7eb8a2e 100644
--- a/demos/org.gnome.Shumate.Demo.json
+++ b/demos/org.gnome.Shumate.Demo.json
@@ -18,12 +18,14 @@
     "cleanup" : [
         "/include",
         "/lib/pkgconfig",
+        "/lib/girepository-1.0",
         "/share/pkgconfig",
         "/share/aclocal",
         "/man",
         "/share/man",
         "/share/gtk-doc",
         "/share/vala",
+        "/share/gir-1.0",
         "*.la",
         "*.a"
     ],
@@ -31,6 +33,12 @@
         {
             "name" : "protobuf",
             "buildsystem" : "autotools",
+            "config-opts": [ "DIST_LANG=cpp" ],
+            "cleanup" : [
+                "/bin/protoc*",
+                "/lib/libprotoc*",
+                "/lib/libprotobuf-lite*"
+            ],
             "sources" : [
                 {
                     "type" : "archive",
@@ -62,7 +70,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libshumate.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/libshumate.git";,
+                    "branch" : "main"
                 }
             ]
         }


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