Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (16370171645f43f62fd2ff6ceb765fe2294b3792)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (16370171645f43f62fd2ff6ceb765fe2294b3792)
  • Date: Sun, 4 May 2008 00:10:35 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3
chat-im/funpidgin/BUILD | 6 +
chat-im/funpidgin/CONFLICTS | 1
chat-im/funpidgin/DEPENDS | 88
++++++++++++++++++++++++++
chat-im/funpidgin/DETAILS | 19 +++++
chat-im/funpidgin/HISTORY | 2
chat-im/funpidgin/funpidgin-2.4.1.tar.bz2.sig |binary
chat-im/pidgin/CONFLICTS | 1
chat-im/pidgin/HISTORY | 3
9 files changed, 123 insertions(+)

New commits:
commit 16370171645f43f62fd2ff6ceb765fe2294b3792
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

pidgin: Added conflicts funpidgin

commit f2f4f511b04fafe2047556f103641342e338697a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

funpidgin: Added new spell. Fork of pidgin.

diff --git a/ChangeLog b/ChangeLog
index 89b48f2..caaaf14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-05-04 George Sherwood <george AT beernabeer.com>
+ * chat-im/funpidgin: new spell, fork of pidgin
+
2008-05-03 Treeve Jelbert <treeve AT sourcemage.org>
* kde4/kdeartwork4: new spell, desktop themes for kde4

diff --git a/chat-im/funpidgin/BUILD b/chat-im/funpidgin/BUILD
new file mode 100755
index 0000000..5f756dc
--- /dev/null
+++ b/chat-im/funpidgin/BUILD
@@ -0,0 +1,6 @@
+### had to cook up some pkg-config files for nss and nspr
+CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include"
+export
PKG_CONFIG_PATH="${TRACK_ROOT}/usr/include/nss:${TRACK_ROOT}/usr/include/nspr"
&&
+make_single &&
+default_build &&
+cd $SOURCE_DIRECTORY
diff --git a/chat-im/funpidgin/CONFLICTS b/chat-im/funpidgin/CONFLICTS
new file mode 100755
index 0000000..7760333
--- /dev/null
+++ b/chat-im/funpidgin/CONFLICTS
@@ -0,0 +1 @@
+conflicts pidgin
diff --git a/chat-im/funpidgin/DEPENDS b/chat-im/funpidgin/DEPENDS
new file mode 100755
index 0000000..7bb37f9
--- /dev/null
+++ b/chat-im/funpidgin/DEPENDS
@@ -0,0 +1,88 @@
+depends libxml2 &&
+depends xml-parser-expat &&
+
+if [ "$PIDGIN_CVS" == "y" ]
+then
+ depends subversion &&
+ depends intltool
+fi &&
+
+optional_depends evolution \
+ "--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" \
+ "for gaim-encryption plugin , or MSN's new protool 9" &&
+
+optional_depends gnutls \
+ "--enable-gnutls=yes" \
+ "--enable-gnutls=no" \
+ "an alternative to nss for MSN protocol SSL support" &&
+
+optional_depends audiofile \
+ "--enable-audio" \
+ "--disable-audio" \
+ "to play aiff, snd, wave, and au files" &&
+
+optional_depends gtkspell \
+ "" \
+ "--disable-gtkspell" \
+ "For spell checking" &&
+
+optional_depends startup-notification \
+ "" \
+ "--disable-startup-notification" \
+ "support for the startup-notification spec from
freedesktop.org" &&
+
+optional_depends nas \
+ "--enable-nas" \
+ "--disable-nas" \
+ "for Network Audio System support" &&
+
+optional_depends perl \
+ '--enable-perl' \
+ '--disable-perl' \
+ 'for Perl scripting' &&
+
+optional_depends tcl \
+ "" \
+ "--disable-tcl" \
+ "for tcl scripting support" &&
+
+optional_depends tk \
+ "" \
+ "--disable-tk" \
+ "for tcl/tk scripting support" &&
+
+optional_depends mono \
+ "--enable-mono" \
+ "--disable-mono" \
+ "for Mono runtime support" &&
+
+optional_depends dbus \
+ "--enable-dbus" \
+ "--disable-dbus" \
+ "for DBUS support" &&
+
+optional_depends howl \
+ '' \
+ '' \
+ 'for network ZeroConf in Bonjour plugin' &&
+
+optional_depends meanwhile \
+ '' \
+ '' \
+ 'for Lotus Instant Messenger/Sametime protocol'
diff --git a/chat-im/funpidgin/DETAILS b/chat-im/funpidgin/DETAILS
new file mode 100755
index 0000000..51c85dc
--- /dev/null
+++ b/chat-im/funpidgin/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=funpidgin
+ VERSION=2.4.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/pidgin-$VERSION
+ WEB_SITE=http://funpidgin.sourceforge.net/
+ LICENSE[0]=GPL
+ DISTCC_HOSTS=
+ CCACHE=off
+ ENTERED=20080504
+ SHORT="Instant messanger client for several protocols"
+cat << EOF
+Funpidgin is a fork of the popular open source client Pidgin which
+allows instant messaging with over twenty different protocols.
+What makes us different from the official client, is that we work for
+you. Unlike the Pidgin developers, we believe the user should have the
+final say in what goes into the program.
+EOF
diff --git a/chat-im/funpidgin/HISTORY b/chat-im/funpidgin/HISTORY
new file mode 100644
index 0000000..9333e9e
--- /dev/null
+++ b/chat-im/funpidgin/HISTORY
@@ -0,0 +1,2 @@
+2008-05-04 * DETAILS, BUILD, DEPENDS: Created from pidgin spell
+ * CONFLICTS: conflicts pidgin
diff --git a/chat-im/funpidgin/funpidgin-2.4.1.tar.bz2.sig
b/chat-im/funpidgin/funpidgin-2.4.1.tar.bz2.sig
new file mode 100644
index 0000000..809e92d
Binary files /dev/null and b/chat-im/funpidgin/funpidgin-2.4.1.tar.bz2.sig
differ
diff --git a/chat-im/pidgin/CONFLICTS b/chat-im/pidgin/CONFLICTS
index cdfc9ff..2a86cf4 100755
--- a/chat-im/pidgin/CONFLICTS
+++ b/chat-im/pidgin/CONFLICTS
@@ -1 +1,2 @@
conflicts gaim y
+conflicts funpidgin
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 06730ee..ea31f39 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2008-05-04 George sherwood <george AT beernabeer.com>
+ * CONFLICTS: conflicts funpidgin
+
2008-04-05 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 2.4.1




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (16370171645f43f62fd2ff6ceb765fe2294b3792), George Sherwood, 05/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page