[geary] Update flatpak builder manifest with changes from stable and flathub



commit b06e3c8d579db96c4a1e4b22cc12ec298253f69e
Author: Michael Gratton <mike vee net>
Date:   Mon Feb 18 00:15:42 2019 +1100

    Update flatpak builder manifest with changes from stable and flathub

 org.gnome.Geary.json | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index 8c9dbc0b..e441bb8e 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -1,12 +1,24 @@
-/* flatpak-builder config for Geary. */
+/*
+ * Flatpak builder manifest for Geary.
+ *
+ * When updating this file after branching a new stable release,
+ * the following should be updated:
+ *
+ * - app branch and geary source branches
+ * - remove app tags and desktop-file-name-prefix
+ *
+ * When updating the Flathub manifest, copy the stable manifest over
+ * it and pin each source to a specific tarball.
+ */
+
 {
     "app-id": "org.gnome.Geary",
+    "branch": "master",
     "runtime": "org.gnome.Platform",
     "runtime-version": "master",
     "sdk": "org.gnome.Sdk",
     "command": "geary",
 
-    /* Nightly build args, remove these when creating a new stable branch */
     "tags": ["nightly"],
     "desktop-file-name-prefix": "(Nightly) ",
 
@@ -46,7 +58,7 @@
     "cleanup": ["/include", "/lib/pkgconfig",
                 "/share/pkgconfig", "/share/aclocal",
                 "/man", "/share/man", "/share/gtk-doc",
-                "/share/vala",
+                "/share/vala", "/share/girepository-1", "/share/gir-1.0",
                 "*.la", "*.a"],
     "modules": [
         {
@@ -67,7 +79,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/gmime.git";,
+                    "url": "https://github.com/jstedfast/gmime.git";,
                     "branch": "gmime-2-6"
                 }
             ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]