Unverified Commit 058bd2a0 authored by Pascal Dietrich's avatar Pascal Dietrich
Browse files

gradia: 1.12.0 -> 1.13.0

parent 494bbfa9
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
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
Original line number Diff line number Diff line
@@ -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}"