Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Mar 25, 2024
1 parent 5381b9e commit 22aae3c
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 41 deletions.
41 changes: 0 additions & 41 deletions com.example.appname.metainfo.xml

This file was deleted.

53 changes: 53 additions & 0 deletions org.gnome.gnome-power-statistics.metainfo.xml
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>

0 comments on commit 22aae3c

Please sign in to comment.