Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c6c802cdcd15080bdb11c99846b94dc4a43cb0f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c6c802cdcd15080bdb11c99846b94dc4a43cb0f)
  • Date: Wed, 7 Apr 2010 15:35:58 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
libs/upower/DEPENDS | 5 +++++
libs/upower/DETAILS | 16 ++++++++++++++++
libs/upower/HISTORY | 3 +++
libs/upower/upower-0.9.2.tar.bz2.sig |binary
5 files changed, 27 insertions(+)

New commits:
commit 6c6c802cdcd15080bdb11c99846b94dc4a43cb0f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libs/upower: new spell, ChangeLog entry

commit bb256aac9b865e799fc262e97e206a8455c89166
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libs/upower: new spell, abstraction for enumerating power devices

need some testing, it is a successor of devicekit-power same as udisks
(we have in disk section) is a successor of devicekit-disks
after some testing we should deprecate devicekit-power and
devicekit-disks in favour og upower and udisks

diff --git a/ChangeLog b/ChangeLog
index 807176f..d91a9a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-07 Ladislav Hagara <hgr AT vabo.cz>
+ * libs/upower: new spell, abstraction for enumerating power devices
+
2010-04-06 Arjan Bouter <abouter AT sourcemage.org>
* telephony/telepathy.gpg: imported keys AD289755, 4ED9A2BB and
711E31B1

diff --git a/libs/upower/DEPENDS b/libs/upower/DEPENDS
new file mode 100755
index 0000000..36488d1
--- /dev/null
+++ b/libs/upower/DEPENDS
@@ -0,0 +1,5 @@
+depends glib2 &&
+depends dbus &&
+depends dbus-glib &&
+depends policykit &&
+depends -sub EXTRAS udev
diff --git a/libs/upower/DETAILS b/libs/upower/DETAILS
new file mode 100755
index 0000000..603fb7e
--- /dev/null
+++ b/libs/upower/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=upower
+ VERSION=0.9.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://upower.freedesktop.org/releases/$SOURCE
+ LICENSE[0]=GPL
+ WEB_SITE=http://upower.freedesktop.org/
+ ENTERED=20100407
+ SHORT="abstraction for enumerating power devices"
+cat << EOF
+UPower is an abstraction for enumerating power devices, listening to device
+events and querying history and statistics. Any application or service on the
+system can access the org.freedesktop.UPower service via the system message
bus.
+Some operations (such as suspending the system) are restricted using
PolicyKit.
+EOF
diff --git a/libs/upower/HISTORY b/libs/upower/HISTORY
new file mode 100644
index 0000000..025da62
--- /dev/null
+++ b/libs/upower/HISTORY
@@ -0,0 +1,3 @@
+2010-04-07 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.9.2
+
diff --git a/libs/upower/upower-0.9.2.tar.bz2.sig
b/libs/upower/upower-0.9.2.tar.bz2.sig
new file mode 100644
index 0000000..00a3395
Binary files /dev/null and b/libs/upower/upower-0.9.2.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6c6c802cdcd15080bdb11c99846b94dc4a43cb0f), Ladislav Hagara, 04/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page