estado: cosecha granja 2026-09-03T06:31:13Z — avance del árbol KDE

This commit is contained in:
Sergio
2026-09-03 06:31:13 +00:00
parent 3b305286d5
commit 5d86c9de64
2 changed files with 32 additions and 33 deletions
+11 -29
View File
@@ -23,38 +23,20 @@
"escritorio-gnome": {
"grafo": "docs/state/build-state-gnome.json",
"nodos": 132,
"en_deuda": 1,
"ondas": 1,
"profundidad": 1,
"construibles_ya": [
"mpv"
],
"olas": [
{
"n": 1,
"recetas": [
"mpv"
]
}
]
"en_deuda": 0,
"ondas": 0,
"profundidad": 0,
"construibles_ya": [],
"olas": []
},
"escritorio-kde": {
"grafo": "docs/state/build-state-kde.json",
"nodos": 188,
"en_deuda": 1,
"ondas": 1,
"profundidad": 1,
"construibles_ya": [
"mpv"
],
"olas": [
{
"n": 1,
"recetas": [
"mpv"
]
}
]
"nodos": 189,
"en_deuda": 0,
"ondas": 0,
"profundidad": 0,
"construibles_ya": [],
"olas": []
},
"escritorio-mirada": {
"grafo": "docs/state/build-state.json",
+21 -4
View File
@@ -1,7 +1,24 @@
{
"schema": "hammer-fuentes-vigia/1",
"total": 1130,
"vivas": 1130,
"muertas": 0,
"detalle_muertas": []
"total": 1131,
"vivas": 1129,
"muertas": 2,
"detalle_muertas": [
{
"receta": "freetype",
"fichero": "recipes/freetype.toml",
"tipo": "tarball",
"url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz",
"codigo": "502",
"viva": false
},
{
"receta": "freetype-shared",
"fichero": "recipes/freetype-shared.toml",
"tipo": "tarball",
"url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.14.3.tar.xz",
"codigo": "502",
"viva": false
}
]
}