diff --git a/data/meson.build b/data/meson.build index a6a574b6..ab348d7f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -14,12 +14,12 @@ i18n.merge_file( ) i18n.merge_file( - input: 'wingpanel.appdata.xml.in', - output: meson.project_name() + '.appdata.xml', - po_dir: join_paths(meson.project_source_root(), 'po', 'extra'), + input: 'wingpanel.metainfo.xml.in', + output: meson.project_name() + '.metainfo.xml', + po_dir: meson.project_source_root() / 'po' / 'extra', type: 'xml', install: true, - install_dir: join_paths(get_option('datadir'), 'metainfo'), + install_dir: get_option('datadir') / 'metainfo', ) # Use GResource diff --git a/data/wingpanel.appdata.xml.in b/data/wingpanel.metainfo.xml.in similarity index 56% rename from data/wingpanel.appdata.xml.in rename to data/wingpanel.metainfo.xml.in index 1fa77f2c..b3f7c7a8 100644 --- a/data/wingpanel.appdata.xml.in +++ b/data/wingpanel.metainfo.xml.in @@ -3,13 +3,37 @@ io.elementary.wingpanel CC0-1.0 - elementary GPL-3.0+ + Wingpanel Top panel that holds indicators and the applications menu

The extensible top panel for Pantheon. Wingpanel is an empty container that accepts indicators as extensions, including the applications menu.

+ Pantheon + + + + https://raw.githubusercontent.com/elementary/wingpanel/3.0.5/data/screenshot.png + + + + + io.elementary.wingpanel + + + + https://elementary.io/ + https://github.com/elementary/wingpanel/issues + https://elementary.io/get-involved#funding + https://elementaryos.stackexchange.com/questions/tagged/wingpanel + https://l10n.elementary.io/projects/wingpanel + + + elementary, Inc. + + elementary + contact_AT_elementary.io @@ -48,6 +72,7 @@ +

Improvements:

@@ -57,6 +82,7 @@
+

Improvements:

@@ -65,85 +91,11 @@
- - -

Improvements:

-
    -
  • Fix some issues with indicator sort order
  • -
  • Adjust special icon colors for dark and light panels to improve contrast
  • -
  • Fix getting monitor dimensions under Wayland
  • -
  • Hide tooltips when indicators are open
  • -
  • Updated translations
  • -
-

Deprecations:

-
    -
  • Wingpanel.Widgets.Container: Use Gtk.ModelButton instead
  • -
  • Wingpanel.Widgets.Separator: Use Gtk.Separator instead
  • -
  • Wingpanel.Widgets.Switch: Use Granite.SwitchModelButton instead
  • -
-

Removals:

-
    -
  • Wingpanel.Widgets.AutomaticScrollBox: use Gtk.ScrolledWindow.max_content_height instead
  • -
  • Wingpanel.Widgets.Button: Use Gtk.ModelButton instead
  • -
-
-
- - -

Improvements:

-
    -
  • Fix a potential issue when ending the session
  • -
  • Use "allowed" and "forbidden" list names
  • -
  • Updated translations
  • -
-
-
- - -

Improvements:

-
    -
  • Fix an issue with some 3 monitor layouts
  • -
  • Reduce spacing between icons
  • -
  • Add support for mutter 3.36
  • -
  • Updated translations
  • -
-
-
- - -

Improvements:

-
    -
  • Fix an issue where moving windows to a secondary display above the panel wouldn't work
  • -
  • Register with session manager
  • -
  • Add support for mutter 3.3x
  • -
  • Updated translations
  • -
-
-
- - -

Fix an issue with the panel being draggable on touch screens

-

Fix focus on dialogs launched from the panel

-

Updated translations

-
-
+ + + + + +
- - io.elementary.wingpanel - - - - https://raw.githubusercontent.com/elementary/wingpanel/3.0.5/data/screenshot.png - - - Pantheon - - elementary, Inc. - - https://elementary.io/ - https://github.com/elementary/wingpanel/issues - https://elementary.io/get-involved#funding - https://elementaryos.stackexchange.com/questions/tagged/wingpanel - https://l10n.elementary.io/projects/wingpanel - contact_AT_elementary.io
diff --git a/po/extra/POTFILES b/po/extra/POTFILES index c62547e0..6fcbb2a7 100644 --- a/po/extra/POTFILES +++ b/po/extra/POTFILES @@ -1 +1,2 @@ data/wingpanel.desktop.in +data/wingpanel.metainfo.xml.in