Skip to Content.
Sympa Menu

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

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 (7ddf274e6107f00df911e5fc8bd8ee5e83555d79)
  • Date: Sat, 1 Nov 2008 03:05:32 -0500

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

ChangeLog | 3 +++
e-17/e17-theme-b_and_w/HISTORY | 4 ++++
e-17/e17-theme-b_and_w/INSTALL | 5 ++++-
e-17/e17-theme-blingbling/BUILD | 1 +
e-17/e17-theme-blingbling/DEPENDS | 2 ++
e-17/e17-theme-blingbling/DETAILS | 19 +++++++++++++++++++
e-17/e17-theme-blingbling/HISTORY | 3 +++
e-17/e17-theme-blingbling/INSTALL | 2 ++
e-17/e17-theme-blingbling/PREPARE | 2 ++
e-17/e17/DEPENDS | 7 ++++++-
e-17/e17/HISTORY | 3 +++
11 files changed, 49 insertions(+), 2 deletions(-)

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

e17: Optionally depend on e17-theme-blingbling

commit efeddbd5268d974a819d2ebd3bc355fcc6102951
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e17-theme-blingbling: Added E17 bling bling theme

commit 3bc1ddd22f290cd3a31a1b1bc216eade8f91f810
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e17-theme-b_and_w: Now installs illume, init, illume_init, and exquisite
edj themes

commit c03086e33bb405a7a46a3ee179ac3fd0e981caa2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e17-theme-b_and_w: Use SPELL to determine edje to install

diff --git a/ChangeLog b/ChangeLog
index 48d5d4d..df9f9e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-01 Eric Sandall <sandalle AT sourcemage.org>
+ * e-17/e17-theme-blingbling: Added bling bling E17 theme
+
2008-11-01 Julien "_kaze_" ROZO <julien AT rozo.org>
* kde4-apps/k9copy4: new spell, kde4 version of k9copy

diff --git a/e-17/e17-theme-b_and_w/HISTORY b/e-17/e17-theme-b_and_w/HISTORY
index 75ec0b3..88cc57d 100644
--- a/e-17/e17-theme-b_and_w/HISTORY
+++ b/e-17/e17-theme-b_and_w/HISTORY
@@ -1,3 +1,7 @@
+2008-11-01 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Install based on SPELL to be generic
+ Now installs illume, init, illume_init, and exquisite edj themes
+
2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Doesn't require e17 to build
* INSTALL: Make sure directory exists before installing under it
diff --git a/e-17/e17-theme-b_and_w/INSTALL b/e-17/e17-theme-b_and_w/INSTALL
index d4367be..7a7066a 100755
--- a/e-17/e17-theme-b_and_w/INSTALL
+++ b/e-17/e17-theme-b_and_w/INSTALL
@@ -1,2 +1,5 @@
mkdir -p $INSTALL_ROOT/usr/share/enlightenment/data/themes &&
-install -m 0644 b_and_w.edj
$INSTALL_ROOT/usr/share/enlightenment/data/themes/b_and_w.edj
+
+for i in ${SPELL/*-/} illume init illume_init exquisite; do
+ install -m 0644 $i.edj
$INSTALL_ROOT/usr/share/enlightenment/data/themes/$i.edj
+done
diff --git a/e-17/e17-theme-blingbling/BUILD b/e-17/e17-theme-blingbling/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/e-17/e17-theme-blingbling/BUILD
@@ -0,0 +1 @@
+make
diff --git a/e-17/e17-theme-blingbling/DEPENDS
b/e-17/e17-theme-blingbling/DEPENDS
new file mode 100755
index 0000000..4cf07f5
--- /dev/null
+++ b/e-17/e17-theme-blingbling/DEPENDS
@@ -0,0 +1,2 @@
+depends edje &&
+depends subversion
diff --git a/e-17/e17-theme-blingbling/DETAILS
b/e-17/e17-theme-blingbling/DETAILS
new file mode 100755
index 0000000..000c958
--- /dev/null
+++ b/e-17/e17-theme-blingbling/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=e17-theme-blingbling
+if [ "$BLINGBLING_SCM_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/THEMES/${SPELL/*-/}:$SPELL
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://enlightenment.org/
+ ENTERED=20060220
+ LICENSE[0]=BSD
+ KEYWORDS="theme enlightenment"
+ SHORT="E17 bling theme"
+cat << EOF
+E17 bling theme, final version.
+EOF
diff --git a/e-17/e17-theme-blingbling/HISTORY
b/e-17/e17-theme-blingbling/HISTORY
new file mode 100644
index 0000000..4c9a865
--- /dev/null
+++ b/e-17/e17-theme-blingbling/HISTORY
@@ -0,0 +1,3 @@
+2008-11-01 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, BUILD, INSTALL: Created
+
diff --git a/e-17/e17-theme-blingbling/INSTALL
b/e-17/e17-theme-blingbling/INSTALL
new file mode 100755
index 0000000..7e8b605
--- /dev/null
+++ b/e-17/e17-theme-blingbling/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p $INSTALL_ROOT/usr/share/enlightenment/data/themes &&
+install -m 0644 ${SPELL/*-/}.edj
$INSTALL_ROOT/usr/share/enlightenment/data/themes/${SPELL/*-/}.edj
diff --git a/e-17/e17-theme-blingbling/PREPARE
b/e-17/e17-theme-blingbling/PREPARE
new file mode 100755
index 0000000..59a850a
--- /dev/null
+++ b/e-17/e17-theme-blingbling/PREPARE
@@ -0,0 +1,2 @@
+config_query BLINGBLING_SCM_AUTOUPDATE \
+ "Automatically update on every system update?" n
diff --git a/e-17/e17/DEPENDS b/e-17/e17/DEPENDS
index bea0a17..082253d 100755
--- a/e-17/e17/DEPENDS
+++ b/e-17/e17/DEPENDS
@@ -30,4 +30,9 @@ optional_depends alsa-lib
\
optional_depends e17-theme-b_and_w \
'' \
'' \
- 'for a black and white theme'
+ 'for a black and white theme' &&
+
+optional_depends e17-theme-blingbling \
+ '' \
+ '' \
+ 'for the bling theme'
diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY
index 1628aeb..9d01c9a 100644
--- a/e-17/e17/HISTORY
+++ b/e-17/e17/HISTORY
@@ -1,3 +1,6 @@
+2008-11-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depend on e17-theme-blingbling
+
2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eina for data types
* DETAILS: Increment PATCHLEVEL



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7ddf274e6107f00df911e5fc8bd8ee5e83555d79), Eric Sandall, 11/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page