[connections/reinstate-gnome-branding: 1/2] Rename executable back to "gnome-connections"
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections/reinstate-gnome-branding: 1/2] Rename executable back to "gnome-connections"
- Date: Fri, 20 Nov 2020 10:07:11 +0000 (UTC)
commit b4fe09dee606eda01dc1666fac7fcaf1974f9e09
Author: Felipe Borges <felipeborges gnome org>
Date: Fri Nov 20 10:59:19 2020 +0100
Rename executable back to "gnome-connections"
Back when I initially proposed this app, we were in doubt whether
it would make sense to have such application being part of the core
set of GNOME apps. For this reason I attempted to remove most of
the GNOME branding from it until a decision was reached.
Now we are a GNOME app and we are better off telling the world
about it. :)
Fixes #24
build-aux/flatpak/org.gnome.Connections.json | 2 +-
data/org.gnome.Connections.desktop.in | 2 +-
meson.build | 2 +-
src/meson.build | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Connections.json b/build-aux/flatpak/org.gnome.Connections.json
index ecf7d3c..364aea3 100644
--- a/build-aux/flatpak/org.gnome.Connections.json
+++ b/build-aux/flatpak/org.gnome.Connections.json
@@ -3,7 +3,7 @@
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
- "command": "connections",
+ "command": "gnome-connections",
"finish-args": [
"--share=network",
"--share=ipc",
diff --git a/data/org.gnome.Connections.desktop.in b/data/org.gnome.Connections.desktop.in
index a94c8ce..27a47c2 100644
--- a/data/org.gnome.Connections.desktop.in
+++ b/data/org.gnome.Connections.desktop.in
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Connections
-Exec=connections
+Exec=gnome-connections
Terminal=false
Type=Application
Categories=GTK;
diff --git a/meson.build b/meson.build
index b9af4fc..cabd02a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('connections', ['c', 'vala'],
+project('gnome-connections', ['c', 'vala'],
version: '40.alpha',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
diff --git a/src/meson.build b/src/meson.build
index b73a746..0570650 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -55,7 +55,7 @@ vala_args = [
'--target-glib=2.50',
]
-executable('connections', connections_sources,
+executable('gnome-connections', connections_sources,
include_directories: config_h_dir,
vala_args: vala_args,
c_args: c_args,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]