From: Alan Date: Wed, 7 Feb 2024 08:42:11 +0000 (+0800) Subject: remove share vala from cleanup X-Git-Tag: release-5.0.3~23 X-Git-Url: http://git.roojs.org/?p=roobuilder;a=commitdiff_plain;h=f51a16d170b90bc549fcb95d8f6d6ed50cca5c9c remove share vala from cleanup --- diff --git a/README.md b/README.md index 075bf7bfa..318ca4049 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,12 @@ Update Package details. Build it.. dpkg-buildpackage -rfakeroot -us -uc -b + + flatpak-builder --force-clean --sandbox --user --install --mirror-screenshots-url=https://dl.flathub.org/repo/screenshots --repo=repo build-dir org.roojs.roobuilder.json + +--- + +Known issues + + * Flatpack - run doesnt work - needs more work understanding how flatpack would manage to compile with libraries from the system, or inside the pack + \ No newline at end of file diff --git a/org.roojs.roobuilder.json b/org.roojs.roobuilder.json index d6ab50c54..1bf878c92 100644 --- a/org.roojs.roobuilder.json +++ b/org.roojs.roobuilder.json @@ -35,7 +35,6 @@ "/share/gtk-doc", "/share/man", "/share/pkgconfig", - "/share/vala", "*.la", "*.a" ], @@ -44,7 +43,8 @@ "name" : "jsonrpc-glib", "config-opts" : [ "--buildtype=debugoptimized", - "-Denable_tests=false" + "-Denable_tests=false", + "-Denable_gtk_doc=true" ], "buildsystem" : "meson", "builddir" : true, @@ -61,7 +61,9 @@ "sources": [ { "type": "git", - "url": "https://gitlab.gnome.org/GNOME/gnome-common.git" + "url": "https://gitlab.gnome.org/GNOME/gnome-common.git", + "branch" : "master" + } ] },