[gnome-builder/gvls] Flatpak: updating dependencies for GVls/GLsv



commit 26c943120479f759c8c94d4bd7d9c1ce169027ca
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Tue Jun 28 05:13:21 2022 -0500

    Flatpak: updating dependencies for GVls/GLsv
    
    Set version to 21 of GVls/GLsv and its dependencies

 build-aux/flatpak/org.gnome.Builder.json | 118 ++++++++++++++++++++++++++++++-
 1 file changed, 117 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 16a6cb183..deeabb8ae 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -642,6 +642,122 @@
                 }
             ]
         },
+        {
+            "name" : "gvo",
+            "config-opts" : [
+                "--libdir=/app/lib",
+                "--buildtype=debugoptimized",
+                "-Ddocs=false",
+                "-Dintrospection=false"
+            ],
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/esodan/libgvo.git";,
+                    "branch": "2.0.0.1"
+                }
+            ]
+        },
+        {
+            "name" : "gxml",
+            "config-opts" : [
+                "--libdir=/app/lib",
+                "--buildtype=debugoptimized",
+                "-Ddocs=false",
+                "-Dintrospection=false"
+            ],
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gxml.git";,
+                    "branch": "0.20.3"
+                }
+            ]
+        },
+        {
+            "name" : "girp",
+            "config-opts" : [
+                "--libdir=/app/lib",
+                "--buildtype=debugoptimized",
+                "-Ddocs=false",
+                "-Dintrospection=false"
+            ],
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.com/esodan/girp.git";,
+                    "branch": "1.0.1"
+                }
+            ]
+        },
+        {
+            "name" : "mpfr",
+            "sources" : [
+                {
+                    "type" : "archive",
+                    "url" : "http://www.mpfr.org/mpfr-4.0.1/mpfr-4.0.1.tar.xz";,
+                    "sha256" : "67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e"
+                }
+            ]
+        },
+        {
+            "name" : "mpc",
+            "config-opts" : [
+                "--with-mpfr=/app"
+            ],
+            "sources" : [
+                {
+                    "type" : "archive",
+                    "url" : "https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz";,
+                    "sha256" : "6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e"
+                }
+            ]
+        },
+        {
+            "name" : "gcalc2",
+            "config-opts" : [
+                "--libdir=/app/lib",
+                "--buildtype=debugoptimized",
+                "-Ddisable-ui=true",
+                "-Ddisable-introspection=true",
+                "-Dgci=false",
+                "-Ddoc=false"
+            ],
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-calculator.git";,
+                    "branch" : "e805301de331695408a072cf29170bf0f9087bdb"
+                }
+            ]
+        },
+        {
+            "name" : "vda",
+            "config-opts" : [
+                "--libdir=/app/lib",
+                "--buildtype=debugoptimized",
+                "-Ddocs=false",
+                "-Dintrospection=false",
+                "-Dgda=false"
+            ],
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/esodan/libvda.git";,
+                    "branch" : "libvda_1.0.9"
+                }
+            ]
+        },
         {
             "name" : "gvls",
             "config-opts" : [
@@ -659,7 +775,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/esodan/gvls.git";,
-                    "tag" : "gvls-20.1"
+                    "branch" : "d13277b4f7b249d3505ac328139779b899f91839"
                 }
             ]
         },


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