Skip to Content.
Sympa Menu

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

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 (a53c934c7cb28857ee5af93ce8786006b608ac9e)
  • Date: Fri, 7 Mar 2008 14:21:48 -0600

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

e-17/e17/DETAILS | 2 +-
e-17/e17/HISTORY | 4 ++++
e-17/e17/e17update | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

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

e17: Also include e (for imlib2) and increment PATCHLEVEL to install new
script

diff --git a/e-17/e17/DETAILS b/e-17/e17/DETAILS
index 97cad54..89c7faa 100755
--- a/e-17/e17/DETAILS
+++ b/e-17/e17/DETAILS
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/enlightenment-0.17-cvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:e17/apps/e
SOURCE_IGNORE=volatile
LICENSE[0]=BSD
- PATCHLEVEL=2
+ PATCHLEVEL=3
WEB_SITE=http://www.enlightenment.org/
KEYWORDS="e17 enlightenment wm windowmanager"
ENTERED=20010922
diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY
index 08be1a5..ad69c6a 100644
--- a/e-17/e17/HISTORY
+++ b/e-17/e17/HISTORY
@@ -1,3 +1,7 @@
+2008-03-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Increment PATCHLEVEL to install updated e17update
+ * e17update: Also check e (e.g. imlib2)
+
2008-03-02 Ladislav Hagara <hgr AT vabo.cz>
* e17update: e -> e-17

diff --git a/e-17/e17/e17update b/e-17/e17/e17update
index c888dbd..794ed34 100644
--- a/e-17/e17/e17update
+++ b/e-17/e17/e17update
@@ -21,7 +21,7 @@ source /etc/sorcery/config &&
function get_spell_list () {
message "${MESSAGE_COLOR}Building list of packages to update..." \
"${DEFAULT_COLOR}" &&
- for e_spell in `gaze section e-17`; do
+ for e_spell in `gaze section e-17 e`; do
if [[ `installed_version $e_spell` == "cvs" ]]; then
update_spells="$update_spells $e_spell"
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a53c934c7cb28857ee5af93ce8786006b608ac9e), Eric Sandall, 03/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page