[geary/mjog/rename-devel-appname] Rename devel profile for consistency with other apps



commit d123dc733fe611ecfe96ce4ceb647162ee3f480f
Author: Michael Gratton <mike vee net>
Date:   Sat Sep 28 00:34:39 2019 +1000

    Rename devel profile for consistency with other apps
    
    Adds a period between Geary and Devel.

 .gitlab-ci.yml      | 2 +-
 meson.build         | 4 ++--
 org.gnome.Geary.yml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 61530bd6..6ce7fb9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,7 +80,7 @@ ubuntu:
 flatpak:
   image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
   variables:
-    APP_ID: org.gnome.GearyDevel
+    APP_ID: org.gnome.Geary.Devel
     FLATPAK_MODULE: geary
     MANIFEST_PATH: org.gnome.Geary.yml
     MESON_ARGS: "-Dprofile=development"
diff --git a/meson.build b/meson.build
index 98d4527f..0af3885c 100644
--- a/meson.build
+++ b/meson.build
@@ -19,10 +19,10 @@ revno = run_command('build-aux/git_version.py').stdout().strip()
 
 # Build type
 if get_option('profile') == 'development'
-  profile = 'Devel'
+  profile = '.Devel'
   name_suffix = ' (Development)'
 elif get_option('profile') == 'beta'
-  profile = 'Beta'
+  profile = '.Beta'
   name_suffix = ' (Beta)'
 else
   profile = ''
diff --git a/org.gnome.Geary.yml b/org.gnome.Geary.yml
index 42ff75a0..a06fe7c8 100644
--- a/org.gnome.Geary.yml
+++ b/org.gnome.Geary.yml
@@ -11,7 +11,7 @@
 # and pin each source to a specific tarball.
 #
 
-app-id: org.gnome.GearyDevel
+app-id: org.gnome.Geary.Devel
 branch: master
 runtime: org.gnome.Platform
 runtime-version: master


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