From 30253c7d9ca4bafd798c2cca8f43b8c19fbbb0b3 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 2 Feb 2022 12:00:03 +0100 Subject: data: Fix appdata filename in devel profile --- data/appdata/meson.build | 13 ++++- data/appdata/org.gnome.Totem.appdata.xml.in | 79 -------------------------- data/appdata/org.gnome.Totem.appdata.xml.in.in | 4 +- 3 files changed, 12 insertions(+), 84 deletions(-) delete mode 100644 data/appdata/org.gnome.Totem.appdata.xml.in diff --git a/data/appdata/meson.build b/data/appdata/meson.build index c2e646327..c9014299d 100644 --- a/data/appdata/meson.build +++ b/data/appdata/meson.build @@ -1,8 +1,15 @@ -appdata = 'org.gnome.Totem.appdata.xml' +source_appdata = 'org.gnome.Totem.appdata.xml' +dest_appdata = application_id + '.appdata.xml' + +appdata_in = configure_file( + input: source_appdata + '.in.in', + output: source_appdata + '.in', + configuration: desktop_conf +) appdata_file = i18n.merge_file ( - input: appdata + '.in', - output: appdata, + input: appdata_in, + output: dest_appdata, install: true, install_dir: join_paths(totem_datadir, 'metainfo'), po_dir: po_dir,) diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in b/data/appdata/org.gnome.Totem.appdata.xml.in deleted file mode 100644 index c73543cd5..000000000 --- a/data/appdata/org.gnome.Totem.appdata.xml.in +++ /dev/null @@ -1,79 +0,0 @@ - - - - org.gnome.Totem.desktop - Videos - Play movies - CC0-1.0 - GPL-2.0+ - -

- Videos is the official movie player of the GNOME desktop environment. - It features a searchable list of local videos, and DVDs, as well as local - network video shares (using UPnP/DLNA) and video highlights from a number - of web sites. -

-

- Videos comes with added functionality such as a subtitle downloader, - the ability to speed up or down playback, create screenshot galleries, - and support for recording DVDs. -

-
- https://wiki.gnome.org/Apps/Videos - https://gitlab.gnome.org/GNOME/totem/issues - https://www.gnome.org/friends/ - https://l10n.gnome.org/module/totem/ - https://help.gnome.org/users/totem/stable/ - - https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png - https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png - - hadess@hadess.net - The GNOME developers - GNOME - totem - org.gnome.Totem.desktop - - - -

- This new version does not rely on Tracker running on the host, - and updates translations. -

-
-
- - -

- This new version fixes the top bar icon appearing as a square, - and updates translations. -

-
-
- - -

- We are proud to announce Videos 3.34.0 as the latest stable version. -

-

- This new version fixes a number of bugs, adds an "Open Containing Folder" plugin, - and removes the obsolete Brasero and LIRC plugins. -

-
-
- - -

- We are proud to announce Videos 3.32.0 as the latest stable version. -

-
-
-
- - HiDpiIcon - ModernToolkit - UserDocs - - -
diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in.in b/data/appdata/org.gnome.Totem.appdata.xml.in.in index c73543cd5..b766ad10a 100644 --- a/data/appdata/org.gnome.Totem.appdata.xml.in.in +++ b/data/appdata/org.gnome.Totem.appdata.xml.in.in @@ -2,7 +2,7 @@ - org.gnome.Totem.desktop + @application_id@.desktop Videos Play movies CC0-1.0 @@ -33,7 +33,7 @@ The GNOME developers GNOME totem - org.gnome.Totem.desktop + @application_id@.desktop -- cgit v1.2.1