[gnome-builder/gnome-builder-43] build: prepare various build versions for 43.0




commit 28407dcfb7cfbbcc9fc37e0951539e7cd795f9ee
Author: Christian Hergert <chergert redhat com>
Date:   Sat Sep 17 17:04:46 2022 -0700

    build: prepare various build versions for 43.0

 doc/help/conf.py             |  2 +-
 meson.build                  |  2 +-
 org.gnome.Builder.Devel.json | 22 +++++++++++++---------
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 71cb5f1df..c12006a51 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
 # The short X.Y version.
 version = '43'
 # The full version, including alpha/beta/rc tags.
-release = '43.alpha2'
+release = '43.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/meson.build b/meson.build
index 81415d53a..237a06098 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '43.alpha2',
+          version: '43.rc0',
     meson_version: '>= 0.60',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=gnu++2a',
diff --git a/org.gnome.Builder.Devel.json b/org.gnome.Builder.Devel.json
index c830ac036..c0d4945a1 100644
--- a/org.gnome.Builder.Devel.json
+++ b/org.gnome.Builder.Devel.json
@@ -1,7 +1,7 @@
 {
     "app-id" : "org.gnome.Builder.Devel",
     "runtime" : "org.gnome.Sdk",
-    "runtime-version" : "master",
+    "runtime-version" : "43beta",
     "sdk" : "org.gnome.Sdk",
     "sdk-extensions" : [
         "org.freedesktop.Sdk.Extension.llvm14",
@@ -296,7 +296,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/vte.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/vte.git";,
+                    "tag" : "0.70.0"
                 }
             ]
         },
@@ -311,7 +312,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libpeas.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/libpeas.git";,
+                    "tag" : "libpeas-1.34.0"
                 }
             ]
         },
@@ -327,7 +329,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/template-glib.git";,
-                    "branch" : "main"
+                    "tag" : "3.36.0"
                 }
             ]
         },
@@ -343,7 +345,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/jsonrpc-glib.git";,
-                    "branch" : "main"
+                    "tag" : "3.42.0"
                 }
             ]
         },
@@ -368,7 +370,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/sysprof.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/sysprof.git";,
+                    "tag" : "3.46.0"
                 }
             ]
         },
@@ -613,7 +616,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/libpanel.git";,
-                    "branch" : "main"
+                    "tag" : "1.0.0"
                 }
             ]
         },
@@ -635,7 +638,7 @@
                 {
                     "type" : "git",
                     "url" : "https://gitlab.gnome.org/GNOME/d-spy.git";,
-                    "branch" : "main"
+                    "tag" : "1.4.0"
                 }
             ]
         },
@@ -653,7 +656,8 @@
                 "-Dhelp=true",
                 "-Dchannel=flatpak-nightly",
                 "-Dnetwork_tests=false",
-                "-Dplugin_deviced=true"
+                "-Dplugin_deviced=true",
+                "-Dgnome_sdk_version=43beta"
             ],
             "cleanup" : [
                 "/share/gnome-builder/gir-1.0"


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