From 865733b1514e1c75dbdea542c09fc0ce6cf04225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 16 Apr 2025 21:38:00 +0200 Subject: [PATCH] Upgrade glycin --- Cargo.lock | 8 ++++---- build-aux/org.gnome.Fractal.Devel.json | 8 +++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5fa1ce2..2d6a83aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1638,9 +1638,9 @@ dependencies = [ [[package]] name = "glycin" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1496acef16890b0022c61298052d4ca3e1a121dd4696166c3d19242581bdb9a" +checksum = "37cb9e103cb6b8925bf5e8a1cf8a1166797d8aaefaabd03e68cf6ad7443a1baa" dependencies = [ "futures-channel", "futures-util", @@ -1667,9 +1667,9 @@ dependencies = [ [[package]] name = "glycin-utils" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4348643b905fc981acf8ed0315ab8e315ce771cedb65034562f477cbaa4b1ee1" +checksum = "c0816d1db00696479cda3cd6c914fb07115982b019dac96555d203c0d5b6d37a" dependencies = [ "env_logger", "gufo-common", diff --git a/build-aux/org.gnome.Fractal.Devel.json b/build-aux/org.gnome.Fractal.Devel.json index 245d487f..e9b68c50 100644 --- a/build-aux/org.gnome.Fractal.Devel.json +++ b/build-aux/org.gnome.Fractal.Devel.json @@ -48,9 +48,6 @@ "cleanup-commands": [ "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" ], - "cleanup": [ - "bin/grass" - ], "modules": [ { "name": "grass", @@ -65,6 +62,7 @@ "mkdir -p /app/bin", "install -D ./target/release/grass /app/bin/" ], + "cleanup": ["*"], "sources": [ { "type": "git", @@ -122,8 +120,8 @@ { "type": "git", "url": "https://gitlab.gnome.org/sophie-h/glycin.git", - "tag": "1.2.0", - "commit": "c886add2e54f916a8158e491ed973581a2c7b3d0", + "tag": "1.2.1", + "commit": "7d10c2f3e59e1d4dbc2a33241eb54aa4d9f84b3f", "disable-submodules": true } ]