diff --git a/xfce/xfce4-power-manager/DEPENDS
b/xfce/xfce4-power-manager/DEPENDS
new file mode 100755
index 0000000..3566021
--- /dev/null
+++ b/xfce/xfce4-power-manager/DEPENDS
@@ -0,0 +1,13 @@
+depneds hal &&
+depends gtk+2 &&
+depends glib2 &&
+depends dbus &&
+depends dbus-glib &&
+depends xfconf &&
+depends libxfcegui4 &&
+depends libxfce4util &&
+depends libnotify &&
+optional_depends xfce4-panel \
+ "--enable-panel-plugins" \
+ "--disable-panel-plugins" \
+ "to build the panel plugin"
diff --git a/xfce/xfce4-power-manager/DETAILS
b/xfce/xfce4-power-manager/DETAILS
new file mode 100755
index 0000000..c9aae53
--- /dev/null
+++ b/xfce/xfce4-power-manager/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=xfce4-power-manager
+ VERSION=1.2.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://archive.xfce.org/xfce/4.10/src/${SOURCE}
+
SOURCE_HASH=sha512:1ef800871510e7e2066f9d4637679917ca9d953eb4ef4775f781085103a433e4fb25ac389713aa8e478db5d27a81359be9049b63f5a110a9092246b07954f989
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://xfce.org"
+ LICENSE[0]="GPL"
+ ENTERED=20120429
+ KEYWORDS=""
+ SHORT="power manager for the Xfce desktop"
+cat << EOF
+Xfce power manager manages the power sources on the computer and the
+devices that can be controlled to reduce their power consumption (such as
+LCD brightness level, monitor sleep, CPU frequency scaling). In addition,
+xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces
+to inform other applications about current power level so that they can
+adjust their power consumption, and it provides the inhibit interface which
+allows applications to prevent automatic sleep actions via the power manager;
+as an example, the operating system's package manager should make use of
+this interface while it is performing update operations.
+EOF
diff --git a/xfce/xfce4-power-manager/HISTORY
b/xfce/xfce4-power-manager/HISTORY
new file mode 100644
index 0000000..e771d6b
--- /dev/null
+++ b/xfce/xfce4-power-manager/HISTORY
@@ -0,0 +1,2 @@
+2012-04-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/xfce/xfce4-session/DETAILS b/xfce/xfce4-session/DETAILS
index 8ab2062..9692c06 100755
--- a/xfce/xfce4-session/DETAILS
+++ b/xfce/xfce4-session/DETAILS
@@ -1,11 +1,11 @@
SPELL=xfce4-session
- VERSION=4.8.2
+ VERSION=4.10.0
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://www.xfce.org/
-
SOURCE_HASH=sha512:e5aba4ce91c70d6aa67d61875461ff943ccb33a5d51d52171bb041080158d49f12bd32598d31d55f229cf515e55fd4012f76e0895d6f65b868d04c24053ab16a
+
SOURCE_HASH=sha512:d8d8d7c6c764182e8477d87d3c0d30ea4988e34c3411ffa15901b07738671960c1e62c02c05c45724890cec063f1a5aeeb04ab8b48992917ebfe1975165e969c
LICENSE[0]=GPL
ENTERED=20030608
KEYWORDS="xfce"
diff --git a/xfce/xfce4-session/HISTORY b/xfce/xfce4-session/HISTORY
index 785c9b7..5247c5f 100644
--- a/xfce/xfce4-session/HISTORY
+++ b/xfce/xfce4-session/HISTORY
@@ -1,3 +1,6 @@
+2012-04-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4.10.0
+
2012-01-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.8.2