Skip to content

Commit f83a8ae

Browse files
committed
Updated appdata to make it compliant for flatpak
1 parent 8c3e49f commit f83a8ae

3 files changed

Lines changed: 32 additions & 30 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,5 @@ install(
166166
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ WORLD_READ WORLD_EXECUTE
167167
DESTINATION ${SCRIPTS_DIR}
168168
)
169+
# Refresh icon caches
170+
install (CODE "execute_process (COMMAND update-icon-caches ${DATADIR}/icons/hicolor)")

data/com.github.babluboy.nutty.appdata.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@
33
<component type="desktop">
44
<id>com.github.babluboy.nutty.desktop</id>
55
<metadata_license>CC0-1.0</metadata_license>
6-
<project_group>nutty</project_group>
76
<project_license>GPL-3.0+</project_license>
87
<name>Nutty</name>
8+
<translation type="gettext">com.github.babluboy.nutty</translation>
99
<summary>A simple utility for network information</summary>
1010
<description>
11-
<p>Nutty provides an intuitive user interface for some commonly used network related command line tools</p>
12-
<p>A key feature is the ability to turn on notification when a device enters the user's network</p>
13-
<p>Key features for Nutty are:</p>
14-
<ul>
15-
​ <li>My Info: Provides basic and detailed information for the device network card</li>
16-
​ <li>Usage: Provides network data usage in two views - historical usage and current usage</li>
17-
<li>Speed: Check Upload and Download speeds and get route times to a host</li>
18-
<li>Ports: Provides information on active ports and application using them on the local device</li>
19-
<li>Devices: Monitors, alerts and provides information on the other devices on the network</li>
20-
​ </ul>
11+
<p>Nutty provides an intuitive user interface for some commonly used network related command line tools.</p>
12+
<p>A key feature is the ability to turn on notification when a device enters the user's network.</p>
13+
<p>The following are the features for Nutty, presented in a tab based interface:
14+
<ul>
15+
<li>My Info: Provides basic and detailed information for the device network card</li>
16+
<li>Usage: Provides network data usage in two views - historical usage and current usage</li>
17+
<li>Speed: Check Upload and Download speeds and get route times to a host</li>
18+
<li>Ports: Provides information on active ports and application using them on the local device</li>
19+
<li>Devices: Monitors, alerts and provides information on the other devices on the network</li>
20+
</ul>
21+
</p>
2122
</description>
2223
<screenshots>
2324
<screenshot type="default">
@@ -38,33 +39,32 @@
3839
</provides>
3940
<releases>
4041
<release version="1.0.0" date="2018-04-31">
41-
​<description>
42-
​ <p>Ability to edit and remove discovered devices</p>
43-
<ul>
44-
<li>Support for editing and removing discovered devices</li>
45-
<li>A shiny new icon and branding</li>
46-
<li>New shortcuts (check homepage for details)</li>
47-
</ul>
48-
​ </description>
49-
​ </release>
42+
<description>
43+
<p>Ability to edit and remove discovered devices
44+
<ul>
45+
<li>Support for editing and removing discovered devices</li>
46+
<li>A shiny new icon and branding</li>
47+
<li>New shortcuts (check homepage for details)</li>
48+
</ul>
49+
</p>
50+
</description>
51+
</release>
5052
</releases>
5153
<releases>
5254
<release version="0.9" date="2017-05-27">
53-
​<description>
54-
​ <p>Initial release on Appcenter</p>
55-
​ </description>
56-
​</release>
55+
<description>Initial release on Appcenter</description>
56+
</release>
5757
</releases>
5858
<developer_name>Siddhartha Das</developer_name>
5959
<url type="homepage">https://babluboy.github.io/nutty</url>
6060
<url type="bugtracker">https://github.com/babluboy/nutty/issues</url>
6161
<url type="help">https://github.com/babluboy/nutty/wiki</url>
6262
<update_contact>bablu.boy_AT_gmail.com</update_contact>
63-
<custom>
64-
<value key="x-appcenter-color-primary">#9BDB4D</value>
65-
<value key="x-appcenter-color-primary-text">#260063</value>
66-
<value key="x-appcenter-suggested-price">1</value>
67-
</custom>
63+
<custom>
64+
<value key="x-appcenter-color-primary">#9BDB4D</value>
65+
<value key="x-appcenter-color-primary-text">#260063</value>
66+
<value key="x-appcenter-suggested-price">1</value>
67+
</custom>
6868
<content_rating type="oars-1.1">
6969
<content_attribute id="violence-cartoon">none</content_attribute>
7070
<content_attribute id="violence-fantasy">none</content_attribute>

po/com.github.babluboy.nutty.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-04-22 13:39+0100\n"
11+
"POT-Creation-Date: 2018-04-28 09:03+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)