Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5c2b8a8ccdabd693e6b72f7c61fb0e96918f4f54)
  • Date: Sat, 5 Jan 2008 18:14:36 -0600

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 AT 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



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5c2b8a8ccdabd693e6b72f7c61fb0e96918f4f54), Ladislav Hagara, 01/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page