[balsa/application-notification] Rename balsa.desktop to org.desktop.Balsa.desktop
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/application-notification] Rename balsa.desktop to org.desktop.Balsa.desktop
- Date: Thu, 21 Jun 2018 13:24:53 +0000 (UTC)
commit b29baf0fa448f79c1a3db540de866a13478b462a
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Thu Jun 21 09:21:46 2018 -0400
Rename balsa.desktop to org.desktop.Balsa.desktop
* configure.ac, Makefile.am, meson.build: Rename balsa.desktop
to org.desktop.Balsa.desktop.
GNotification requires a desktop file with a name that matches the
application-id supplies in g_application_new().
ChangeLog | 5 +++++
Makefile.am | 4 ++--
configure.ac | 2 +-
meson.build | 2 +-
balsa.desktop.in.in => org.desktop.Balsa.desktop.in.in | 0
balsa.desktop.meson => org.desktop.Balsa.desktop.meson | 0
6 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 28123538f..09ded9db5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-21 Peter Bloomfield <pbloomfield bellsouth net>
+
+ * configure.ac, Makefile.am, meson.build: Rename balsa.desktop
+ to org.desktop.Balsa.desktop.
+
2018-06-21 Peter Bloomfield <pbloomfield bellsouth net>
* src/main-window.c (view_source_activated), (bw_set_menus):
diff --git a/Makefile.am b/Makefile.am
index 1a64abc92..b103228c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,8 +9,8 @@ pixmapdir = $(datadir)/pixmaps
pixmap_DATA = gnome-balsa2.png
desktopdir = $(datadir)/applications
-desktop_in_files = balsa.desktop.in balsa-mailto-handler.desktop.in
-desktop_DATA = balsa.desktop balsa-mailto-handler.desktop
+desktop_in_files = org.desktop.Balsa.desktop.in balsa-mailto-handler.desktop.in
+desktop_DATA = org.desktop.Balsa.desktop balsa-mailto-handler.desktop
@INTLTOOL_DESKTOP_RULE@
diff --git a/configure.ac b/configure.ac
index 125af2e0a..0416371e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -725,7 +725,7 @@ AC_CONFIG_FILES([
Makefile
balsa.1
balsa.spec
-balsa.desktop.in
+org.desktop.Balsa.desktop.in
balsa-mailto-handler.desktop.in
po/Makefile.in
sounds/Makefile
diff --git a/meson.build b/meson.build
index 89a92faa0..9967c8844 100644
--- a/meson.build
+++ b/meson.build
@@ -636,7 +636,7 @@ gettext_package = 'balsa'
add_project_arguments('-DGETTEXT_PACKAGE="' + gettext_package + '"', language : 'c')
subdir('po')
-desktop_files = ['balsa.desktop', 'balsa-mailto-handler.desktop']
+desktop_files = ['org.desktop.Balsa.desktop', 'balsa-mailto-handler.desktop']
foreach file : desktop_files
file_in = configure_file(input : file + '.meson',
output : file + '.in',
diff --git a/balsa.desktop.in.in b/org.desktop.Balsa.desktop.in.in
similarity index 100%
rename from balsa.desktop.in.in
rename to org.desktop.Balsa.desktop.in.in
diff --git a/balsa.desktop.meson b/org.desktop.Balsa.desktop.meson
similarity index 100%
rename from balsa.desktop.meson
rename to org.desktop.Balsa.desktop.meson
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]