Skip to Content.
Sympa Menu

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

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 master grimoire by Eric Sandall (f448440cdfc719c7fbc297cec7c3678f20be320c)
  • Date: Wed, 8 Nov 2006 18:00:32 -0600

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

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

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

e17 changed the way to start itself

diff --git a/e/e17/DETAILS b/e/e17/DETAILS
index a90c831..72220e1 100755
--- a/e/e17/DETAILS
+++ b/e/e17/DETAILS
@@ -10,10 +10,10 @@ 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/
- ENTERED=20010922
KEYWORDS="enlightenment"
+ ENTERED=20010922
SHORT="E17 is a themeable, fast, flexible X11 windows Manager"
cat << EOF
Enlightenment R17 is a themeable, fast, flexible, and powerful window
diff --git a/e/e17/HISTORY b/e/e17/HISTORY
index 6cf38bb..8e1b0ed 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-10-24 George Sherwood <george AT beernabeer.com>
* PRE_BUILD: Update to use automake-1.9
* DEPENDS: depends automake-1.9
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



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f448440cdfc719c7fbc297cec7c3678f20be320c), Eric Sandall, 11/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page