[totem] build: Renamed desktop file
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] build: Renamed desktop file
- Date: Mon, 26 Jun 2017 10:18:24 +0000 (UTC)
commit 560bf4c7b5c26756c6f9a5fbbaec97a5e5e911fb
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Mon Jun 26 11:31:38 2017 +0200
build: Renamed desktop file
desktop file has been renamed to make use of the '.in.in' extension
instead of the meson file, which was added to point the meson build
system, to be consistent with the rest of the files.
The '.in.in' extension has been chosen to denote two steps in its
generation, being the first one the variable substitution and the
second one the translation merge.
org.gnome.Totem.desktop.in.in.in has also been removed which is
unnecessary for the meson build port.
https://bugzilla.gnome.org/show_bug.cgi?id=784179
data/meson.build | 2 +-
...desktop.meson => org.gnome.Totem.desktop.in.in} | 0
data/org.gnome.Totem.desktop.in.in.in | 17 -----------------
3 files changed, 1 insertions(+), 18 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index f4672ae..f757527 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -63,7 +63,7 @@ desktop_conf.set('MIME_TYPE', r.stdout().strip())
desktop = 'org.gnome.Totem.desktop'
desktop_in = configure_file(
- input: desktop + '.meson',
+ input: desktop + '.in.in',
output: desktop + '.in',
configuration: desktop_conf
)
diff --git a/data/org.gnome.Totem.desktop.meson b/data/org.gnome.Totem.desktop.in.in
similarity index 100%
rename from data/org.gnome.Totem.desktop.meson
rename to data/org.gnome.Totem.desktop.in.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]