~ubuntu-branches/ubuntu/wily/xfce4-power-manager/wily

« back to all changes in this revision

Viewing changes to data/appdata/xfce4-power-manager.appdata.xml.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-06-25 19:13:23 UTC
  • mfrom: (21.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20140625191323-w7xzyk3dkwkk15uh
Tags: 1.3.0-1ubuntu1
* Merge from debian. (LP: #1334185) Remaining changes:
  - Switch to using logind for session tracking. Depend on systemd-services
    and add libsystemd-login-dev build dependency.
* Use upower << 0.99
* Drop all patches, fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Copyright 2014 Eric Koegel <eric.koegel@gmail.com> and Simon Steinbeiß <simon@xfce.org> -->
 
3
<component type="desktop">
 
4
  <id>xfce4-power-manager.desktop</id>
 
5
  <metadata_license>CC-BY-3.0</metadata_license>
 
6
  <project_license>GPL-2.0+</project_license>
 
7
  <name>Xfce power manager</name>
 
8
  <summary>Manage and reduce power consumption of computer and devices</summary>
 
9
 
 
10
  <description>
 
11
    <_p>Xfce power manager manages the power sources on the computer
 
12
    and the devices that can be controlled to reduce their power
 
13
    consumption (such as LCD brightness level, monitor sleep,
 
14
    CPU frequency scaling).
 
15
    </_p>
 
16
    <_p>In addition, Xfce power manager provides a set of freedesktop-compliant
 
17
    DBus interfaces to inform other applications about current power level
 
18
    so that they can adjust their power consumption, and it provides the inhibit
 
19
    interface which allows applications to prevent automatic sleep actions
 
20
    via the power manager; as an example, the operating system’s package manager
 
21
    should make use of this interface while it is performing update operations.
 
22
    </_p>
 
23
    <_p>Xfce power manager also provides two plugins for the Xfce panel,
 
24
    one to control LCD brightness levels and a second plugin to monitor battery
 
25
    and device charge levels.
 
26
    </_p>
 
27
  </description>
 
28
 
 
29
  <screenshots>
 
30
    <screenshot type="default">
 
31
      <image width="624" height="351">http://git.xfce.org/xfce/xfce4-power-manager/plain/data/appdata/xfce4-power-manager-default.png</image>
 
32
    </screenshot>
 
33
  </screenshots>
 
34
 
 
35
  <url type="homepage">http://www.xfce.org/</url>
 
36
  <url type="bugtracker">https://bugzilla.xfce.org/</url>
 
37
  <url type="help">http://docs.xfce.org/xfce/xfce4-power-manager/start</url>
 
38
 
 
39
  <updatecontact>xfce4-dev@xfce.org</updatecontact>
 
40
 
 
41
  <project_group>XFCE</project_group>
 
42
 
 
43
  <provides>
 
44
    <binary>xfce4-power-manager</binary>
 
45
    <binary>xfce4-power-manager-settings</binary>
 
46
  </provides>
 
47
 
 
48
  <releases>
 
49
    <release version="1.3.0" timestamp="1401646266">
 
50
      <description>
 
51
        <_p>This development release introduces a lot of new features, among them
 
52
        suspending/hibernation without systemd and UPower>=0.99. It allows for
 
53
        individual control of systemd-inhibition, a new panel plugin to monitor
 
54
        battery and device charge levels replaces the trayicon. The settings dialog
 
55
        has been completely restructured for better oversight and many open bugs
 
56
        have been fixed and translations have been updated.
 
57
        </_p>
 
58
      </description>
 
59
    </release>
 
60
  
 
61
    <release version="1.2.0" timestamp="1335645654">
 
62
      <description>
 
63
        <_p>This stable release fixes compilation problems, a memory leak and
 
64
        a few other minor bugs. Furthermore it provides updated translations.
 
65
        </_p>
 
66
      </description>
 
67
    </release>
 
68
  </releases>
 
69
 
 
70
</component>