Skip to Content.
Sympa Menu

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

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 (94a2ff17a10a561a1498afa874af7673f8afc510)
  • Date: Wed, 7 Nov 2007 22:11:55 -0600

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

e/e_module-penguins/CONFLICTS | 1 +
e/e_module-penguins/DEPENDS | 7 +++++++
e/e_module-penguins/DETAILS | 19 +++++++++++++++++++
e/e_module-penguins/HISTORY | 3 +++
e/e_module-penguins/PREPARE | 2 ++
e/e_module-penguins/PRE_BUILD | 7 +++++++
e/e_modules/DEPENDS | 5 +++++
e/e_modules/HISTORY | 3 +++
e/enlightenment/DEPENDS | 1 +
e/enlightenment/HISTORY | 3 ---
10 files changed, 48 insertions(+), 3 deletions(-)

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

e_modules: Added optional dependency on e_module-penguins

commit f75209aaf7a46b000f88f636adf88ab335ca4046
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "enlightenment: e_modules is deprecated in favour of the split
e_modules-*"

This reverts commit fd3970da0ab2c25a10988de0af90b6b3bb6bed59.

You're correct Ladislav, I just saw that the modules conflict with it
(from the upgrade path of old e_modules) and went with that. :)

commit d26e8f48cb6af549482443e0a7800442cd9c1d31
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e_module-penguins: Forgot to add, thanks Ladislav

diff --git a/e/e_module-penguins/CONFLICTS b/e/e_module-penguins/CONFLICTS
new file mode 100755
index 0000000..4caf782
--- /dev/null
+++ b/e/e_module-penguins/CONFLICTS
@@ -0,0 +1 @@
+conflicts e_modules y
diff --git a/e/e_module-penguins/DEPENDS b/e/e_module-penguins/DEPENDS
new file mode 100755
index 0000000..3174870
--- /dev/null
+++ b/e/e_module-penguins/DEPENDS
@@ -0,0 +1,7 @@
+depends CVS &&
+depends ecore &&
+depends edje &&
+depends eet &&
+depends e17 &&
+depends esmart &&
+depends evas
diff --git a/e/e_module-penguins/DETAILS b/e/e_module-penguins/DETAILS
new file mode 100755
index 0000000..e890624
--- /dev/null
+++ b/e/e_module-penguins/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=e_module-penguins
+ if [[ "$E_MODULE_PENGUINS_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=20060830
+ SHORT='E17 desktop penguin module'
+cat << EOF
+An Enlightenment module to display penguins on the desktop.
+EOF
diff --git a/e/e_module-penguins/HISTORY b/e/e_module-penguins/HISTORY
new file mode 100644
index 0000000..0614747
--- /dev/null
+++ b/e/e_module-penguins/HISTORY
@@ -0,0 +1,3 @@
+2007-11-02 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
+
diff --git a/e/e_module-penguins/PREPARE b/e/e_module-penguins/PREPARE
new file mode 100755
index 0000000..777df2e
--- /dev/null
+++ b/e/e_module-penguins/PREPARE
@@ -0,0 +1,2 @@
+config_query E_MODULE_PENGUINS_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
diff --git a/e/e_module-penguins/PRE_BUILD b/e/e_module-penguins/PRE_BUILD
new file mode 100755
index 0000000..bab7906
--- /dev/null
+++ b/e/e_module-penguins/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/e_modules/DEPENDS b/e/e_modules/DEPENDS
index c598e98..68fafe4 100755
--- a/e/e_modules/DEPENDS
+++ b/e/e_modules/DEPENDS
@@ -68,6 +68,11 @@ optional_depends e_module-net \
'' \
'for an E17 network traffic monitor' &&

+optional_depends e_module-penguins \
+ '' \
+ '' \
+ 'for an E17 penguin display' &&
+
optional_depends e_module-photo \
'' \
'' \
diff --git a/e/e_modules/HISTORY b/e/e_modules/HISTORY
index 5dd385c..7edbe47 100644
--- a/e/e_modules/HISTORY
+++ b/e/e_modules/HISTORY
@@ -1,3 +1,6 @@
+2007-11-07 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Added e_module-penguins
+
2007-09-22 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: e_module-devian no longer exists

diff --git a/e/enlightenment/DEPENDS b/e/enlightenment/DEPENDS
index d69ee08..ab3b4c1 100755
--- a/e/enlightenment/DEPENDS
+++ b/e/enlightenment/DEPENDS
@@ -16,6 +16,7 @@ if [ "$EPROFILE_E17" == "y" ]; then
depends e17 &&

optional_depends e_module-eloquence '' '' 'for on-screen music titles'
&&
+ optional_depends e_modules '' '' 'for extra modules'
&&
optional_depends e_utils '' '' 'for menu and background editor'
&&
optional_depends e17genmenu '' '' 'for a menu generator'
&&
optional_depends eclair '' '' 'for a media player'
&&
diff --git a/e/enlightenment/HISTORY b/e/enlightenment/HISTORY
index 6dd6c8c..cf98f06 100644
--- a/e/enlightenment/HISTORY
+++ b/e/enlightenment/HISTORY
@@ -1,6 +1,3 @@
-2007-11-02 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: e_modules is deprecated in favour of the separated modules
-
2007-11-01 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Don't list eterm twice




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (94a2ff17a10a561a1498afa874af7673f8afc510), Eric Sandall, 11/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page