[Lunar-commits] <moonbase> ekiga: some tweaks.

Florin Braescu florin at lunar-linux.org
Sun Apr 11 17:43:51 CEST 2010


commit 505d14e44e77920feb4386f3e8c45a43fc069a11
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Apr 11 18:43:51 2010 +0300

    ekiga: some tweaks.
---
 gnome2/desktop/ekiga/BUILD   |   12 ++++++------
 gnome2/desktop/ekiga/DEPENDS |    4 ++--
 gnome2/desktop/ekiga/DETAILS |    6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnome2/desktop/ekiga/BUILD b/gnome2/desktop/ekiga/BUILD
index f826497..63ca857 100644
--- a/gnome2/desktop/ekiga/BUILD
+++ b/gnome2/desktop/ekiga/BUILD
@@ -1,13 +1,13 @@
 (
 
-  ./configure --prefix=${GNOME210_PREFIX:-/usr}              \
-              --build=$BUILD                                 \
-              --sysconfdir=/etc                              \
-              --localstatedir=/var                           \
+  ./configure --prefix=${GNOME210_PREFIX:-/usr}  \
+              --build=$BUILD          \
+              --sysconfdir=/etc       \
+              --localstatedir=/var    \
+              --disable-scrollkeeper  \
               --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
               --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
-              --disable-scrollkeeper                         \
               $OPTS                                         &&
-  default_make                   
+  default_make
 
 ) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/ekiga/DEPENDS b/gnome2/desktop/ekiga/DEPENDS
index 246b1cb..accf361 100644
--- a/gnome2/desktop/ekiga/DEPENDS
+++ b/gnome2/desktop/ekiga/DEPENDS
@@ -9,8 +9,8 @@ optional_depends avahi "" "--disable-avahi" "for avahi support"
 
 optional_depends evolution-data-server \
                  ""                    \
-		 "--disable-eds"       \
-		 "to enable evolution-data-server support"
+                 "--disable-eds"       \
+                 "to enable evolution-data-server support"
 
 optional_depends libgnomeui \
                  ""         \
diff --git a/gnome2/desktop/ekiga/DETAILS b/gnome2/desktop/ekiga/DETAILS
index 73b1beb..5fc2335 100644
--- a/gnome2/desktop/ekiga/DETAILS
+++ b/gnome2/desktop/ekiga/DETAILS
@@ -1,13 +1,13 @@
           MODULE=ekiga
-         VERSION=3.2.6
            MAJOR=3.2
+         VERSION=$MAJOR.6
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
       SOURCE_VFY=sha1:1c9d2004aa57643a951c1d454e9cfb207143c021
          ENTERED=20070315
          UPDATED=20090923
-           SHORT="open source VoIP"
-	   
+           SHORT="Open source VoIP"
+
 cat << EOF
 Ekiga (formely known as GnomeMeeting) is an open source VoIP and video
 conferencing application for GNOME. Ekiga uses both the H.323 and SIP


More information about the Lunar-commits mailing list