[Lunar-commits] <moonbase> pidgin: version bumped to 2.5.4.
Florin Braescu
florin at lunar-linux.org
Tue Jan 13 03:01:17 CET 2009
commit eb7234860fe8622f48850162fda3bb708a3eb6a3
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 13 04:01:17 2009 +0200
pidgin: version bumped to 2.5.4.
Bugfixes release.
---
chat/pidgin/BUILD | 1 -
chat/pidgin/DEPENDS | 113 ++++++++++++++++++++++++++++++++++-----------------
chat/pidgin/DETAILS | 6 +-
3 files changed, 79 insertions(+), 41 deletions(-)
diff --git a/chat/pidgin/BUILD b/chat/pidgin/BUILD
index fd73f57..586fab8 100644
--- a/chat/pidgin/BUILD
+++ b/chat/pidgin/BUILD
@@ -1,7 +1,6 @@
(
OPTS+=" --disable-avahi --disable-meanwhile --disable-nm"
-
default_build
) > $C_FIFO 2>&1
diff --git a/chat/pidgin/DEPENDS b/chat/pidgin/DEPENDS
index 53d5104..dccfa65 100644
--- a/chat/pidgin/DEPENDS
+++ b/chat/pidgin/DEPENDS
@@ -1,63 +1,102 @@
-depends gtk+-2
depends libxml2
-optional_depends "startup-notification" \
- "" "--disable-startup-notification" \
+optional_depends "dbus-glib" \
+ "" \
+ "--disable-dbus" \
+ "for D-Bus support"
+
+optional_depends "gtk+-2" \
+ "" \
+ "--disable-gtkui" \
+ "for Gtk user interface"
+
+optional_depends "perl" \
+ "" \
+ "--disable-perl" \
+ "for Perl based plugin support"
+
+optional_depends "startup-notification" \
+ "" \
+ "--disable-startup-notification" \
"for window manager startup notification support"
-optional_depends "gtkspell" "" "--disable-gtkspell" \
+optional_depends "libXScrnSaver" \
+ "" \
+ "--disable-screensaver" \
+ "for detecting mouse and keyboard idleness"
+
+optional_depends "gtkspell" \
+ "" \
+ "--disable-gtkspell" \
"for inline message spellcheck support"
-optional_depends "evolution" "" "--disable-gevolution" \
+optional_depends "evolution" \
+ "" \
+ "--disable-gevolution" \
"for the Evolution plugin"
-optional_depends "gstreamer-10" "" "--disable-gstreamer" \
+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"
-
-# Mono implementation isn't far enough along to make this depends useful
-#optional_depends "mono" "--enable-mono" "--disable-mono" \
-# "for Mono (C#) plugin support"
-
-optional_depends "sqlite" "" "--disable-cap" \
+optional_depends "sqlite" \
+ "" \
+ "--disable-cap" \
"for the Contact Availability Prediction plugin"
-optional_depends "gettext" "" "--disable-nls" \
+optional_depends "gettext" \
+ "" \
+ "--disable-nls" \
"for NLS support within gaim"
-optional_depends "avahi" "" "--disable-avahi" \
+optional_depends "avahi" \
+ "" \
+ "--disable-avahi" \
"for 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" \
- "" \
+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" "" \
+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 "GConf" \
+ "" \
+ "" \
+ "for GNOME support of Gaim URI handlers"
-optional_depends "tk" "" "--disable-tk" \
- "for TK based plugin support"
+optional_depends "doxygen" \
+ "" \
+ "--disable-doxygen" \
+ "for documentation support"
-optional_depends "meanwhile" "" "--disable-meanwhile" \
+optional_depends "meanwhile" \
+ "" \
+ "--disable-meanwhile" \
"for meanwhile (Lotus Sametime) protocol support"
-optional_depends "perl" "" "--disable-perl" \
- "for Perl based plugin support"
-
-optional_depends "GConf" "" "" \
- "for GNOME support of Gaim URI handlers"
+optional_depends "tcl" \
+ "" \
+ "--disable-tcl" \
+ "for TCL based plugin support"
-optional_depends "libXScrnSaver" "" "--disable-screensaver" \
- "for detecting mouse and keyboard idleness"
+optional_depends "tk" \
+ "" \
+ "--disable-tk" \
+ "for TK based plugin support"
+# Mono implementation isn't far enough along to make this depends useful
+#optional_depends "mono" \
+# "--enable-mono" \
+# "--disable-mono" \
+# "for Mono (C#) plugin support"
diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS
index 3127f12..21a371f 100644
--- a/chat/pidgin/DETAILS
+++ b/chat/pidgin/DETAILS
@@ -1,11 +1,11 @@
MODULE=pidgin
- VERSION=2.5.3
+ VERSION=2.5.4
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:bd3f6eca0a0c9b221be8a664e904450db8589314
+ SOURCE_VFY=sha1:80f7a9e311d4ed6f2438f2ee16a4bdc66edcc2ad
WEB_SITE=http://pidgin.im
ENTERED=20070506
- UPDATED=20090103
+ UPDATED=20090113
SHORT="A multi-protocol instant messaging application"
cat << EOF
More information about the Lunar-commits
mailing list