mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/ekiga: Updated for version 3.2.6.
This commit is contained in:
parent
7e8a016108
commit
22be078588
3 changed files with 5 additions and 23 deletions
|
@ -1,15 +0,0 @@
|
|||
http://git.gnome.org/cgit/ekiga/patch/?id=6e79ecaaa2230a879ea51ff7c5680d9402b96321
|
||||
|
||||
diff --git a/src/gui/assistant.cpp b/src/gui/assistant.cpp
|
||||
index 238609b..883c10d 100644
|
||||
--- a/src/gui/assistant.cpp
|
||||
+++ b/src/gui/assistant.cpp
|
||||
@@ -343,7 +343,7 @@ static void
|
||||
name_changed_cb (GtkEntry *entry,
|
||||
GtkAssistant *assistant)
|
||||
{
|
||||
- set_current_page_complete (assistant, gtk_entry_get_text_length (entry) > 0);
|
||||
+ set_current_page_complete (assistant, (gtk_entry_get_text (entry))[0] != '\0');
|
||||
}
|
||||
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ekiga
|
||||
VERSION=${VERSION:-3.2.4}
|
||||
VERSION=${VERSION:-3.2.6}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -102,9 +102,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix compilation on gtk-2.12.x
|
||||
patch -p1 < $CWD/ekiga-3.2.4-fix_compile_gtk_212.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ekiga"
|
||||
VERSION="3.2.4"
|
||||
VERSION="3.2.6"
|
||||
HOMEPAGE="http://www.ekiga.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.4.tar.gz"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.6.tar.gz"
|
||||
MD5SUM="efb778fa60a44c9ea8c2df8a2daab5aa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="efda83ebe170f41b54738da7cb117633"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mauro Giachero"
|
||||
EMAIL="mauro dot giachero at gmail dot com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue