Skip to content
Snippets Groups Projects
Commit 9e38b849 authored by Celeste's avatar Celeste Committed by omni
Browse files

community/giara: add patch for new blueprint-compiler

parent 64b6b0ce
No related branches found
No related tags found
1 merge request!54216community/giara: add patch for new blueprint-compiler
Pipeline #189972 skipped
......@@ -31,7 +31,9 @@ makedepends="
meson
"
options="!check"
source="https://gitlab.gnome.org/World/giara/-/archive/$pkgver/giara-$pkgver.tar.gz"
source="https://gitlab.gnome.org/World/giara/-/archive/$pkgver/giara-$pkgver.tar.gz
blueprint-compiler.patch
"
build() {
abuild-meson . output
......@@ -44,4 +46,5 @@ package() {
sha512sums="
b5b47a74235d674fc9baf4b6e31b7d1bf369310491e5b4deda322654b020ab9b0aaf8606acf683345d9355e8a869b07d520637c361bab7e97df682e0a6e0ca2f giara-1.1.0.tar.gz
0ce96edfc9704c90364ea9fc13eb6d6286ac2735d9d3c359f9e2059597cd1d5059b8a916f0cc8d5e00bcd7e148e73b9b8028ec0fcc7002d8dff25b3b998b2631 blueprint-compiler.patch
"
Patch-Source: https://gitlab.gnome.org/World/giara/-/merge_requests/23.patch
--
From a397abb97748b29afcfe96b01e00b7fc848f2cbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Thu, 14 Sep 2023 21:32:30 -0400
Subject: [PATCH] Fix compatibility with latest blueprint
Fixes "Expected string or translated string" error
with blueprint-compiler 0.10.0
Closes: https://debian.org/bugs/1051091
---
data/ui/headerbar.blp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/ui/headerbar.blp b/data/ui/headerbar.blp
index 024960a..bc2f6f7 100644
--- a/data/ui/headerbar.blp
+++ b/data/ui/headerbar.blp
@@ -23,7 +23,7 @@ menu newPostMenu {
menu profileMenu {
section {
- item { custom: profile; }
+ item { custom: 'profile'; }
}
section {
item(_('Inbox'), 'app.goinbox')
--
GitLab
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment