Skip to Content.
Sympa Menu

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

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 (4cf2b7d69e1c4dfd3d048b48cc37fe2d042e85c9)
  • Date: Sat, 17 Jan 2015 19:23:56 -0600

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

ChangeLog | 1 +
utils/dzen/BUILD | 1 -
utils/dzen/DEPENDS | 1 -
utils/dzen/DETAILS | 27 ---------------------------
utils/dzen/HISTORY | 3 ---
utils/dzen/INSTALL | 1 -
utils/dzen/PREPARE | 2 --
wm-addons/dzen2/DEPENDS | 4 +---
wm-addons/dzen2/DETAILS | 36 ++++++++++++++++++------------------
wm-addons/dzen2/HISTORY | 6 +++++-
wm-addons/dzen2/PREPARE | 9 ++-------
11 files changed, 27 insertions(+), 64 deletions(-)

New commits:
commit 4cf2b7d69e1c4dfd3d048b48cc37fe2d042e85c9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Merge dzen into dzen2

diff --git a/ChangeLog b/ChangeLog
index cc5b1bb..77a979c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2015-01-18 Ismael Luceno <ismael AT sourcemage.org>
* utils/dzen: new spell, general purpose messaging, notification
and menuing program for X11
+ * utils/dzen: removed, merged into wm-addons/dzen2

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
deleted file mode 100755
index 8f58e6d..0000000
--- a/utils/dzen/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make
diff --git a/utils/dzen/DEPENDS b/utils/dzen/DEPENDS
deleted file mode 100755
index b555ae0..0000000
--- a/utils/dzen/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends libx11
diff --git a/utils/dzen/DETAILS b/utils/dzen/DETAILS
deleted file mode 100755
index eb580da..0000000
--- a/utils/dzen/DETAILS
+++ /dev/null
@@ -1,27 +0,0 @@
-. "$GRIMOIRE"/FUNCTIONS
- SPELL=dzen
- VERSION=$(get_scm_version)
- SOURCE="$SPELL-git.tar.bz2"
- SOURCE_URL[0]=git://github.com/robm/$SPELL.git
- SOURCE_IGNORE=volatile
- FORCE_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
deleted file mode 100644
index afece32..0000000
--- a/utils/dzen/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2015-01-17 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
- * DETAILS: Fixed typos
diff --git a/utils/dzen/INSTALL b/utils/dzen/INSTALL
deleted file mode 100755
index 376be39..0000000
--- a/utils/dzen/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make install DESTDIR="$INSTALL_ROOT" PREFIX=/usr
diff --git a/utils/dzen/PREPARE b/utils/dzen/PREPARE
deleted file mode 100755
index 136a218..0000000
--- a/utils/dzen/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. "$GRIMOIRE"/FUNCTIONS &&
-prepare_select_branch
diff --git a/wm-addons/dzen2/DEPENDS b/wm-addons/dzen2/DEPENDS
index 30b5913..370c570 100755
--- a/wm-addons/dzen2/DEPENDS
+++ b/wm-addons/dzen2/DEPENDS
@@ -1,8 +1,6 @@
+depends git &&
depends xorg-libs &&

optional_depends libxinerama "" "" "Enable Xinerama support?" &&
optional_depends libxpm "" "" "Enable XPM support?" &&
-if [[ "$DZEN_SCM" == "y" ]]; then
-depends subversion &&
optional_depends libxft "" "" "Enable XFT support?"
-fi
diff --git a/wm-addons/dzen2/DETAILS b/wm-addons/dzen2/DETAILS
index 5895ade..36aa0bb 100755
--- a/wm-addons/dzen2/DETAILS
+++ b/wm-addons/dzen2/DETAILS
@@ -1,28 +1,28 @@
+. "$GRIMOIRE"/FUNCTIONS
SPELL=dzen2
-if [[ "$DZEN_SCM" == "y" ]]; then
-if [[ "$DZEN_SCM_AUTO" == "y" ]]; then
- VERSION=$(date +%Y%m%d)
-else
- VERSION=scm
-fi
- SOURCE=$SPELL-scm.tar.bz2
- SOURCE_HINTS=old_svn_compat
+ VERSION=$(get_scm_version)
+ SOURCE=$SPELL-git.tar.bz2
FORCE_DOWNLOAD=on
- SOURCE_URL[0]=svn://dzen.googlecode.com/svn/trunk/:dzen2-scm
+ SOURCE_URL[0]=git://github.com/robm/$SPELL.git
SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
-else
- VERSION=0.8.5
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://gotmor.googlepages.com/${SOURCE}
-
SOURCE_HASH=sha512:04b808ebb7a3a0135a9bab9e79ae0c16cb5d777458d34d5ab39a5279228fb7fa771b5fee8e4a14b325433359ef751dafa95cb1f4f75db7683404e0fe12beb273
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
-fi
- WEB_SITE="http://gotmor.googlepages.com/dzen";
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="https://github.com/robm/dzen";
LICENSE[0]=MIT
ENTERED=20070309
SHORT="A scriptable messaging, notification, and launching tool."
cat << EOF
dzen is a scriptable notification, messaging, and launching application.
It provides user control through a flexible event/action mechanism.
+
+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/wm-addons/dzen2/HISTORY b/wm-addons/dzen2/HISTORY
index 6954731..7ddabac 100644
--- a/wm-addons/dzen2/HISTORY
+++ b/wm-addons/dzen2/HISTORY
@@ -1,3 +1,8 @@
+2015-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY, PREPARE: Merged with dzen
+ updated description, switched to git, uses prepare_select_branch
+ and get_scm_version now.
+
2009-04-04 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: more depends and so on, forgot subversion
* PRE_BUILD: apply various depends
@@ -51,4 +56,3 @@

2007-03-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
-
diff --git a/wm-addons/dzen2/PREPARE b/wm-addons/dzen2/PREPARE
index 6cdf278..136a218 100755
--- a/wm-addons/dzen2/PREPARE
+++ b/wm-addons/dzen2/PREPARE
@@ -1,7 +1,2 @@
-config_query DZEN_SCM "Do you want SCM version" "n" &&
-if [[ "${DZEN_SCM}" == "y" ]]
-then
-config_query DZEN_SCM_AUTO \
- "Automaticaly update the spell on sorcery queue/system-update?" \
- "n"
-fi
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch



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

Archive powered by MHonArc 2.6.24.

Top of Page