Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugaruT committed Feb 5, 2020
1 parent 550a826 commit 485166a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
13 changes: 7 additions & 6 deletions data/com.github.plugarut.wingpanel-monitor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@
<description>
<p>Display usage of system resources in Wingpanel.</p>
</description>
<custom>
<value key="x-appcenter-color-primary">#d7f4d7</value>
<value key="x-appcenter-color-primary-text">#242d40</value>
<custom>
<value key="x-appcenter-suggested-price">0</value>
</custom>
<screenshots>
<screenshot type="default">
<image>https://github.com/plugarut/wingpanel-monitor/raw/master/data/com.github.plugarut.wingpanel-monitor.screenshot.png</image>
<image>https://github.com/plugarut/wingpanel-monitor/raw/master/data/screenshot_1.png</image>
</screenshot>
<screenshot type="default">
<image>https://github.com/plugarut/wingpanel-monitor/raw/master/data/screenshot_2.png</image>
</screenshot>
</screenshots>
<developer_name>Stanisław Dac</developer_name>
<developer_name>Tudor Plugaru</developer_name>
<url type="homepage">https://github.com/plugarut/wingpanel-monitor</url>
<url type="bugtracker">https://github.com/plugarut/wingpanel-monitor/issues</url>
<url type="help">https://github.com/plugarut/wingpanel-monitor/issues</url>

<releases>
<release version="0.0.1" date="2020-01-29">
<release version="0.1.0" date="2020-02-05">
​ <description>
​ <ul>
<li>Initial release</li>
Expand Down
4 changes: 2 additions & 2 deletions data/com.github.plugarut.wingpanel-monitor.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 13 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wingpanel-monitor (0.0.1) bionic; urgency=medium
wingpanel-monitor (0.1.0) bionic; urgency=medium

* Initial release.

-- Tudor Plugaru <plugaru.tudor@gmail.com> Wed, 29 Jan 2020
-- Tudor Plugaru <plugaru.tudor@gmail.com> Wed, 05 Feb 2020

0 comments on commit 485166a

Please sign in to comment.