mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 03:10:04 +01:00
trivial: Rename a few 'DeviceKit-power' strings we missed
This commit is contained in:
parent
18c8d26b02
commit
181f673908
7 changed files with 14 additions and 12 deletions
2
COPYING
2
COPYING
|
|
@ -3,7 +3,7 @@ Copyright (C) 2008 David Zeuthen <davidz@redhat.com>
|
|||
|
||||
All Rights Reserved.
|
||||
|
||||
The DeviceKit-power source code is licensed to you under the GNU
|
||||
The UPower source code is licensed to you under the GNU
|
||||
General Public License. Either version 2 of the License, or (at your
|
||||
option) any later version. The license is included below.
|
||||
|
||||
|
|
|
|||
4
HACKING
4
HACKING
|
|
@ -3,11 +3,11 @@ SCM
|
|||
|
||||
- anonymous checkouts
|
||||
|
||||
$ git clone git://git.freedesktop.org/git/DeviceKit/DeviceKit-power.git
|
||||
$ git clone git://git.freedesktop.org/git/UPower.git
|
||||
|
||||
- checkouts if you got an ssh account on fd.o (username@ is optional)
|
||||
|
||||
$ git clone ssh://[username@]git.freedesktop.org/git/DeviceKit/DeviceKit-power.git
|
||||
$ git clone ssh://[username@]git.freedesktop.org/git/UPower.git
|
||||
|
||||
- commit to local repository
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,10 @@
|
|||
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
|
||||
|
||||
<!--
|
||||
Policy definitions for DeviceKit-power
|
||||
Policy definitions for UPower
|
||||
|
||||
Copyright (c) 2008 David Zeuthen <david@fubar.dk>
|
||||
Copyright (c) 2008-2010 Richard Hughes <richard@hughsie.com>
|
||||
|
||||
NOTE: If you make changes to this file, make sure to validate the file
|
||||
using the polkit-policy-file-validate(1) tool. Changes made to this
|
||||
|
|
@ -15,8 +16,8 @@ file are instantly applied.
|
|||
-->
|
||||
|
||||
<policyconfig>
|
||||
<vendor>The DeviceKit-power Project</vendor>
|
||||
<vendor_url>http://hal.freedesktop.org/docs/DeviceKit-power/</vendor_url>
|
||||
<vendor>The UPower Project</vendor>
|
||||
<vendor_url>http://upower.freedesktop.org/</vendor_url>
|
||||
<icon_name>system-suspend</icon_name>
|
||||
|
||||
<action id="org.freedesktop.upower.suspend">
|
||||
|
|
|
|||
|
|
@ -5,9 +5,10 @@
|
|||
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
|
||||
|
||||
<!--
|
||||
Policy definitions for DeviceKit-power
|
||||
Policy definitions for UPower
|
||||
|
||||
Copyright (c) 2008 David Zeuthen <david@fubar.dk>
|
||||
Copyright (c) 2008-2010 Richard Hughes <richard@hughsie.com>
|
||||
|
||||
NOTE: If you make changes to this file, make sure to validate the file
|
||||
using the polkit-policy-file-validate(1) tool. Changes made to this
|
||||
|
|
@ -15,8 +16,8 @@ file are instantly applied.
|
|||
-->
|
||||
|
||||
<policyconfig>
|
||||
<vendor>The DeviceKit-power Project</vendor>
|
||||
<vendor_url>http://hal.freedesktop.org/docs/DeviceKit-power/</vendor_url>
|
||||
<vendor>The UPower Project</vendor>
|
||||
<vendor_url>http://upower.freedesktop.org/</vendor_url>
|
||||
<icon_name>system-suspend</icon_name>
|
||||
|
||||
<action id="org.freedesktop.upower.qos.request-latency">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<doc:description>
|
||||
<doc:para>
|
||||
org.freedesktop.UPower.QoS is a DBus interface implimented
|
||||
by DeviceKit-power.
|
||||
by UPower.
|
||||
It allows applications to request latencies, for example a couple of seconds
|
||||
for an IM application, or a few hundred microseconds for a multiplayer game.
|
||||
</doc:para>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<doc:description>
|
||||
<doc:para>
|
||||
org.freedesktop.UPower.Wakeups is a DBus interface implimented
|
||||
by DeviceKit-power.
|
||||
by UPower.
|
||||
It allows applications to watch what applications and drivers are
|
||||
causing the wakeups on the system.
|
||||
</doc:para>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<doc:doc>
|
||||
<doc:description>
|
||||
<doc:para>
|
||||
The DeviceKit-power service is available via the system message
|
||||
The UPower service is available via the system message
|
||||
bus. To access the service, use
|
||||
the <doc:tt>org.freedesktop.UPower</doc:tt> interface on
|
||||
the <doc:tt>/org/freedesktop/UPower</doc:tt> object on
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue