[totem] build: Replaced thumbnailer template file
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] build: Replaced thumbnailer template file
- Date: Mon, 26 Jun 2017 10:18:29 +0000 (UTC)
commit faf3c581e13dc0c2170c648cd6f4191aa83e889f
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Mon Jun 26 11:48:10 2017 +0200
build: Replaced thumbnailer template file
The totem.thumbnailer.in file, which is not used any more on the
meson build port, has been replaced by the meson template, whose
contents were used but renaming it in order to make its filename
consistent with the rest of the files.
https://bugzilla.gnome.org/show_bug.cgi?id=784179
data/meson.build | 2 +-
data/totem.thumbnailer.in | 1 +
data/totem.thumbnailer.meson | 4 ----
3 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index f757527..1a4f567 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -100,7 +100,7 @@ thumbnailer_conf.set('MIME_TYPE', r.stdout().strip())
thumbnailer = 'totem.thumbnailer'
configure_file(
- input: thumbnailer + '.meson',
+ input: thumbnailer + '.in',
output: thumbnailer,
install: true,
install_dir: join_paths(totem_datadir, 'thumbnailers'),
diff --git a/data/totem.thumbnailer.in b/data/totem.thumbnailer.in
index 45be6e2..650a926 100644
--- a/data/totem.thumbnailer.in
+++ b/data/totem.thumbnailer.in
@@ -1,3 +1,4 @@
[Thumbnailer Entry]
TryExec=@BINDIR@/totem-video-thumbnailer
Exec=@BINDIR@/totem-video-thumbnailer -s %s %u %o
+@MIME_TYPE@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]