remove share vala from cleanup
authorAlan <alan@roojs.com>
Wed, 7 Feb 2024 08:42:11 +0000 (16:42 +0800)
committerAlan <alan@roojs.com>
Wed, 7 Feb 2024 08:42:11 +0000 (16:42 +0800)
README.md
org.roojs.roobuilder.json

index 075bf7b..318ca40 100644 (file)
--- 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
index d6ab50c..1bf878c 100644 (file)
@@ -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"
+
                 }
             ]
         },