gradia: 1.12.0 -> 1.13.0 (#513139)

This commit is contained in:
Michael Daniels
2026-04-26 20:17:21 +00:00
committed by GitHub
2 changed files with 2 additions and 19 deletions
@@ -1,13 +0,0 @@
diff --git a/data/ui/image_stack.blp b/data/ui/image_stack.blp
index 478bc8c..021388b 100644
--- a/data/ui/image_stack.blp
+++ b/data/ui/image_stack.blp
@@ -94,7 +94,7 @@ template $GradiaImageStack: Adw.Bin {
icon-name: "sidebar-show-symbolic";
tooltip-text: _("Open Sidebar");
action-name: "win.sidebar-shown";
- action-target: true;
+ action-target: "true";
visible: false;
styles [
+2 -6
View File
@@ -24,14 +24,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gradia";
version = "1.12.0";
version = "1.13.0";
pyproject = false;
src = fetchFromGitHub {
owner = "AlexanderVanhee";
repo = "Gradia";
tag = "v${finalAttrs.version}";
hash = "sha256-iYqMuqq2AmrdNMa7dkDUGg1+gCG7wL/rDEdWAPfcQnw=";
hash = "sha256-9gxxl59jceZZIja/fg7ygbhjcHUo4TEEnK/IzJLsRgM=";
};
nativeBuildInputs = [
@@ -55,10 +55,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
tesseract
];
patches = [
./0001-fix-image_stack-action-target-type.patch
];
postPatch = ''
substituteInPlace meson.build \
--replace "/app/bin/tesseract" "${lib.getExe tesseract}"