Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7c054dd46cefb683d31b5b5bf6d975ede4e6805f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7c054dd46cefb683d31b5b5bf6d975ede4e6805f)
  • Date: Sun, 29 Apr 2012 16:01:13 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
xfce/xfce4-power-manager/DEPENDS | 13 +++++++++++++
xfce/xfce4-power-manager/DETAILS | 22 ++++++++++++++++++++++
xfce/xfce4-power-manager/HISTORY | 2 ++
4 files changed, 40 insertions(+)

New commits:
commit 7c054dd46cefb683d31b5b5bf6d975ede4e6805f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xfce4-power-manager: new spell, power manager for the Xfce desktop

diff --git a/ChangeLog b/ChangeLog
index 8b8d599..42306c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-04-29 Ismael Luceno <ismael AT sourcemage.org>
+ * xfce/xfce4-power-manager: new spell, power manager for the Xfce
desktop
+
2012-04-27 Vlad Glagolev <stealth AT sourcemage.org>
* net/slowhttptest: new spell, application layer DoS attack simulator

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



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7c054dd46cefb683d31b5b5bf6d975ede4e6805f), Ismael Luceno, 04/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page