From 5d86c9de644ed52a809a6844f76bb5b6f270f053 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 3 Sep 2026 06:31:13 +0000 Subject: [PATCH] =?UTF-8?q?estado:=20cosecha=20granja=202026-09-03T06:31:1?= =?UTF-8?q?3Z=20=E2=80=94=20avance=20del=20=C3=A1rbol=20KDE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/state/drenaje.json | 40 ++++++++++------------------------- docs/state/fuentes-vigia.json | 25 ++++++++++++++++++---- 2 files changed, 32 insertions(+), 33 deletions(-) diff --git a/docs/state/drenaje.json b/docs/state/drenaje.json index 56ad9b31..453694be 100644 --- a/docs/state/drenaje.json +++ b/docs/state/drenaje.json @@ -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", diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index bf4e648e..1df953a8 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -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 + } + ] }