Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.4 grimoire by Eric Sandall (c983c4f150f66c19e91d9168cfb6739880ed4fa6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.4 grimoire by Eric Sandall (c983c4f150f66c19e91d9168cfb6739880ed4fa6)
  • Date: Thu, 14 Dec 2006 14:26:52 -0600

GIT changes to stable-0.4 grimoire by Eric Sandall <sandalle@moby.(none)>:

e/e17/DETAILS | 3 ++-
e/e17/HISTORY | 4 ++++
e/e17/starte17 | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit c983c4f150f66c19e91d9168cfb6739880ed4fa6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle@moby.(none)>

e17 changed the way to start itself

Conflicts:

e/e17/DETAILS
e/e17/HISTORY

diff --git a/e/e17/DETAILS b/e/e17/DETAILS
index 63cc3f9..e79f5f6 100755
--- a/e/e17/DETAILS
+++ b/e/e17/DETAILS
@@ -10,8 +10,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/enligh

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/apps/e
SOURCE_IGNORE=volatile
LICENSE[0]=BSD
- PATCHLEVEL=1
+ PATCHLEVEL=2
WEB_SITE=http://www.enlightenment.org/
+ KEYWORDS="enlightenment"
ENTERED=20010922
UPDATED=20040517
KEYWORDS="enlightenment"
diff --git a/e/e17/HISTORY b/e/e17/HISTORY
index 0119a0d..796a596 100644
--- a/e/e17/HISTORY
+++ b/e/e17/HISTORY
@@ -1,3 +1,7 @@
+2006-11-08 Eric Sandall <eric AT sandall.us>
+ * starte17: Proper way to start e17 is `enlightenment_start`
+ * DETAILS: Updated PATCHLEVEL=2
+
2006-03-31 Ladislav Hagara <hgr AT vabo.cz>
* e17update: summon -d -> summon, CVS spells have FORCE_DOWNLOAD=on
fixed problem with repeated downloading of Eterm-bg-0.9.3.tar.gz
diff --git a/e/e17/starte17 b/e/e17/starte17
index 2a48f55..1db8d56 100644
--- a/e/e17/starte17
+++ b/e/e17/starte17
@@ -32,4 +32,4 @@
#NOWELCOME=1
#export NOWELCOME

-exec enlightenment
+exec enlightenment_start




Archive powered by MHonArc 2.6.24.

Top of Page