From b5cb8fb2cc46eaef688a4f30674ba472a4aefec7 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 3 Sep 2026 16:32:05 +0000 Subject: [PATCH] =?UTF-8?q?estado:=20cosecha=20granja=202026-09-03T16:32:0?= =?UTF-8?q?5Z=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 | 4 +-- docs/state/fuentes-vigia.json | 50 ++++++++++++++++++++++++++--------- 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/docs/state/drenaje.json b/docs/state/drenaje.json index dc6331c8..e8b76df2 100644 --- a/docs/state/drenaje.json +++ b/docs/state/drenaje.json @@ -22,7 +22,7 @@ }, "escritorio-gnome": { "grafo": "docs/state/build-state-gnome.json", - "nodos": 148, + "nodos": 155, "en_deuda": 0, "ondas": 0, "profundidad": 0, @@ -31,7 +31,7 @@ }, "escritorio-kde": { "grafo": "docs/state/build-state-kde.json", - "nodos": 197, + "nodos": 199, "en_deuda": 0, "ondas": 0, "profundidad": 0, diff --git a/docs/state/fuentes-vigia.json b/docs/state/fuentes-vigia.json index 672985cb..3b095d39 100644 --- a/docs/state/fuentes-vigia.json +++ b/docs/state/fuentes-vigia.json @@ -1,23 +1,47 @@ { "schema": "hammer-fuentes-vigia/1", - "total": 1143, - "vivas": 1141, - "muertas": 2, + "total": 1142, + "vivas": 1137, + "muertas": 5, "detalle_muertas": [ { - "receta": "foot", - "fichero": "recipes/foot.toml", - "tipo": "git", - "url": "https://codeberg.org/dnkl/foot.git", - "codigo": "git:128", + "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": "yambar", - "fichero": "recipes/incoming-wlr/yambar.toml", - "tipo": "git", - "url": "https://codeberg.org/dnkl/yambar.git", - "codigo": "git:128", + "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 + }, + { + "receta": "libtiff", + "fichero": "recipes/libtiff.toml", + "tipo": "tarball", + "url": "https://download.osgeo.org/libtiff/tiff-4.7.0.tar.gz", + "codigo": "000", + "viva": false + }, + { + "receta": "libtiff-shared", + "fichero": "recipes/libtiff-shared.toml", + "tipo": "tarball", + "url": "https://download.osgeo.org/libtiff/tiff-4.7.0.tar.gz", + "codigo": "000", + "viva": false + }, + { + "receta": "libtool", + "fichero": "recipes/incoming-kde/libtool.toml", + "tipo": "tarball", + "url": "https://ftpmirror.gnu.org/libtool/libtool-2.5.4.tar.xz", + "codigo": "502", "viva": false } ]