Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (e315e9527abdcf7521323859c9050f871ca25409)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (e315e9527abdcf7521323859c9050f871ca25409)
  • Date: Sun, 13 Nov 2011 21:34:09 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

e-17/elementary/DEPENDS | 33 +++++++++++++++++++++++++++++----
e-17/elementary/DETAILS | 4 ++--
e-17/elementary/HISTORY | 8 ++++++--
3 files changed, 37 insertions(+), 8 deletions(-)

New commits:
commit 37c2b7b458bf873c459e6a6fd18f00e8ce0c995c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

elementary: made some depends optional and added optional depends

diff --git a/e-17/elementary/DEPENDS b/e-17/elementary/DEPENDS
index a63bb1f..3f7810c 100755
--- a/e-17/elementary/DEPENDS
+++ b/e-17/elementary/DEPENDS
@@ -1,5 +1,30 @@
depends subversion &&
-depends e_dbus &&
-depends efreet &&
-depends ethumb &&
-depends eio
+depends eio &&
+
+optional_depends fbset "" "--disable-ecore-fb" \
+ "Enable Linux Framebuffer support?" &&
+
+optional_depends sdl "" "--disable-ecore-sdl" \
+ "Enable SDL support?" &&
+
+optional_depends e_dbus "" "--disable-edbus" \
+ "Enable e-dbus support?" &&
+
+optional_depends efreet "" "--disable-efreet" \
+ "Enable efreet support?" &&
+
+optional_depends emotion "" "--disable-emotion" \
+ "Enable emotion support?" &&
+
+optional_depends eweather "" "--disable-eweather" \
+ "Enable eweather support?" &&
+
+optional_depends ethumb "" "--disable-ethumb" \
+ "Enable ethumb support?" &&
+
+optional_depends eflwebkit "" "--disable-web" \
+ "Enable EFL-Webkit support?" &&
+
+optional_depends emap "" "--disable-emap" \
+ "Enable emap support?"
+
diff --git a/e-17/elementary/DETAILS b/e-17/elementary/DETAILS
index 03f9e95..f087865 100755
--- a/e-17/elementary/DETAILS
+++ b/e-17/elementary/DETAILS
@@ -6,8 +6,8 @@ else
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
- FORCE_DOWNLOAD=on
+
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL-svn
+ FORCE_DOWNLOAD="on"
SOURCE_IGNORE=volatile
WEB_SITE=http://trac.enlightenment.org/e/wiki/Elementary
ENTERED=20091022
diff --git a/e-17/elementary/HISTORY b/e-17/elementary/HISTORY
index 36ee889..30919f3 100644
--- a/e-17/elementary/HISTORY
+++ b/e-17/elementary/HISTORY
@@ -1,5 +1,9 @@
-2011-11-03 Robin Cook <rcook AT wyrms.ne>
- * DEPENDS: added two missing required dependencies
+2011-11-13 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: corrected SOURCE_URL
+ * DEPENDS: changed some depends to optional and added optional depends
+
+2011-11-03 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added two missing required dependencies

2011-01-29 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: updating svn url (moved from TMP)



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (e315e9527abdcf7521323859c9050f871ca25409), Robin Cook, 11/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page