[Lunar-commits] r24334 - in moonbase/trunk/chat: . pidgin

Chad Kittel v3rt1g0 at lunar-linux.org
Sun May 6 20:54:58 CEST 2007


Author: v3rt1g0
Date: 2007-05-06 20:54:58 +0200 (Sun, 06 May 2007)
New Revision: 24334

Added:
   moonbase/trunk/chat/pidgin/
   moonbase/trunk/chat/pidgin/DEPENDS
   moonbase/trunk/chat/pidgin/DETAILS
Log:
Added pidgin (Gaim 2.0 -- renamed).  We should probably get rid of gaim-svn
now.  Anyone that wants to do that can, I suck at the whole delete-modules
thingy


Added: moonbase/trunk/chat/pidgin/DEPENDS
===================================================================
--- moonbase/trunk/chat/pidgin/DEPENDS	                        (rev 0)
+++ moonbase/trunk/chat/pidgin/DEPENDS	2007-05-06 18:54:58 UTC (rev 24334)
@@ -0,0 +1,58 @@
+depends  gtk+-2   &&
+depends  libxml2  &&
+
+optional_depends  "startup-notification"                                \
+                  ""  "--disable-startup-notification"                  \
+                  "for window manager startup notification support"     &&
+
+optional_depends  "gtkspell"   ""               "--disable-gtkspell"    \
+                  "for inline message spellcheck support"               &&
+
+optional_depends  "evolution"       ""          "--disable-gevolution"  \
+                  "for the Evolution plugin"                            &&
+
+optional_depends  "gstreamer-10"    ""          "--disable-gstreamer"   \
+                  "for sound support within the application"            &&
+
+optional_depends  "dbus-glib"  "--enable-dbus"  "--disable-dbus"        \
+                  "for remote contol of pidgin"                         &&
+
+optional_depends  "mono"       "--enable-mono"  "--disable-mono"        \
+                  "for Mono (C#) plugin support"                        &&
+
+optional_depends  "sqlite"          ""          "--disable-cap"         \
+                  "for the Contact Availability Prediction plugin"      &&
+
+optional_depends  "gettext"    ""               "--disable-nls"         \
+                  "for NLS support within gaim"                         &&
+
+optional_depends  "howl"       ""               ""                      \
+                  "for Howl support in the Bonjour plugin"              &&
+
+optional_depends  "nss"                                                 \
+                  "--enable-gnutls=no                                   \
+                   --with-nspr-libs=/usr/lib/                           \
+                   --with-nspr-includes=/usr/include/nspr/              \
+                   --with-nss-libs=/usr/lib/                            \
+                   --with-nss-includes=/usr/include/nss/                \
+                   --enable-nss=yes"                                    \
+                  ""                                                    \
+                  "for MSN & GoogleTalk support (say 'n' to gnutls)"    &&
+
+optional_depends  "gnutls"  "--enable-nss=no --enable-gnutls=yes"  ""   \
+                  "for MSN & GoogleTalk support (say 'y' here if you said 'n' to nss)"  &&
+
+optional_depends  "tcl"       ""                "--disable-tcl"         \
+                  "for TCL based plugin support"                        &&
+
+optional_depends  "tk"        ""                "--disable-tk"          \
+                  "for TK based plugin support"                         &&
+
+optional_depends  "meanwhile"       ""          ""                      \
+                  "for meanwhile (Lotus Sametime) protocol support"     && 
+
+optional_depends  "perl"            ""          "--disable-perl"        \
+                  "for Perl based plugin support"                       &&
+
+optional_depends  "GConf2"    ""                ""                      \
+                  "for GNOME support of Gaim URI handlers"

Added: moonbase/trunk/chat/pidgin/DETAILS
===================================================================
--- moonbase/trunk/chat/pidgin/DETAILS	                        (rev 0)
+++ moonbase/trunk/chat/pidgin/DETAILS	2007-05-06 18:54:58 UTC (rev 24334)
@@ -0,0 +1,21 @@
+          MODULE=pidgin
+         VERSION=2.0.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+        WEB_SITE=http://pidgin.im/
+         ENTERED=20070605
+         UPDATED=20070605
+           SHORT="a multi-protocol instant messaging application"
+           PSAFE=no
+
+cat << EOF
+Pidgin is an instant messaging program.  You can talk to your friends
+using AIM, ICQ, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu,
+IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, and
+Zephyr.
+
+Pidgin can log in to multiple accounts on multiple IM networks
+simultaneously. This means that you can be chatting with friends on AIM,
+talking to a friend on Yahoo Messenger, and sitting in an IRC channel
+all at the same time. 
+EOF



More information about the Lunar-commits mailing list