Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (4515059b660f4fcde7cbb2ba464350cffae1c500)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (4515059b660f4fcde7cbb2ba464350cffae1c500)
  • Date: Mon, 21 Jul 2008 03:55:15 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
e-17/e_module-itask-ng/DEPENDS | 10 ++++++++++
e-17/e_module-itask-ng/DETAILS | 29 +++++++++++++++++++++++++++++
e-17/e_module-itask-ng/HISTORY | 3 +++
e-17/e_module-itask-ng/PREPARE | 1 +
e-17/e_module-itask-ng/PRE_BUILD | 3 +++
6 files changed, 49 insertions(+)

New commits:
commit 4515059b660f4fcde7cbb2ba464350cffae1c500
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e_module-itask-ng: Added an E17 full-featured taskbar (like OSX)

diff --git a/ChangeLog b/ChangeLog
index d3fd2b3..0b1e0a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-21 Eric Sandall <sandalle AT sourcemage.org>
+ * e/e_module-itask-ng: Added an E17 full featured tasbkar
+
2008-07-20 George Sherwood <gsherwood AT sourcemage.org>
* audio-libs/taglib-sharp: new spell for mono

diff --git a/e-17/e_module-itask-ng/DEPENDS b/e-17/e_module-itask-ng/DEPENDS
new file mode 100755
index 0000000..f0796e1
--- /dev/null
+++ b/e-17/e_module-itask-ng/DEPENDS
@@ -0,0 +1,10 @@
+depends automake &&
+depends edje &&
+depends efreet &&
+depends libtool &&
+depends SVN &&
+
+optional_depends gettext \
+ '--enable-nls' \
+ '--disable-nls' \
+ 'for Native Language Support'
diff --git a/e-17/e_module-itask-ng/DETAILS b/e-17/e_module-itask-ng/DETAILS
new file mode 100755
index 0000000..6015185
--- /dev/null
+++ b/e-17/e_module-itask-ng/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=e_module-itask-ng
+if [[ "$ITASKNG_SCM_AUTOUPDATE" == "y" ]] ; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ FORCE_DOWNLOAD=1
+
SOURCE_URL[0]=svn_http://itask-module.googlecode.com/svn/trunk/${SPELL/e_module-/}:$SPELL
+ SOURCE_IGNORE=volatile
+ SOURCE_HINTS=old_svn_compat
+ LICENSE[0]=BSD
+ WEB_SITE=http://code.google.com/p/itask-module/wiki/ItaskNG
+ ENTERED=20080226
+ SHORT='E17 application launcher and taskbar'
+cat << EOF
+This is an application launcher and taskbar based on the good old engage. for
+this module you should have composite manager like xcompmgr or kompmgr of
+bling running. Check out Itask in action. I recommend using the detour theme,
+since it makes e's internal border icons zoom correctly.
+
+If you want to use it with a composite manager you have to start the cm
before
+the module is loaded (or restart e after you started the composite manager).
+
+Though it works pretty well without composite, but does not look as good ;) a
+mode to draw on the desktop is also available. so you'll get nice
+transparency but with less usability imho.. anyhow some people wished it
+EOF
diff --git a/e-17/e_module-itask-ng/HISTORY b/e-17/e_module-itask-ng/HISTORY
new file mode 100644
index 0000000..e0d76c6
--- /dev/null
+++ b/e-17/e_module-itask-ng/HISTORY
@@ -0,0 +1,3 @@
+2008-02-26 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS: Created
+
diff --git a/e-17/e_module-itask-ng/PREPARE b/e-17/e_module-itask-ng/PREPARE
new file mode 100755
index 0000000..ecf9810
--- /dev/null
+++ b/e-17/e_module-itask-ng/PREPARE
@@ -0,0 +1 @@
+config_query ITASKNG_SCM_AUTOUPDATE "Would you like to have $SPELL updated
on every system-update?" n
diff --git a/e-17/e_module-itask-ng/PRE_BUILD
b/e-17/e_module-itask-ng/PRE_BUILD
new file mode 100755
index 0000000..eacc176
--- /dev/null
+++ b/e-17/e_module-itask-ng/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+NOCONFIGURE="on" ./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (4515059b660f4fcde7cbb2ba464350cffae1c500), Eric Sandall, 07/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page