Skip to Content.
Sympa Menu

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

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 (17e3b1818be53460b7dd29914f62aa9b7d709728)
  • Date: Tue, 16 Oct 2012 14:03:43 -0500

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

chat-im/pidgin/BUILD | 2 +-
chat-im/pidgin/HISTORY | 3 +++
gnome2-libs/mx/DEPENDS | 3 ++-
gnome2-libs/mx/HISTORY | 3 +++
4 files changed, 9 insertions(+), 2 deletions(-)

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

pidgin: endif -> fi

/var/lib/sorcery/codex/test/chat-im/pidgin/BUILD: line 14: syntax error:
unexpected end of file

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

mx: Depends on xcb-util

diff --git a/chat-im/pidgin/BUILD b/chat-im/pidgin/BUILD
index a5297e2..537b402 100755
--- a/chat-im/pidgin/BUILD
+++ b/chat-im/pidgin/BUILD
@@ -3,7 +3,7 @@ CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include" &&

if is_depends_enabled $SPELL gtk+2; then
LIBS="$LIBS -lX11"
-endif &&
+fi &&
export LIBS="${LIBS} -lm" &&

export
PKG_CONFIG_PATH="${TRACK_ROOT}/usr/include/nss:${TRACK_ROOT}/usr/include/nspr"
&&
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 69743ce..96bcee3 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: endif -> fi
+
2012-10-01 Ismael Luceno <ismael.luceno AT gmail.com>
* BUILD: explicitly link against libX11

diff --git a/gnome2-libs/mx/DEPENDS b/gnome2-libs/mx/DEPENDS
index 87124d3..1e02efc 100755
--- a/gnome2-libs/mx/DEPENDS
+++ b/gnome2-libs/mx/DEPENDS
@@ -1 +1,2 @@
-depends clutter
+depends clutter &&
+depends xcb-util
diff --git a/gnome2-libs/mx/HISTORY b/gnome2-libs/mx/HISTORY
index 1a6b688..859b796 100644
--- a/gnome2-libs/mx/HISTORY
+++ b/gnome2-libs/mx/HISTORY
@@ -1,3 +1,6 @@
+2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on xcb-util
+
2012-05-17 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 1.4.6




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (17e3b1818be53460b7dd29914f62aa9b7d709728), Eric Sandall, 10/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page