[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5c2b8a8ccdabd693e6b72f7c61fb0e96918f4f54)

Ladislav Hagara scm at sourcemage.org
Sat Jan 5 19:14:36 EST 2008


GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara at unob.cz>:

 ChangeLog             |    3 +++
 e/exquisite/DEPENDS   |    7 +++++++
 e/exquisite/DETAILS   |   27 +++++++++++++++++++++++++++
 e/exquisite/HISTORY   |    3 +++
 e/exquisite/PREPARE   |    2 ++
 e/exquisite/PRE_BUILD |    4 ++++
 6 files changed, 46 insertions(+)

New commits:
commit 5c2b8a8ccdabd693e6b72f7c61fb0e96918f4f54
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>

    e/exquisite: new spell, an EFL based psplash replacement

diff --git a/ChangeLog b/ChangeLog
index 74c569b..bb0355c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-06 Ladislav Hagara <hgr at vabo.cz>
+	* e/exquisite: new spell, an EFL based psplash replacement
+
 2008-01-05  Treeve Jelbert <treeve at sourcemage.org>
 	* graphics-libs/libspectre: new spell, Postscript library
 
diff --git a/e/exquisite/DEPENDS b/e/exquisite/DEPENDS
new file mode 100755
index 0000000..b80c55d
--- /dev/null
+++ b/e/exquisite/DEPENDS
@@ -0,0 +1,7 @@
+depends  eet     &&
+depends  evas    &&
+depends  ecore   &&
+depends  embryo  &&
+depends  edje    &&
+depends  CVS
+
diff --git a/e/exquisite/DETAILS b/e/exquisite/DETAILS
new file mode 100755
index 0000000..ba9b4c3
--- /dev/null
+++ b/e/exquisite/DETAILS
@@ -0,0 +1,27 @@
+           SPELL=exquisite
+if  [  "$EXQUISITE_CVS_AUTOUPDATE"  ==  "y"  ];  then
+         VERSION=$(date +%Y%m%d)
+else
+         VERSION=cvs
+fi
+          SOURCE=$SPELL-cvs.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+   SOURCE_URL[0]=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/apps/$SPELL
+  FORCE_DOWNLOAD=on
+   SOURCE_IGNORE=volatile
+        WEB_SITE=http://enlightenment.sourceforge.net/
+         ENTERED=20080106
+      LICENSE[0]=BSD
+        KEYWORDS="enlightenment"
+           SHORT="an EFL based psplash replacement"
+cat << EOF
+This is a psplash replacement that is very simple and uses EFL (Evas, Edje,
+Ecore etc.) for display - thus having immensely powerful theme abilities
+without needing any platform-specific compiled themes or modules. It is
+compatible with psplash with the same message commands (and more). The
+difference is that it requires libraries like evas, edje, ecore, eet and
+embryo. These also have loadable modules of their own - thus this isn't
+perfect for systems that can't have these libraries available and working at
+boot, but if you can, it's a lot more capable than other splash engines,
+while still running in the framebuffer.
+EOF
diff --git a/e/exquisite/HISTORY b/e/exquisite/HISTORY
new file mode 100644
index 0000000..75d5ef9
--- /dev/null
+++ b/e/exquisite/HISTORY
@@ -0,0 +1,3 @@
+2008-01-06 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS, PREPARE, PRE_BUILD: created this spell
+
diff --git a/e/exquisite/PREPARE b/e/exquisite/PREPARE
new file mode 100755
index 0000000..bcf5323
--- /dev/null
+++ b/e/exquisite/PREPARE
@@ -0,0 +1,2 @@
+config_query  EXQUISITE_CVS_AUTOUPDATE                        \
+              "Automatically update on every system update?"  n
diff --git a/e/exquisite/PRE_BUILD b/e/exquisite/PRE_BUILD
new file mode 100755
index 0000000..4524f3f
--- /dev/null
+++ b/e/exquisite/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build             &&
+cd  $SOURCE_DIRECTORY         &&
+
+NOCONFIGURE=ON  ./autogen.sh



More information about the SM-Commit mailing list