Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.6 grimoire by Eric Sandall (9405a0ab42a80cea812e65e447814caf80d3c23f)

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-rc-0.6 grimoire by Eric Sandall (9405a0ab42a80cea812e65e447814caf80d3c23f)
  • Date: Thu, 14 Dec 2006 14:18:23 -0600

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

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

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

e17 changed the way to start itself

Conflicts:

e/e17/HISTORY

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 3125a63..4bcf0c2 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-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
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 stable-rc-0.6 grimoire by Eric Sandall (9405a0ab42a80cea812e65e447814caf80d3c23f), Eric Sandall, 12/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page