Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (13d59072c7572b4bf1d3830707e2a9ddde4177d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (13d59072c7572b4bf1d3830707e2a9ddde4177d7)
  • Date: Fri, 19 Jan 2007 18:14:55 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

chat-im/gaim/BUILD | 5 ++---
chat-im/gaim/DEPENDS | 18 ++++++++++++++----
chat-im/gaim/DETAILS | 2 +-
chat-im/gaim/HISTORY | 6 ++++++
4 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit 187aba92cffd7df162b2531abdded6a520db89f1
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

chat-im/gaim:

DETAILS: Updated to 2.0beta6
BUILD: track_rootifying paths, removed make_single
DEPENDS: libxml2 now is required, made gtk+2 optional, added ncurses
as optional_depends

diff --git a/chat-im/gaim/BUILD b/chat-im/gaim/BUILD
index b142722..b3a3c2c 100755
--- a/chat-im/gaim/BUILD
+++ b/chat-im/gaim/BUILD
@@ -1,6 +1,5 @@
### had to cook up some pkg-config files for nss and nspr
-CFLAGS="$CFLAGS -I/usr/X11R6/include"
-export PKG_CONFIG_PATH='/usr/include/nss:/usr/include/nspr' &&
-make_single &&
+CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include"
+export
PKG_CONFIG_PATH="${TRACK_ROOT}/usr/include/nss:${TRACK_ROOT}/usr/include/nspr"
&&
default_build &&
cd $SOURCE_DIRECTORY
diff --git a/chat-im/gaim/DEPENDS b/chat-im/gaim/DEPENDS
index 601dedc..ebb2b4e 100755
--- a/chat-im/gaim/DEPENDS
+++ b/chat-im/gaim/DEPENDS
@@ -1,4 +1,4 @@
-depends gtk+2 &&
+depends libxml2 &&

if [ "$GAIM_CVS" == "y" ]
then
@@ -6,11 +6,21 @@ then
depends intltool
fi &&

-optional_depends evolution2 \
- "--enable-gevolution" \
- "--disable-gevolution" \
+optional_depends evolution2 \
+ "--enable-gevolution" \
+ "--disable-gevolution" \
"for gevolution plugin" &&

+optional_depends gtk+2 \
+ "--enable-gtkui" \
+ "--disable-gtkui" \
+ "for GTK+ user interface" &&
+
+optional_depends ncurses \
+ "--enable-consoleui" \
+ "--disable-consoleui" \
+ "for console user interface" &&
+
optional_depends nss \
"--enable-nss=yes" \
"--enable-nss=no" \
diff --git a/chat-im/gaim/DETAILS b/chat-im/gaim/DETAILS
index 9f5a51b..8d9bac6 100755
--- a/chat-im/gaim/DETAILS
+++ b/chat-im/gaim/DETAILS
@@ -9,7 +9,7 @@ if [ "$GAIM_CVS" == "y" ]; then

SOURCE_HASH=sha512:9467f77c3b73ffead71b1d6bcbb0c25557081880027db4672c990ecdbc1e9b181ebd66b6a5180a215704dc8a776f92d0093cc34f48b9e07a8f2fa23839cd4787

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
else
- VERSION=2.0.0beta5
+ VERSION=2.0.0beta6
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/chat-im/gaim/HISTORY b/chat-im/gaim/HISTORY
index ff693b1..afd27d4 100644
--- a/chat-im/gaim/HISTORY
+++ b/chat-im/gaim/HISTORY
@@ -1,3 +1,9 @@
+2007-01-20 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: Updated to 2.0beta6
+ * BUILD: track_rootifying paths, removed make_single
+ * DEPENDS: libxml2 now is required, made gtk+2 optional, added ncurses
+ as optional_depends
+
2006-11-11 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 2.0beta5. Removed UPDATED. Updated svn version
* DEPENDS: Added optional_depends mono & dbus



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (13d59072c7572b4bf1d3830707e2a9ddde4177d7), Pol Vinogradov, 01/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page