[Lunar-commits] <moonbase> x11-wm/enlightenment -> x11-wm/e16: because of a clash with efl/enlightenment
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Fri Jun 15 13:51:06 CEST 2012
commit 4fda719bf17fbf9df532b1a4c9def4d353973cc2
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Fri Jun 15 13:14:25 2012 +0200
x11-wm/enlightenment -> x11-wm/e16: because of a clash with efl/enlightenment
---
x11-wm/e16/BUILD | 16 ++++++++++++++++
x11-wm/e16/DEPENDS | 4 ++++
x11-wm/e16/DETAILS | 18 ++++++++++++++++++
x11-wm/e16/Enlightenment | 2 ++
x11-wm/e16/POST_INSTALL | 1 +
x11-wm/enlightenment/BUILD | 16 ----------------
x11-wm/enlightenment/DEPENDS | 4 ----
x11-wm/enlightenment/DETAILS | 19 -------------------
x11-wm/enlightenment/Enlightenment | 2 --
x11-wm/enlightenment/POST_INSTALL | 1 -
10 files changed, 41 insertions(+), 42 deletions(-)
diff --git a/x11-wm/e16/BUILD b/x11-wm/e16/BUILD
new file mode 100644
index 0000000..1e8c464
--- /dev/null
+++ b/x11-wm/e16/BUILD
@@ -0,0 +1,16 @@
+(
+
+ ./configure --build=$BUILD \
+ --prefix=$MODULE_PREFIX \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=$MODULE_PREFIX/share/info \
+ --mandir=$MODULE_PREFIX/share/man \
+ --with-x \
+ --enable-fsstd \
+ --enable-hints-ewmh \
+ --enable-zoom \
+ --enable-xrandr &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/x11-wm/e16/DEPENDS b/x11-wm/e16/DEPENDS
new file mode 100644
index 0000000..6a8d514
--- /dev/null
+++ b/x11-wm/e16/DEPENDS
@@ -0,0 +1,4 @@
+depends imlib2_loaders
+
+optional_depends "gettext" "--enable-nls" "--disable-nls" "for NLS support"
+optional_depends "esound" "--enable-sound" "--disable-sound" "for sound support"
diff --git a/x11-wm/e16/DETAILS b/x11-wm/e16/DETAILS
new file mode 100644
index 0000000..e0eb04f
--- /dev/null
+++ b/x11-wm/e16/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=e16
+ VERSION=1.0.10
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/enlightenment
+ SOURCE_VFY=sha1:20e56c851aeb5279479eb43570b5d58bcc1d6ef9
+ WEB_SITE=http://www.enlightenment.org
+ ENTERED=20010922
+ UPDATED=20111009
+ SHORT="A themeable, fast, flexible X11 window manager"
+
+cat << EOF
+Enlightenment is a themeable, fast, flexible, and powerful window
+manager that is designed to be as configurable as possible in both look
+and feel. In addition, Enlightenment provides an applet API that
+provides functionality somewhere between the GNOME applet system and
+Dock Apps from Afterstep/WindowMaker. The current design aim is for
+Enlightenment to become a desktop shell.
+EOF
diff --git a/x11-wm/e16/Enlightenment b/x11-wm/e16/Enlightenment
new file mode 100755
index 0000000..6f7c18a
--- /dev/null
+++ b/x11-wm/e16/Enlightenment
@@ -0,0 +1,2 @@
+#!/bin/sh
+e16
diff --git a/x11-wm/e16/POST_INSTALL b/x11-wm/e16/POST_INSTALL
new file mode 100644
index 0000000..2cc690b
--- /dev/null
+++ b/x11-wm/e16/POST_INSTALL
@@ -0,0 +1 @@
+if module_installed gdm2; then cp $SCRIPT_DIRECTORY/Enlightenment /etc/X11/gdm/Sessions/ ; fi
diff --git a/x11-wm/enlightenment/BUILD b/x11-wm/enlightenment/BUILD
deleted file mode 100644
index 44cfc99..0000000
--- a/x11-wm/enlightenment/BUILD
+++ /dev/null
@@ -1,16 +0,0 @@
-(
-
- ./configure --build=$BUILD \
- --prefix=$MODULE_PREFIX \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=$MODULE_PREFIX/share/info \
- --mandir=$MODULE_PREFIX/share/man \
- --with-x \
- --enable-fsstd \
- --enable-hints-ewmh \
- --enable-zoom \
- --enable-xrandr &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/x11-wm/enlightenment/DEPENDS b/x11-wm/enlightenment/DEPENDS
deleted file mode 100644
index 6a8d514..0000000
--- a/x11-wm/enlightenment/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends imlib2_loaders
-
-optional_depends "gettext" "--enable-nls" "--disable-nls" "for NLS support"
-optional_depends "esound" "--enable-sound" "--disable-sound" "for sound support"
diff --git a/x11-wm/enlightenment/DETAILS b/x11-wm/enlightenment/DETAILS
deleted file mode 100644
index ffa11a2..0000000
--- a/x11-wm/enlightenment/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=enlightenment
- VERSION=1.0.10
- SOURCE=e16-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/e16-$VERSION
- SOURCE_URL=$SFORGE_URL/enlightenment
- SOURCE_VFY=sha1:20e56c851aeb5279479eb43570b5d58bcc1d6ef9
- WEB_SITE=http://www.enlightenment.org
- ENTERED=20010922
- UPDATED=20111009
- SHORT="A themeable, fast, flexible X11 window manager"
-
-cat << EOF
-Enlightenment is a themeable, fast, flexible, and powerful window
-manager that is designed to be as configurable as possible in both look
-and feel. In addition, Enlightenment provides an applet API that
-provides functionality somewhere between the GNOME applet system and
-Dock Apps from Afterstep/WindowMaker. The current design aim is for
-Enlightenment to become a desktop shell.
-EOF
diff --git a/x11-wm/enlightenment/Enlightenment b/x11-wm/enlightenment/Enlightenment
deleted file mode 100755
index 6f7c18a..0000000
--- a/x11-wm/enlightenment/Enlightenment
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-e16
diff --git a/x11-wm/enlightenment/POST_INSTALL b/x11-wm/enlightenment/POST_INSTALL
deleted file mode 100644
index 2cc690b..0000000
--- a/x11-wm/enlightenment/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-if module_installed gdm2; then cp $SCRIPT_DIRECTORY/Enlightenment /etc/X11/gdm/Sessions/ ; fi
More information about the Lunar-commits
mailing list