From c7d56e88ca3887b913b74e350b7968164ca03fa6 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 10 Aug 2024 00:35:22 +0000 Subject: [PATCH] Pin the COSMIC programs to Alpha 1 tag to fix the build --- recipes/icons/cosmic-icons/recipe.toml | 2 +- recipes/tools/cosmic-edit/recipe.toml | 2 +- recipes/tools/cosmic-files/recipe.toml | 2 +- recipes/tools/cosmic-term/recipe.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/icons/cosmic-icons/recipe.toml b/recipes/icons/cosmic-icons/recipe.toml index 80b95d86f..3e9b0d1f2 100644 --- a/recipes/icons/cosmic-icons/recipe.toml +++ b/recipes/icons/cosmic-icons/recipe.toml @@ -1,6 +1,6 @@ [source] git = "https://github.com/pop-os/cosmic-icons.git" - +rev = "f93dcdfa1060c2cf3f8cf0b56b0338292edcafa5" [build] template = "custom" script = """ diff --git a/recipes/tools/cosmic-edit/recipe.toml b/recipes/tools/cosmic-edit/recipe.toml index 7af455cf4..f05ecbd19 100644 --- a/recipes/tools/cosmic-edit/recipe.toml +++ b/recipes/tools/cosmic-edit/recipe.toml @@ -1,7 +1,7 @@ [source] git = "https://github.com/pop-os/cosmic-edit.git" branch = "master" - +rev = "df5d10936c5a1cc16e231b92221eae7c73ed9da4" [build] template = "custom" script = """ diff --git a/recipes/tools/cosmic-files/recipe.toml b/recipes/tools/cosmic-files/recipe.toml index 1314097d8..bc095a67b 100644 --- a/recipes/tools/cosmic-files/recipe.toml +++ b/recipes/tools/cosmic-files/recipe.toml @@ -1,7 +1,7 @@ [source] git = "https://github.com/pop-os/cosmic-files.git" branch = "master" - +rev = "190029aa27d08a26877e73db2dda789de3e6595f" [build] template = "custom" script = """ diff --git a/recipes/tools/cosmic-term/recipe.toml b/recipes/tools/cosmic-term/recipe.toml index ec06ea5bd..b5d0f11a1 100644 --- a/recipes/tools/cosmic-term/recipe.toml +++ b/recipes/tools/cosmic-term/recipe.toml @@ -1,7 +1,7 @@ [source] git = "https://github.com/pop-os/cosmic-term.git" branch = "master" - +rev = "be808b56cf24d03fc99cf44b0885078a81a16523" [build] template = "custom" script = """ -- GitLab