[Lunar-commits] <moonbase> udisks2: new module - udisks replacement
Zachary McGrew
zmcgrew at lunar-linux.org
Thu Apr 12 01:53:23 CEST 2012
commit 32f3c3872ee2e16f08648553d9caaae4d08f88d2
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Wed Apr 11 16:07:35 2012 -0700
udisks2: new module - udisks replacement
This module will eventualy supercede udisks, but is NOT backwards compatible.
---
devel/udisks2/DEPENDS | 8 ++++++++
devel/udisks2/DETAILS | 19 +++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/devel/udisks2/DEPENDS b/devel/udisks2/DEPENDS
new file mode 100644
index 0000000..5bd8e9b
--- /dev/null
+++ b/devel/udisks2/DEPENDS
@@ -0,0 +1,8 @@
+depends polkit
+depends sg3_utils
+depends libatasmart
+depends udev
+depends parted
+depends lvm2
+
+optional_depends "gtk-doc" "--enable-gtk-doc" "--disable-gtk-doc" "for gtk-doc support"
diff --git a/devel/udisks2/DETAILS b/devel/udisks2/DETAILS
new file mode 100644
index 0000000..39e2df1
--- /dev/null
+++ b/devel/udisks2/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=udisks2
+ VERSION=1.94.0
+ SOURCE=udisks-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/udisks-$VERSION
+ SOURCE_URL=http://udisks.freedesktop.org/releases
+ SOURCE_VFY=sha1:6c76488776edbc5671a4b03a37ed61dac451211e
+ WEB_SITE=http://udisks.freedesktop.org
+ ENTERED=20120411
+ UPDATED=20120411
+ SHORT="enumerates power devices and listens to device events"
+
+cat << EOF
+Udisks 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 this
+service via the system message bus.
+
+It is a replacement for udisks. It it NOT backwards compatible.
+EOF
More information about the Lunar-commits
mailing list