Skip to content

Commit

Permalink
Updated appdata to make it compliant for flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
babluboy committed Apr 28, 2018
1 parent 8c3e49f commit f83a8ae
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,5 @@ install(
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ WORLD_READ WORLD_EXECUTE
DESTINATION ${SCRIPTS_DIR}
)
# Refresh icon caches
install (CODE "execute_process (COMMAND update-icon-caches ${DATADIR}/icons/hicolor)")
58 changes: 29 additions & 29 deletions data/com.github.babluboy.nutty.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
<component type="desktop">
<id>com.github.babluboy.nutty.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_group>nutty</project_group>
<project_license>GPL-3.0+</project_license>
<name>Nutty</name>
<translation type="gettext">com.github.babluboy.nutty</translation>
<summary>A simple utility for network information</summary>
<description>
<p>Nutty provides an intuitive user interface for some commonly used network related command line tools</p>
<p>A key feature is the ability to turn on notification when a device enters the user's network</p>
<p>Key features for Nutty are:</p>
<ul>
​ <li>My Info: Provides basic and detailed information for the device network card</li>
​ <li>Usage: Provides network data usage in two views - historical usage and current usage</li>
<li>Speed: Check Upload and Download speeds and get route times to a host</li>
<li>Ports: Provides information on active ports and application using them on the local device</li>
<li>Devices: Monitors, alerts and provides information on the other devices on the network</li>
​ </ul>
<p>Nutty provides an intuitive user interface for some commonly used network related command line tools.</p>
<p>A key feature is the ability to turn on notification when a device enters the user's network.</p>
<p>The following are the features for Nutty, presented in a tab based interface:
<ul>
<li>My Info: Provides basic and detailed information for the device network card</li>
<li>Usage: Provides network data usage in two views - historical usage and current usage</li>
<li>Speed: Check Upload and Download speeds and get route times to a host</li>
<li>Ports: Provides information on active ports and application using them on the local device</li>
<li>Devices: Monitors, alerts and provides information on the other devices on the network</li>
</ul>
</p>
</description>
<screenshots>
<screenshot type="default">
Expand All @@ -38,33 +39,32 @@
</provides>
<releases>
<release version="1.0.0" date="2018-04-31">
​<description>
​ <p>Ability to edit and remove discovered devices</p>
<ul>
<li>Support for editing and removing discovered devices</li>
<li>A shiny new icon and branding</li>
<li>New shortcuts (check homepage for details)</li>
</ul>
​ </description>
​ </release>
<description>
<p>Ability to edit and remove discovered devices
<ul>
<li>Support for editing and removing discovered devices</li>
<li>A shiny new icon and branding</li>
<li>New shortcuts (check homepage for details)</li>
</ul>
</p>
</description>
</release>
</releases>
<releases>
<release version="0.9" date="2017-05-27">
​<description>
​ <p>Initial release on Appcenter</p>
​ </description>
​</release>
<description>Initial release on Appcenter</description>
</release>
</releases>
<developer_name>Siddhartha Das</developer_name>
<url type="homepage">https://babluboy.github.io/nutty</url>
<url type="bugtracker">https://github.com/babluboy/nutty/issues</url>
<url type="help">https://github.com/babluboy/nutty/wiki</url>
<update_contact>bablu.boy_AT_gmail.com</update_contact>
<custom>
<value key="x-appcenter-color-primary">#9BDB4D</value>
<value key="x-appcenter-color-primary-text">#260063</value>
<value key="x-appcenter-suggested-price">1</value>
</custom>
<custom>
<value key="x-appcenter-color-primary">#9BDB4D</value>
<value key="x-appcenter-color-primary-text">#260063</value>
<value key="x-appcenter-suggested-price">1</value>
</custom>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
Expand Down
2 changes: 1 addition & 1 deletion po/com.github.babluboy.nutty.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-22 13:39+0100\n"
"POT-Creation-Date: 2018-04-28 09:03+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit f83a8ae

Please sign in to comment.