Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
9e38b849
Commit
9e38b849
authored
1 year ago
by
Celeste
Committed by
omni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/giara: add patch for new blueprint-compiler
parent
64b6b0ce
No related branches found
No related tags found
1 merge request
!54216
community/giara: add patch for new blueprint-compiler
Pipeline
#189972
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/giara/APKBUILD
+4
-1
4 additions, 1 deletion
community/giara/APKBUILD
community/giara/blueprint-compiler.patch
+31
-0
31 additions, 0 deletions
community/giara/blueprint-compiler.patch
with
35 additions
and
1 deletion
community/giara/APKBUILD
+
4
−
1
View file @
9e38b849
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
community/giara/blueprint-compiler.patch
0 → 100644
+
31
−
0
View file @
9e38b849
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment