diff --git a/data/meson.build b/data/meson.build index 9607e7a5..77ac57ee 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,8 +1,8 @@ i18n.merge_file( - input: 'sound.appdata.xml.in', - output: 'io.elementary.switchboard.sound.appdata.xml', - po_dir: join_paths(meson.source_root(), 'po', 'extra'), + input: 'sound.metainfo.xml.in', + output: 'io.elementary.switchboard.sound.metainfo.xml', + po_dir: meson.source_root() / 'po' / 'extra', type: 'xml', install: true, - install_dir: join_paths(datadir, 'metainfo'), + install_dir: datadir / 'metainfo', ) diff --git a/data/sound.appdata.xml.in b/data/sound.metainfo.xml.in similarity index 71% rename from data/sound.appdata.xml.in rename to data/sound.metainfo.xml.in index 6fc8a313..cf2cddd2 100644 --- a/data/sound.appdata.xml.in +++ b/data/sound.metainfo.xml.in @@ -2,10 +2,30 @@ io.elementary.switchboard.sound io.elementary.switchboard + sound-plug + CC0-1.0 + GPL-2.0+ + + preferences-desktop-sound Sound Settings Change sound and microphone volume - preferences-desktop-sound - sound-plug + + + + https://raw.githubusercontent.com/elementary/switchboard-plug-sound/master/data/screenshot.png + + + + https://github.com/elementary/switchboard-plug-sound/issues + https://elementary.io/get-involved#funding + https://github.com/elementary/switchboard-plug-sound/discussions + https://elementary.io/ + https://l10n.elementary.io/engage/switchboard/ + + elementary, Inc. + elementary + contact_at_elementary.io + @@ -30,6 +50,7 @@ +

New features:

@@ -43,6 +64,7 @@
+

Minor updates:

@@ -51,6 +73,7 @@
+

Minor updates:

@@ -60,48 +83,10 @@
- - -

Minor updates:

-
    -
  • Fix crash with PulseAudio's echo cancellation plugin
  • -
  • Updated translations
  • -
-
-
- - -

Minor updates:

-
    -
  • Updated translations
  • -
-
-
- - -

Minor updates:

-
    -
  • Updated translations
  • -
-
-
- - -
    -
  • Add volume slider event sound
  • -
  • Updated translations
  • -
-
-
+ + + + +
- - - https://raw.githubusercontent.com/elementary/switchboard-plug-sound/master/data/screenshot.png - - - elementary, Inc. - https://elementary.io - https://github.com/elementary/switchboard-plug-sound/issues - CC0-1.0 - GPL-2.0+
diff --git a/po/extra/POTFILES b/po/extra/POTFILES index 7bcc230b..644f5d4e 100644 --- a/po/extra/POTFILES +++ b/po/extra/POTFILES @@ -1 +1 @@ -data/sound.appdata.xml.in +data/sound.metainfo.xml.in