Skip to Content.
Sympa Menu

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

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 (aa83e3776c0c4fd135a14a2b1e973674a902ab21)
  • Date: Fri, 7 Mar 2008 16:54:46 -0600

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

ChangeLog | 3 +++
e-17/e_module-iiirk/BUILD | 1 +
e-17/e_module-iiirk/DEPENDS | 6 ++++++
e-17/e_module-iiirk/DETAILS | 21 +++++++++++++++++++++
e-17/e_module-iiirk/HISTORY | 3 +++
e-17/e_module-iiirk/PREPARE | 2 ++
e-17/e_module-iiirk/PRE_BUILD | 7 +++++++
e-17/e_modules/DEPENDS | 5 +++++
e-17/e_modules/HISTORY | 3 +++
9 files changed, 51 insertions(+)

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

e_module-iiirk: E17 taskbar with system tray-like docking

diff --git a/ChangeLog b/ChangeLog
index 4b49b2c..7cafc18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-07 Eric Sandall <sandalle AT sourcemage.org>
+ * e-17/e_module-iiirki: E17 taskbar with system tray-like docking
+
2008-03-07 Arjan Bouter <abouter AT sourcemage.org>
* windowmanagers/kahakai,papuawm,wmi: removed deprecated spells

diff --git a/e-17/e_module-iiirk/BUILD b/e-17/e_module-iiirk/BUILD
new file mode 100755
index 0000000..0ddfd69
--- /dev/null
+++ b/e-17/e_module-iiirk/BUILD
@@ -0,0 +1 @@
+default_build_e17_module
diff --git a/e-17/e_module-iiirk/DEPENDS b/e-17/e_module-iiirk/DEPENDS
new file mode 100755
index 0000000..0328b88
--- /dev/null
+++ b/e-17/e_module-iiirk/DEPENDS
@@ -0,0 +1,6 @@
+depends ecore &&
+depends edje &&
+depends eet &&
+depends e17 &&
+depends esmart &&
+depends evas
diff --git a/e-17/e_module-iiirk/DETAILS b/e-17/e_module-iiirk/DETAILS
new file mode 100755
index 0000000..ba0ea0a
--- /dev/null
+++ b/e-17/e_module-iiirk/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=e_module-iiirk
+ if [[ "$E_MODULE_IIIRK_CVS_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ fi
+ SOURCE=$SPELL-cvs.tar.bz2
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD="on"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+ LICENSE[0]=BSD
+ WEB_SITE=http://get-e.org/Resources/Modules/
+ KEYWORDS="enlightenment"
+ ENTERED=20080307
+ SHORT='E17 taskbar with system tray-like docking'
+cat << EOF
+An Enlightenment module to give a taskbar. IIirk - act like a taskbar but
only
+for selected applications. The docking behaviour is similar to a system tray
+but can be used with any applications.
+EOF
diff --git a/e-17/e_module-iiirk/HISTORY b/e-17/e_module-iiirk/HISTORY
new file mode 100644
index 0000000..8914924
--- /dev/null
+++ b/e-17/e_module-iiirk/HISTORY
@@ -0,0 +1,3 @@
+2008-03-07 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD, BUILD: Created
+
diff --git a/e-17/e_module-iiirk/PREPARE b/e-17/e_module-iiirk/PREPARE
new file mode 100755
index 0000000..61622a8
--- /dev/null
+++ b/e-17/e_module-iiirk/PREPARE
@@ -0,0 +1,2 @@
+config_query E_MODULE_IIIRK_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
diff --git a/e-17/e_module-iiirk/PRE_BUILD b/e-17/e_module-iiirk/PRE_BUILD
new file mode 100755
index 0000000..bab7906
--- /dev/null
+++ b/e-17/e_module-iiirk/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+#
+# No longer complaing about missing unneeded config.rpath
+#
+touch config.rpath &&
+NOCONFIGURE="ON" ./autogen.sh
diff --git a/e-17/e_modules/DEPENDS b/e-17/e_modules/DEPENDS
index 71b28c0..2b8b597 100755
--- a/e-17/e_modules/DEPENDS
+++ b/e-17/e_modules/DEPENDS
@@ -43,6 +43,11 @@ optional_depends e_module-forecasts
\
'' \
'for weather forecasts on your E17 desktop' &&

+optional_depends e_module-iiirki \
+ '' \
+ '' \
+ 'for a system-tray-like docking taskbar' &&
+
optional_depends e_module-itask \
'' \
'' \
diff --git a/e-17/e_modules/HISTORY b/e-17/e_modules/HISTORY
index 43da5ee..81f1dfd 100644
--- a/e-17/e_modules/HISTORY
+++ b/e-17/e_modules/HISTORY
@@ -1,3 +1,6 @@
+2008-03-07 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Added optional dependency on e_module-iiirki
+
2008-02-26 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Added optional dependencies on e_module-itask and
e_module-winlist-ng



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

Archive powered by MHonArc 2.6.24.

Top of Page