summaryrefslogtreecommitdiffstats
path: root/e/enlightenment
diff options
context:
space:
mode:
authorroot2006-06-15 16:36:10 -0500
committerroot2006-06-15 16:36:10 -0500
commitc6d5f0a8a090b3f25553ffb2eecc949d037468e5 (patch)
tree8ef9a89a3ed47024df20789bc933f51d10a03be8 /e/enlightenment
parent3332468e5a9133310743c5a5c9ad2e0902605c6e (diff)
./e/enlightenment: 2006/06/15 sync from p4
Diffstat (limited to 'e/enlightenment')
-rwxr-xr-xe/enlightenment/CONFIGURE7
-rwxr-xr-xe/enlightenment/DEPENDS7
-rw-r--r--e/enlightenment/HISTORY5
3 files changed, 12 insertions, 7 deletions
diff --git a/e/enlightenment/CONFIGURE b/e/enlightenment/CONFIGURE
new file mode 100755
index 0000000000..00eabcce8f
--- /dev/null
+++ b/e/enlightenment/CONFIGURE
@@ -0,0 +1,7 @@
+config_query EPROFILE_E16 "Install Enlightenment E16?" y &&
+
+if spell_ok e17; then
+ config_query EPROFILE_E17 "Install Enlightenment DR17?" y
+else
+ config_query EPROFILE_E17 "Install Enlightenment DR17?" n
+fi
diff --git a/e/enlightenment/DEPENDS b/e/enlightenment/DEPENDS
index faf95286cc..fad918e7d8 100755
--- a/e/enlightenment/DEPENDS
+++ b/e/enlightenment/DEPENDS
@@ -14,14 +14,7 @@ fi &&
if [ "$EPROFILE_E17" == "y" ]; then
depends e17 &&
- optional_depends e_module-calendar '' '' 'for a calendar' &&
- optional_depends e_module-devian '' '' 'for a desktop image tool' &&
optional_depends e_module-eloquence '' '' 'for on-screen music titles' &&
- optional_depends e_module-evolume '' '' 'for a sound mixer' &&
- optional_depends e_module-mount '' '' 'for a device mounter' &&
- optional_depends e_module-screenshot '' '' 'for easy screenshots' &&
- optional_depends e_module-slideshow '' '' 'to cycle desktop backgrounds' &&
- optional_depends e_module-tclock '' '' 'for a digital clock' &&
optional_depends e_modules '' '' 'for extra modules' &&
optional_depends e_utils '' '' 'for menu and background editor' &&
optional_depends e17genmenu '' '' 'for a menu generator' &&
diff --git a/e/enlightenment/HISTORY b/e/enlightenment/HISTORY
index f7740e1ff9..a4da48d07f 100644
--- a/e/enlightenment/HISTORY
+++ b/e/enlightenment/HISTORY
@@ -1,3 +1,8 @@
+2006-05-19 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Don't depend on deprecated e_module-calendar, e_module-devian,
+ e_module-evolume, e_module-mount, e_module-screenshot,
+ e_module-slideshow, or e_module-tclock (now included in e_modules)
+
2006-04-12 Eric Sandall <eric@sandall.us>
* DETAILS,PREPARE,CONFIGURE,CONFLICTS,PRE_BUILD,BUILD,INSTALL,FINAL,
UP_TRIGGERS: Created Enlightenment profile package