diff --git a/data/meson.build b/data/meson.build index 7bffd04..68c1f71 100644 --- a/data/meson.build +++ b/data/meson.build @@ -26,8 +26,8 @@ i18n.merge_file( ) i18n.merge_file( - input: meson.project_name() + '.appdata.xml.in', - output: meson.project_name() + '.appdata.xml', + input: 'torrential.metainfo.xml.in', + output: meson.project_name() + '.metainfo.xml', po_dir: join_paths(meson.source_root(), 'po', 'extra'), install: true, install_dir: join_paths(get_option('datadir'), 'metainfo') diff --git a/data/com.github.davidmhewitt.torrential.appdata.xml.in b/data/torrential.metainfo.xml.in similarity index 68% rename from data/com.github.davidmhewitt.torrential.appdata.xml.in rename to data/torrential.metainfo.xml.in index ecdff91..be191b0 100644 --- a/data/com.github.davidmhewitt.torrential.appdata.xml.in +++ b/data/torrential.metainfo.xml.in @@ -1,15 +1,56 @@ - + com.github.davidmhewitt.torrential com.github.davidmhewitt.torrential.desktop + com.github.davidmhewitt.torrential CC0 GPL-2.0 + Torrential Download torrents in style

A speedy, no-frills torrent client. Comes with a sane set of default options and none of the overwhelming information you don't need.

+ + + + https://github.com/davidmhewitt/torrential/raw/main/data/com.github.davidmhewitt.torrential.screenshot.png + + + + + #E0F7FF + + + + + + com.github.davidmhewitt.torrential + + + + 866 + + + pointing + keyboard + touch + + + https://github.com/davidmhewitt/torrential + https://github.com/davidmhewitt/torrential/issues + https://github.com/davidmhewitt/torrential/issues + https://github.com/sponsors/davidmhewitt + + David Hewitt + + + rgb(224,247,255) + 3 + pk_live_udV1gtwCOlzKm5Wvk1q9ke72 + + @@ -88,48 +129,4 @@ - - rgb(224,247,255) - #000 - 3 - pk_live_udV1gtwCOlzKm5Wvk1q9ke72 - - - - https://github.com/davidmhewitt/torrential/raw/main/data/com.github.davidmhewitt.torrential.screenshot.png - - - David Hewitt - https://github.com/davidmhewitt/torrential - https://github.com/davidmhewitt/torrential/issues - https://github.com/davidmhewitt/torrential/issues - - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none -
diff --git a/po/extra/POTFILES b/po/extra/POTFILES index 92f7ba9..1b185e2 100644 --- a/po/extra/POTFILES +++ b/po/extra/POTFILES @@ -1,2 +1,2 @@ data/com.github.davidmhewitt.torrential.desktop.in -data/com.github.davidmhewitt.torrential.appdata.xml.in +data/torrential.metainfo.xml.in