summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-06-26 11:31:38 +0200
committerBastien Nocera <hadess@hadess.net>2017-06-26 11:59:34 +0200
commit560bf4c7b5c26756c6f9a5fbbaec97a5e5e911fb (patch)
treea8e16c4b68b98f0a5aa76d7cd53b5cd7c40cb115 /data
parent4bb00a2a763bf2dab3a32981cd421142004882c6 (diff)
downloadtotem-560bf4c7b5c26756c6f9a5fbbaec97a5e5e911fb.tar.gz
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
Diffstat (limited to 'data')
-rw-r--r--data/meson.build2
-rw-r--r--data/org.gnome.Totem.desktop.in.in (renamed from data/org.gnome.Totem.desktop.meson)0
-rw-r--r--data/org.gnome.Totem.desktop.in.in.in17
3 files changed, 1 insertions, 18 deletions
diff --git a/data/meson.build b/data/meson.build
index f4672ae89..f75752795 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
index 975e04d90..975e04d90 100644
--- a/data/org.gnome.Totem.desktop.meson
+++ b/data/org.gnome.Totem.desktop.in.in
diff --git a/data/org.gnome.Totem.desktop.in.in.in b/data/org.gnome.Totem.desktop.in.in.in
deleted file mode 100644
index ee432e740..000000000
--- a/data/org.gnome.Totem.desktop.in.in.in
+++ /dev/null
@@ -1,17 +0,0 @@
-[Desktop Entry]
-_Name=Videos
-_Comment=Play movies
-_Keywords=Video;Movie;Film;Clip;Series;Player;DVD;TV;Disc;
-Exec=totem %U
-Icon=org.gnome.Totem
-DBusActivatable=true
-Terminal=false
-Type=Application
-Categories=GTK;GNOME;AudioVideo;Player;Video;
-X-GNOME-DocPath=totem/totem.xml
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=totem
-X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=@VERSION@
-X-GNOME-Bugzilla-OtherBinaries=totem-video-thumbnailer;
-StartupNotify=true