Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (daf5931e289f9bad964468fc9d32ecff66bca25d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (daf5931e289f9bad964468fc9d32ecff66bca25d)
  • Date: Tue, 22 Jan 2008 18:48:33 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
e/e_dbus/DEPENDS | 3 ++-
e/e_dbus/HISTORY | 3 +++
e/e_module-notification/DEPENDS | 8 ++++++++
e/e_module-notification/DETAILS | 19 +++++++++++++++++++
e/e_module-notification/HISTORY | 3 +++
e/e_module-notification/PREPARE | 2 ++
e/e_module-notification/PRE_BUILD | 7 +++++++
gnome2-libs/evolution-data-server/DEPENDS | 15 +++++----------
gnome2-libs/evolution-data-server/HISTORY | 3 +++
10 files changed, 55 insertions(+), 11 deletions(-)

New commits:
commit daf5931e289f9bad964468fc9d32ecff66bca25d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evolution-data-server: Requires gtk-doc to build. I hate GNOME developers.

commit d3859f3d2419cc617b2051d61f172cb74b8f0ac8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "evolution-data-server: Requires gtk-doc to build. I hate GNOME
developers."

This reverts commit f9dd76ceb10247160929e7d618288b656c840adf.

Redoing this, forgot to remove optional gtk-doc dependency

commit 8d6c713b3e6df719aa9e6bdfdb410234fcc2325c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

evolution-data-server: Requires gtk-doc to build. I hate GNOME developers.

commit 1f17bd5b2f41e537a0dab358ff40f0deda951411
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e_module-notification: Added an E17 module for libnotify

commit 2cb7ac902f082f54a5a5eb312021480ce9fafde2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e_dbus: Depends on evas

diff --git a/ChangeLog b/ChangeLog
index 97d9dfd..4248be4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,9 @@
2008-01-18 Vlad Glagolev <stealth AT sourcemage.org>
* editors/translator: new spell, gettext (.po) files editor

+2008-01-17 Eric Sandall <sandalle AT sourcemage.org>
+ * e/e_module-notification: Added libnotify module for E17
+
2008-01-17 Arjan Bouter <abouter AT sourcemage.org>
* libs/libpseudo: new spell, support lib for vwm
* libs/libviper: new spell, support lib for vwm
diff --git a/e/e_dbus/DEPENDS b/e/e_dbus/DEPENDS
index 73d9987..e8d8fd9 100755
--- a/e/e_dbus/DEPENDS
+++ b/e/e_dbus/DEPENDS
@@ -1,2 +1,3 @@
depends dbus &&
-depends ecore
+depends ecore &&
+depends evas
diff --git a/e/e_dbus/HISTORY b/e/e_dbus/HISTORY
index 47adf3a..d6068fc 100644
--- a/e/e_dbus/HISTORY
+++ b/e/e_dbus/HISTORY
@@ -1,3 +1,6 @@
+2008-01-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends one vas
+
2007-10-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: SOURCE_URL's fix, e17/proto -> e17/libs
* PRE_BUILD: sources from old SOURCE_URL must be removed
diff --git a/e/e_module-notification/DEPENDS b/e/e_module-notification/DEPENDS
new file mode 100755
index 0000000..ef1d09d
--- /dev/null
+++ b/e/e_module-notification/DEPENDS
@@ -0,0 +1,8 @@
+depends CVS &&
+depends e_dbus &&
+depends e17 &&
+depends ecore &&
+depends edje &&
+depends eet &&
+depends esmart &&
+depends evas
diff --git a/e/e_module-notification/DETAILS b/e/e_module-notification/DETAILS
new file mode 100755
index 0000000..192d9aa
--- /dev/null
+++ b/e/e_module-notification/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=e_module-notification
+if [[ "$E_MODULE_NOTIFICATION_CVS_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=cvs
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+ SOURCE=$SPELL-cvs.tar.bz2
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD="on"
+ LICENSE[0]=BSD
+ WEB_SITE=http://www.enlightenment.org/
+ KEYWORDS="enlightenment"
+ ENTERED=20080117
+ SHORT='Enlightenment libnotify alternative'
+cat << EOF
+Enlightenment 17 libnotify module alternative based on enotify.
+EOF
diff --git a/e/e_module-notification/HISTORY b/e/e_module-notification/HISTORY
new file mode 100644
index 0000000..f798cc7
--- /dev/null
+++ b/e/e_module-notification/HISTORY
@@ -0,0 +1,3 @@
+2008-01-17 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
+
diff --git a/e/e_module-notification/PREPARE b/e/e_module-notification/PREPARE
new file mode 100755
index 0000000..0184a4a
--- /dev/null
+++ b/e/e_module-notification/PREPARE
@@ -0,0 +1,2 @@
+config_query E_MODULE_NOTIFICATION_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
diff --git a/e/e_module-notification/PRE_BUILD
b/e/e_module-notification/PRE_BUILD
new file mode 100755
index 0000000..bab7906
--- /dev/null
+++ b/e/e_module-notification/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+#
+# No longer complaing about missing unneeded config.rpath
+#
+touch config.rpath &&
+NOCONFIGURE="ON" ./autogen.sh
diff --git a/gnome2-libs/evolution-data-server/DEPENDS
b/gnome2-libs/evolution-data-server/DEPENDS
index 021d286..bb27e7f 100755
--- a/gnome2-libs/evolution-data-server/DEPENDS
+++ b/gnome2-libs/evolution-data-server/DEPENDS
@@ -1,6 +1,7 @@
-depends libsoup &&
-depends popt &&
-depends libgnome &&
+depends gtk-doc '--enable-gtk-doc' &&
+depends libgnome &&
+depends libsoup &&
+depends popt &&

optional_depends "openldap" \
"--with-openldap=yes" \
@@ -17,10 +18,4 @@ optional_depends "nss" \
optional_depends "krb5" \
"--with-krb5=/usr" \
"--without-krb5" \
- "Enable kerberos 5 support?" &&
-
-optional_depends "gtk-doc" \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Enable building docs with gtk-doc?"
-
+ "Enable kerberos 5 support?"
diff --git a/gnome2-libs/evolution-data-server/HISTORY
b/gnome2-libs/evolution-data-server/HISTORY
index 519258a..4f103d3 100644
--- a/gnome2-libs/evolution-data-server/HISTORY
+++ b/gnome2-libs/evolution-data-server/HISTORY
@@ -1,3 +1,6 @@
+2008-01-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on gtk-doc, this is not optional. :(
+
2008-01-13 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.12.3




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (daf5931e289f9bad964468fc9d32ecff66bca25d), Eric Sandall, 01/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page