[Lunar-commits] <moonbase> UPower: the DeviceKit-power app was renamed UPower by it's devs.
Florin Braescu
florin at lunar-linux.org
Sat Apr 3 08:17:56 CEST 2010
commit 890374edf8a06cbbddbcc7a8d35ce97f73a670d9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Apr 3 09:17:56 2010 +0300
UPower: the DeviceKit-power app was renamed UPower by it's devs.
---
devel/UPower/BUILD | 6 ++++++
devel/UPower/DEPENDS | 2 ++
devel/UPower/DETAILS | 15 +++++++++++++++
gnome2/desktop/gnome-power-manager/DEPENDS | 2 +-
4 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/devel/UPower/BUILD b/devel/UPower/BUILD
new file mode 100644
index 0000000..48cc8bd
--- /dev/null
+++ b/devel/UPower/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sedit 's/-Werror//g' configure &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/UPower/DEPENDS b/devel/UPower/DEPENDS
new file mode 100644
index 0000000..ef0ed8c
--- /dev/null
+++ b/devel/UPower/DEPENDS
@@ -0,0 +1,2 @@
+depends PolicyKit
+depends DeviceKit
diff --git a/devel/UPower/DETAILS b/devel/UPower/DETAILS
new file mode 100644
index 0000000..2098f3a
--- /dev/null
+++ b/devel/UPower/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=UPower
+ VERSION=0.9.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://upower.freedesktop.org/releases
+ SOURCE_VFY=sha1:1b74353ee1a04b215dd8a7722849919b838059d9
+ ENTERED=20100403
+ UPDATED=20100403
+ SHORT="enumerates power devices and listens to device events"
+
+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
+service via the system message bus.
+EOF
diff --git a/gnome2/desktop/gnome-power-manager/DEPENDS b/gnome2/desktop/gnome-power-manager/DEPENDS
index 759c5f9..e774c75 100644
--- a/gnome2/desktop/gnome-power-manager/DEPENDS
+++ b/gnome2/desktop/gnome-power-manager/DEPENDS
@@ -1,6 +1,6 @@
depends libgnomeui
depends libnotify
-depends udisks
+depends UPower
depends libwnck
depends gnome-panel
depends gstreamer-10
More information about the Lunar-commits
mailing list