Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (504cc30b808be9ddadccd1b071871c84a0e2b5c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (504cc30b808be9ddadccd1b071871c84a0e2b5c9)
  • Date: Tue, 20 Sep 2011 11:32:34 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 1 +
wm-addons/vicious/BUILD | 1 +
wm-addons/vicious/DEPENDS | 10 ++++++++++
wm-addons/vicious/DETAILS | 13 +++++++++++++
wm-addons/vicious/HISTORY | 3 +++
wm-addons/vicious/INSTALL | 4 ++++
wm-addons/vicious/TRIGGERS | 1 +
7 files changed, 33 insertions(+)

New commits:
commit 504cc30b808be9ddadccd1b071871c84a0e2b5c9
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

vicious: new spell, awesome widgets

diff --git a/ChangeLog b/ChangeLog
index b784f35..3e05872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* python-pypi/distorm3: new spell, binary stream disassembler library
* security/yara: new spell, malware research tool
* python-pypi/volatility: new spell, volatile memory artifact
extraction utility framework
+ * wm-addons/vicious: new spell, vicious awesome widgets

2011-09-19 Ismael Luceno <ismael AT sourcemage.org>
* devel/ldasm: new spell, Disassembler GUI
diff --git a/wm-addons/vicious/BUILD b/wm-addons/vicious/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/wm-addons/vicious/BUILD
@@ -0,0 +1 @@
+true
diff --git a/wm-addons/vicious/DEPENDS b/wm-addons/vicious/DEPENDS
new file mode 100755
index 0000000..c34d298
--- /dev/null
+++ b/wm-addons/vicious/DEPENDS
@@ -0,0 +1,10 @@
+depends awesome &&
+optional_depends curl '' '' 'to retrieve information for various widgets' &&
+optional_depends alsa-utils '' '' 'for alsa mixer control.' &&
+optional_depends hddtemp '' '' 'to display the hd temerature' &&
+optional_depends wireless_tools '' '' 'to retrieve wifi information.' &&
+optional_depends mpc '' '' 'for the contrib.mpc widget' &&
+optional_depends pavucontrol '' '' 'for the contrib.pulse widget' &&
+optional_depends oss '' '' 'for the contrib.oss widget' &&
+optional_depends luasocket '' '' 'for the contrib.pop widget' &&
+optional_depends lm_sensors '' '' 'for the contrib.sensors widget'
diff --git a/wm-addons/vicious/DETAILS b/wm-addons/vicious/DETAILS
new file mode 100755
index 0000000..aac5dfb
--- /dev/null
+++ b/wm-addons/vicious/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=vicious
+ VERSION=2.0.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://git.sysphere.org/${SPELL}/snapshot/${SOURCE}
+
SOURCE_HASH=sha512:e51de664161fbf301989fb3e8827f3722e42e94bcf737fced03b6f9f4c6a76af57688c25d6cf12c4daee605182aa90c27d92a775b4a8a8fcfda76728cd0131fd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://git.sysphere.org/vicious/";
+ LICENSE[0]=GPL
+ ENTERED=20110915
+ SHORT="awesome widgets"
+cat << EOF
+Vicious widgets for the awesome window manager
+EOF
diff --git a/wm-addons/vicious/HISTORY b/wm-addons/vicious/HISTORY
new file mode 100644
index 0000000..402858c
--- /dev/null
+++ b/wm-addons/vicious/HISTORY
@@ -0,0 +1,3 @@
+2011-09-15 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, TRIGGERS: spell created
+
diff --git a/wm-addons/vicious/INSTALL b/wm-addons/vicious/INSTALL
new file mode 100755
index 0000000..a446abd
--- /dev/null
+++ b/wm-addons/vicious/INSTALL
@@ -0,0 +1,4 @@
+cd "${SOURCE_DIRECTORY}" &&
+AWESOME_LIB="${INSTALL_ROOT}/usr/share/awesome/lib/vicious" &&
+mkdir -p "${AWESOME_LIB}" &&
+cp -r ./* "${AWESOME_LIB}/"
diff --git a/wm-addons/vicious/TRIGGERS b/wm-addons/vicious/TRIGGERS
new file mode 100755
index 0000000..b85b200
--- /dev/null
+++ b/wm-addons/vicious/TRIGGERS
@@ -0,0 +1 @@
+on_cast awesome cast_self



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (504cc30b808be9ddadccd1b071871c84a0e2b5c9), Arjan Bouter, 09/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page