[Lunar-commits] <moonbase> pidgin: version bump.

Jens Luedicke perldude at lunar-linux.org
Tue Jul 1 21:37:53 CEST 2008


commit df0ae5e8c8d4f650b02444d22e61eb0ee3053c25
Author: Jens Luedicke <perldude at lunar-linux.org>
Date:   Tue Jul 1 21:35:24 2008 +0200

    pidgin: version bump.
    
    I had to adjust the DEPENDS file and create a BUILD
    file to disable Network Manager.
---
 chat/pidgin/BUILD   |   13 +++++++++++++
 chat/pidgin/DEPENDS |    4 ++--
 chat/pidgin/DETAILS |    6 +++---
 3 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/chat/pidgin/BUILD b/chat/pidgin/BUILD
new file mode 100644
index 0000000..5cffd54
--- /dev/null
+++ b/chat/pidgin/BUILD
@@ -0,0 +1,13 @@
+(
+
+  ./configure  --prefix=/usr              \
+               --sysconfdir=/etc/a2ps     \
+               --localstatedir=/var       \
+               --infodir=/usr/share/info  \
+               --mandir=/usr/share/man    \
+	       --disable-nm               \
+               $OPTS                     &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/chat/pidgin/DEPENDS b/chat/pidgin/DEPENDS
index b59bbf2..00650cd 100644
--- a/chat/pidgin/DEPENDS
+++ b/chat/pidgin/DEPENDS
@@ -27,7 +27,7 @@ optional_depends  "sqlite"          ""          "--disable-cap"   \
 optional_depends  "gettext"    ""               "--disable-nls"   \
                   "for NLS support within gaim"
 
-optional_depends  "avahi"       ""               ""               \
+optional_depends  "avahi"       ""               "--disable-avahi" \
                   "for the Bonjour plugin"
 
 optional_depends  "nss"                                           \
@@ -49,7 +49,7 @@ optional_depends  "tcl"       ""                "--disable-tcl"   \
 optional_depends  "tk"        ""                "--disable-tk"    \
                   "for TK based plugin support"
 
-optional_depends  "meanwhile"       ""          ""                \
+optional_depends  "meanwhile"       ""          "--disable-meanwhile" \
                   "for meanwhile (Lotus Sametime) protocol support"
 
 optional_depends  "perl"            ""          "--disable-perl"  \
diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS
index 3eaf9c0..a9cf841 100644
--- a/chat/pidgin/DETAILS
+++ b/chat/pidgin/DETAILS
@@ -1,11 +1,11 @@
           MODULE=pidgin
-         VERSION=2.4.1
+         VERSION=2.4.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:3c86d1ec487eade72d5d513dcd5bb491e50640d2
+      SOURCE_VFY=sha1:66c0aa58122f29c3a0262a555f05af46ca76fa77
         WEB_SITE=http://pidgin.im/
          ENTERED=20070506
-         UPDATED=20080401
+         UPDATED=20080701
            SHORT="A multi-protocol instant messaging application"
 
 cat << EOF


More information about the Lunar-commits mailing list