Skip to Content.
Sympa Menu

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

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 (021c4cb5283e812c0464404185d264d15c738333)
  • Date: Thu, 20 May 2010 11:19:33 -0500

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

chat-im/ekiga/DEPENDS | 7 ++-----
chat-im/ekiga/HISTORY | 4 ++++
gnome2-apps/empathy/DEPENDS | 1 +
gnome2-apps/empathy/HISTORY | 3 +++
mobile/geoclue/BUILD | 2 ++
mobile/geoclue/HISTORY | 3 +++
6 files changed, 15 insertions(+), 5 deletions(-)

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

empathy: Depends on unique

checking for LIBEMPATHYGTK... yes
checking for EMPATHY... configure: error: Package requirements (
glib-2.0 >= 2.22.0
gobject-2.0
gio-2.0 >= 2.22.0
gdk-x11-2.0
gtk+-2.0 >= 2.18.0
libebook-1.2
dbus-glib-1
telepathy-glib >= 0.9.2
telepathy-farsight
farsight2-0.10
gstreamer-0.10
unique-1.0
gnome-keyring-1 >= 2.22
) were not met:

No package 'unique-1.0' found

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

ekiga: rarian is not optional, but required

checking for scrollkeeper-config... no
configure: error: Couldn't find scrollkeeper-config. Please install the
scrollkeeper package: http://scrollkeeper.sourceforge.net

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

ekiga: It's KDE support, not KDE4

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

geoclue: Fails to link with '-Wl,--as-needed' in LDFLAGS

diff --git a/chat-im/ekiga/DEPENDS b/chat-im/ekiga/DEPENDS
index be9c919..0c7a9f3 100755
--- a/chat-im/ekiga/DEPENDS
+++ b/chat-im/ekiga/DEPENDS
@@ -3,6 +3,7 @@ depends gtk+2 &&
depends libsigc++3 &&
depends LIBSASL &&
depends -sub SASL ptlib &&
+depends rarian '--enable-scrollkeeper' &&

optional_depends "libgnomeui" \
"--enable-gnome" \
@@ -12,7 +13,7 @@ optional_depends "gconf2" \
"--enable-gconf" \
"--disable-gconf" \
"Enable gconf support?" &&
-optional_depends "kdelibs4" \
+optional_depends "kdelibs" \
"--enable-kde --enable-kab" \
"--disable-kde --disable-kab" \
"Enable EXPERIMENTAL kde support?" &&
@@ -20,10 +21,6 @@ optional_depends evolution-data-server \
"--enable-eds" \
"--disable-eds" \
"Enable evolution-data-server addressbook support?" &&
-optional_depends rarian \
- "--enable-scrollkeeper" \
- "--disable-scrollkeeper" \
- "Register with scrollkeeper?" &&
optional_depends libnotify \
"--enable-notify" \
"--disable-notify" \
diff --git a/chat-im/ekiga/HISTORY b/chat-im/ekiga/HISTORY
index bee42a3..727948a 100644
--- a/chat-im/ekiga/HISTORY
+++ b/chat-im/ekiga/HISTORY
@@ -1,3 +1,7 @@
+2010-05-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: It's KDE support, not KDE4
+ rarian is not optional, but required
+
2010-04-04 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: removed sdl option - seems deprecated

diff --git a/gnome2-apps/empathy/DEPENDS b/gnome2-apps/empathy/DEPENDS
index a22bd6a..d2072fa 100755
--- a/gnome2-apps/empathy/DEPENDS
+++ b/gnome2-apps/empathy/DEPENDS
@@ -6,6 +6,7 @@ depends -sub "GTK" libcanberra &&
depends gst-plugins-base &&
depends libnotify &&
depends evolution-data-server &&
+depends unique &&

optional_depends rarian \
"--enable-scrollkeeper" \
diff --git a/gnome2-apps/empathy/HISTORY b/gnome2-apps/empathy/HISTORY
index 46dd46e..9512101 100644
--- a/gnome2-apps/empathy/HISTORY
+++ b/gnome2-apps/empathy/HISTORY
@@ -1,3 +1,6 @@
+2010-05-20 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on unique
+
2010-04-21 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.30.0.2

diff --git a/mobile/geoclue/BUILD b/mobile/geoclue/BUILD
new file mode 100755
index 0000000..b4832e1
--- /dev/null
+++ b/mobile/geoclue/BUILD
@@ -0,0 +1,2 @@
+LDFLAGS="${LDFLAGS/-Wl,--as-needed/}" &&
+default_build
diff --git a/mobile/geoclue/HISTORY b/mobile/geoclue/HISTORY
index e3413fe..9768a12 100644
--- a/mobile/geoclue/HISTORY
+++ b/mobile/geoclue/HISTORY
@@ -1,3 +1,6 @@
+2010-05-20 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails to link with '-Wl,--as-needed' in LDFLAGS
+
2009-07-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.11,1
spell created



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (021c4cb5283e812c0464404185d264d15c738333), Eric Sandall, 05/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page