diff --git a/data/com.github.plugarut.wingpanel-monitor.appdata.xml.in b/data/com.github.plugarut.wingpanel-monitor.appdata.xml.in index 0be9004..4dac003 100644 --- a/data/com.github.plugarut.wingpanel-monitor.appdata.xml.in +++ b/data/com.github.plugarut.wingpanel-monitor.appdata.xml.in @@ -8,23 +8,24 @@

Display usage of system resources in Wingpanel.

- - #d7f4d7 - #242d40 + 0 - https://github.com/plugarut/wingpanel-monitor/raw/master/data/com.github.plugarut.wingpanel-monitor.screenshot.png + https://github.com/plugarut/wingpanel-monitor/raw/master/data/screenshot_1.png + + + https://github.com/plugarut/wingpanel-monitor/raw/master/data/screenshot_2.png - Stanisław Dac + Tudor Plugaru https://github.com/plugarut/wingpanel-monitor https://github.com/plugarut/wingpanel-monitor/issues https://github.com/plugarut/wingpanel-monitor/issues - +
  • Initial release
  • diff --git a/data/com.github.plugarut.wingpanel-monitor.desktop.in b/data/com.github.plugarut.wingpanel-monitor.desktop.in index 28f8259..da56e33 100644 --- a/data/com.github.plugarut.wingpanel-monitor.desktop.in +++ b/data/com.github.plugarut.wingpanel-monitor.desktop.in @@ -3,10 +3,10 @@ Name=Wingpanel Monitor GenericName=System Monitor Indicator Comment=Monitor resource usage of the system Categories=System;Utility; -Exec=com.github.plugarut.wingpanel-monitor %U +Exec=com.github.plugarut.wingpanel-monitor Icon=com.github.plugarut.wingpanel-monitor Terminal=false Type=Application -X-GNOME-Gettext-Domain=monitor +X-GNOME-Gettext-Domain=com.github.plugarut.wingpanel-monitor Keywords=System monitor;System usage; X-GNOME-UsesNotifications=false diff --git a/data/meson.build b/data/meson.build index ab1fb53..da0e77f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,3 +1,16 @@ +icon_sizes = ['16', '24', '32', '48', '64', '128'] + +foreach i : icon_sizes + install_data( + join_paths('icons', i, meson.project_name() + '.svg'), + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i, 'apps') + ) + install_data( + join_paths('icons', i, meson.project_name() + '.svg'), + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i + '@2', 'apps') + ) +endforeach + i18n.merge_file( input: meson.project_name() + '.desktop.in', output: meson.project_name() + '.desktop', diff --git a/debian/changelog b/debian/changelog index 2c1ab98..25b2e6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -wingpanel-monitor (0.0.1) bionic; urgency=medium +wingpanel-monitor (0.1.0) bionic; urgency=medium * Initial release. - -- Tudor Plugaru Wed, 29 Jan 2020 + -- Tudor Plugaru Wed, 05 Feb 2020