v0.7.0 (e78a3d5826708b8f4b28ca34e1fc2cbf1df1443d)
has a wrap file thing, not a git submodule,
so all is good from my PoV.
In my packaging tree:
> $ ls .git*
[±debian/master ✓▴]
.gitignore
.git:
branches config FETCH_HEAD HEAD index logs
ORIG_HEAD refs
COMMIT_EDITMSG description gbp_index hooks info objects
packed-refs
> $ ls subprojects
[±debian/master ✓▴]
blueprint-compiler.wrap
Bring the description, build requirements and instructions in
README.md up to date with the GTK4 port.
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 73006ac..5b3056e 100644
--- a/README.md+++ b/README.md
@@ -6,7 +6,7 @@ Conferences schedule viewer for GNOME
Yes,
It used to be a subproject in meson but it doesn't build in flathub's
sandboxed builder, so I had to remove it from meson and add it to
flatpack manifest.
This means that blueprint is required to be installed to build outside
flatpack.
Version 0.8.1 is used in flatpak, so that should do.
Sebastian: do you want to update the patch or should I merge this and
do the update afterwards?
[1]
[2]
@@ -37,7 +37,7 @@ Use "Clone repository..." from Open window, press "Run"
git clone https://git.sr.ht/~fabrixxm/confy
cd confy
- meson . _build+ meson setup . _build ninja -C _build
ninja -C _build install
--
2.30.2
Hi Sebastian and fabbrixxm!
Patch makes sense to me.
Maybe a tiny suggestion bellow (because i stumbled upon it while looking at
Debian packaging [1][2]
But feel free to disregard it.
Otherwise this my signed-off :P