summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-11-30 23:40:13 -0800
committerEric Sandall2007-11-30 23:40:13 -0800
commit62c8d16398906d2e4e35835a190faf92e7ab524e (patch)
tree26d03d3bbf489ffb2c177b2b9399da88e5d95019
parent85576c21dbfbe9ba2ec2bb95e19f48117cc6dabb (diff)
enlightenment: Added optional dependency on e16-themes for E16 profile
-rwxr-xr-xe/enlightenment/DEPENDS5
-rw-r--r--e/enlightenment/HISTORY3
2 files changed, 6 insertions, 2 deletions
diff --git a/e/enlightenment/DEPENDS b/e/enlightenment/DEPENDS
index da9d22c9f9..7a5c9613e0 100755
--- a/e/enlightenment/DEPENDS
+++ b/e/enlightenment/DEPENDS
@@ -4,8 +4,9 @@
if [ "$EPROFILE_E16" == "y" ]; then
depends e16 &&
- optional_depends e16-docs '' '' 'help docs for e16' &&
- optional_depends epplet-base '' '' 'for plugins' &&
+ optional_depends e16-themes '' '' 'for default E16 themes' &&
+ optional_depends e16-docs '' '' 'help docs for E16' &&
+ optional_depends epplet-base '' '' 'for plugins' &&
optional_depends exmms '' '' 'for a XMMS epplet'
fi &&
diff --git a/e/enlightenment/HISTORY b/e/enlightenment/HISTORY
index a976f16a3f..819773a8e0 100644
--- a/e/enlightenment/HISTORY
+++ b/e/enlightenment/HISTORY
@@ -1,3 +1,6 @@
+2007-11-30 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Added optional dependency on e16-themes
+
2007-11-09 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: entice is dead. Long live entice!