[Lunar-commits] r25029 - moonbase/trunk/chat/pidgin

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Jun 27 18:45:29 CEST 2007


Author: v3rt1g0
Date: 2007-06-27 18:45:29 +0200 (Wed, 27 Jun 2007)
New Revision: 25029

Modified:
   moonbase/trunk/chat/pidgin/DEPENDS
   moonbase/trunk/chat/pidgin/DETAILS
Log:
  Module Version Bump: pidgin (2.0.1 -> 2.0.2)

   * small bugfix release
   * cleaned up DEPENDS to remove &&

  compiled/tested: gcc-4.1.2 | glibc-2.3.6 | kernel headers 2.6.x


Modified: moonbase/trunk/chat/pidgin/DEPENDS
===================================================================
--- moonbase/trunk/chat/pidgin/DEPENDS	2007-06-27 10:16:53 UTC (rev 25028)
+++ moonbase/trunk/chat/pidgin/DEPENDS	2007-06-27 16:45:29 UTC (rev 25029)
@@ -1,58 +1,58 @@
-depends  gtk+-2   &&
-depends  libxml2  &&
+depends  gtk+-2
+depends  libxml2
 
-optional_depends  "startup-notification"                                \
-                  ""  "--disable-startup-notification"                  \
-                  "for window manager startup notification support"     &&
+optional_depends  "startup-notification"                \
+                  ""  "--disable-startup-notification"  \
+                  "for window manager startup notification support"
 
 optional_depends  "gtkspell"   ""               "--disable-gtkspell"    \
-                  "for inline message spellcheck support"               &&
+                  "for inline message spellcheck support"
 
 optional_depends  "evolution"       ""          "--disable-gevolution"  \
-                  "for the Evolution plugin"                            &&
+                  "for the Evolution plugin"
 
 optional_depends  "gstreamer-10"    ""          "--disable-gstreamer"   \
-                  "for sound support within the application"            &&
+                  "for sound support within the application"
 
-optional_depends  "dbus-glib"  "--enable-dbus"  "--disable-dbus"        \
-                  "for remote contol of pidgin"                         &&
+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  "mono"       "--enable-mono"  "--disable-mono"  \
+                  "for Mono (C#) plugin support"
 
-optional_depends  "sqlite"          ""          "--disable-cap"         \
-                  "for the Contact Availability Prediction plugin"      &&
+optional_depends  "sqlite"          ""          "--disable-cap"   \
+                  "for the Contact Availability Prediction plugin"
 
-optional_depends  "gettext"    ""               "--disable-nls"         \
-                  "for NLS support within gaim"                         &&
+optional_depends  "gettext"    ""               "--disable-nls"   \
+                  "for NLS support within gaim"
 
-optional_depends  "howl"       ""               ""                      \
-                  "for Howl support in the Bonjour plugin"              &&
+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  "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)"  &&
+                  "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  "tcl"       ""                "--disable-tcl"   \
+                  "for TCL based plugin support"
 
-optional_depends  "tk"        ""                "--disable-tk"          \
-                  "for TK based plugin support"                         &&
+optional_depends  "tk"        ""                "--disable-tk"    \
+                  "for TK based plugin support"
 
-optional_depends  "meanwhile"       ""          ""                      \
-                  "for meanwhile (Lotus Sametime) protocol support"     && 
+optional_depends  "meanwhile"       ""          ""                \
+                  "for meanwhile (Lotus Sametime) protocol support"
 
-optional_depends  "perl"            ""          "--disable-perl"        \
-                  "for Perl based plugin support"                       &&
+optional_depends  "perl"            ""          "--disable-perl"  \
+                  "for Perl based plugin support"
 
-optional_depends  "GConf2"    ""                ""                      \
+optional_depends  "GConf2"    ""                ""                \
                   "for GNOME support of Gaim URI handlers"

Modified: moonbase/trunk/chat/pidgin/DETAILS
===================================================================
--- moonbase/trunk/chat/pidgin/DETAILS	2007-06-27 10:16:53 UTC (rev 25028)
+++ moonbase/trunk/chat/pidgin/DETAILS	2007-06-27 16:45:29 UTC (rev 25029)
@@ -1,11 +1,11 @@
           MODULE=pidgin
-         VERSION=2.0.1
+         VERSION=2.0.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:1b88284bbe89300a4c7227b4ea0a6f907d36dea3
+      SOURCE_VFY=sha1:7f5cdc3e8fb8b8af9646bb0635b2852c24f7e059
         WEB_SITE=http://pidgin.im/
          ENTERED=20070506
-         UPDATED=20070529
+         UPDATED=20070627
            SHORT="a multi-protocol instant messaging application"
 
 cat << EOF



More information about the Lunar-commits mailing list