Skip to Content.
Sympa Menu

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

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 (1557d4f661da2a9429e854ffce033140ba3ab8cf)
  • Date: Sat, 17 Jan 2015 18:09:53 -0600

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

ChangeLog | 4 ++++
utils/dzen/BUILD | 1 +
utils/dzen/DEPENDS | 1 +
utils/dzen/DETAILS | 27 +++++++++++++++++++++++++++
utils/dzen/HISTORY | 2 ++
utils/dzen/INSTALL | 1 +
utils/dzen/PREPARE | 2 ++
7 files changed, 38 insertions(+)

New commits:
commit 1557d4f661da2a9429e854ffce033140ba3ab8cf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dzen: new spell, general purpose messaging, notification and menuing
program for X11

diff --git a/ChangeLog b/ChangeLog
index 39afba7..cc5b1bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-18 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/dzen: new spell, general purpose messaging, notification
+ and menuing program for X11
+
2015-01-17 Ismael Luceno <ismael AT sourcemage.org>
* mail/dmc: new spell, dynamic mail client

diff --git a/utils/dzen/BUILD b/utils/dzen/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/dzen/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/dzen/DEPENDS b/utils/dzen/DEPENDS
new file mode 100755
index 0000000..b555ae0
--- /dev/null
+++ b/utils/dzen/DEPENDS
@@ -0,0 +1 @@
+depends libx11
diff --git a/utils/dzen/DETAILS b/utils/dzen/DETAILS
new file mode 100755
index 0000000..482c9ae
--- /dev/null
+++ b/utils/dzen/DETAILS
@@ -0,0 +1,27 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=dzen
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-git.tar.bz2t"
+ SOURCE_URL[0]=git://github.com/robm/$SPELL.git
+ SOURCE_IGNORE=volatile
+ SOURCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="https://github.com/robm/dzen";
+ LICENSE[0]="MIT"
+ ENTERED=20150117
+ KEYWORDS=""
+ SHORT="general purpose messaging, notification and menuing
program for X11"
+cat << EOF
+Dzen is a general purpose messaging, notification and menuing program for
X11.
+It was designed to be fast, tiny and scriptable in any language.
+
+Features
+--------
+* Small, fast, very tiny set of dependencies.
+* Scriptable in any language.
+* Sophisticated formating language - including colours, icons, graphics.
+* Versatile - display all sorts of information.
+* Interactive - user defined mouse and keyboard actions.
+* Optional XFT support.
+* Optional XINERAMA support.
+EOF
diff --git a/utils/dzen/HISTORY b/utils/dzen/HISTORY
new file mode 100644
index 0000000..70432b9
--- /dev/null
+++ b/utils/dzen/HISTORY
@@ -0,0 +1,2 @@
+2015-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
diff --git a/utils/dzen/INSTALL b/utils/dzen/INSTALL
new file mode 100755
index 0000000..376be39
--- /dev/null
+++ b/utils/dzen/INSTALL
@@ -0,0 +1 @@
+make install DESTDIR="$INSTALL_ROOT" PREFIX=/usr
diff --git a/utils/dzen/PREPARE b/utils/dzen/PREPARE
new file mode 100755
index 0000000..136a218
--- /dev/null
+++ b/utils/dzen/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1557d4f661da2a9429e854ffce033140ba3ab8cf), Ismael Luceno, 01/17/2015

Archive powered by MHonArc 2.6.24.

Top of Page