-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use example file from https://www.freedesktop.org/software/appstream/…
- Loading branch information
Showing
2 changed files
with
53 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2013 First Lastname <[email protected]> --> | ||
<component type="desktop-application"> | ||
<id>org.gnome.gnome-power-statistics</id> | ||
<metadata_license>FSFAP</metadata_license> | ||
<project_license>GPL-2.0+</project_license> | ||
<name>Power Statistics</name> | ||
<summary>Observe power management</summary> | ||
|
||
<description> | ||
<p> | ||
Power Statistics is a program used to view historical and current battery | ||
information and will show programs running on your computer using power. | ||
</p> | ||
<p>Example list:</p> | ||
<ul> | ||
<li>First item</li> | ||
<li>Second item</li> | ||
</ul> | ||
<p> | ||
You probably only need to install this application if you are having problems | ||
with your laptop battery, or are trying to work out what programs are using | ||
significant amounts of power. | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">org.gnome.gnome-power-statistics.desktop</launchable> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>The options dialog</caption> | ||
<image>http://www.hughsie.com/en_US/main.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>http://www.hughsie.com/en_US/preferences.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<url type="homepage">http://www.gnome.org/projects/en_US/gnome-power-manager</url> | ||
<project_group>GNOME</project_group> | ||
|
||
<provides> | ||
<binary>gnome-power-statistics</binary> | ||
</provides> | ||
|
||
<releases> | ||
<release version="3.12.2" date="2013-04-12"> | ||
<description> | ||
<p>Fixes issues X, Y and Z</p> | ||
</description> | ||
</release> | ||
</releases> | ||
</component> |