summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorVlad Glagolev2014-10-15 14:09:21 +0400
committerVlad Glagolev2014-10-15 14:09:21 +0400
commit37cf0b8293a9de07c9434ea15717add3cda31df0 (patch)
treeae23166c9567e554f1ff10e80c647d8c63ae5abf /chat-im
parentd83a4f3518d5b701bd771a0c753ca0a5e86ca0d1 (diff)
gajim: => 0.16
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/gajim/DEPENDS7
-rwxr-xr-xchat-im/gajim/DETAILS6
-rw-r--r--chat-im/gajim/HISTORY5
-rwxr-xr-xchat-im/gajim/PRE_BUILD4
-rw-r--r--chat-im/gajim/gajim-0.15.4.tar.bz2.sigbin287 -> 0 bytes
-rw-r--r--chat-im/gajim/gajim-0.16.tar.bz2.sigbin0 -> 287 bytes
-rw-r--r--chat-im/gajim/gtalk.patch11
7 files changed, 10 insertions, 23 deletions
diff --git a/chat-im/gajim/DEPENDS b/chat-im/gajim/DEPENDS
index 341f10850b..372bf0d083 100755
--- a/chat-im/gajim/DEPENDS
+++ b/chat-im/gajim/DEPENDS
@@ -1,5 +1,6 @@
depends pygtk2 &&
depends -sub SQLITE python &&
+depends nbxmpp &&
depends intltool &&
# TODO: add subdepends according to the spells
@@ -13,11 +14,7 @@ if is_depends_enabled $SPELL farstream; then
fi &&
suggest_depends pyopenssl "" "" "for secure connections support" &&
-
-if is_depends_enabled $SPELL pyopenssl; then
- depends pyasn1
-fi &&
-
+suggest_depends pyasn1 "" "" "to check SSL/TLS certificates" &&
suggest_depends dbus-python "" "" "to control Gajim via commandline" &&
if is_depends_enabled $SPELL dbus-python; then
diff --git a/chat-im/gajim/DETAILS b/chat-im/gajim/DETAILS
index 8f52382f27..0624d0c265 100755
--- a/chat-im/gajim/DETAILS
+++ b/chat-im/gajim/DETAILS
@@ -1,11 +1,11 @@
SPELL=gajim
- VERSION=0.15.4
+ VERSION=0.16
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://www.gajim.org/downloads/$BRANCH/$SOURCE
+ SOURCE_URL[0]=http://gajim.org/downloads/$BRANCH/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://www.gajim.org/
+ WEB_SITE=http://gajim.org/
ENTERED=20050415
LICENSE[0]=GPL
KEYWORDS="jabber messaging chat"
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index 8619b4ceb7..967859a737 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +1,8 @@
+2014-10-15 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.16; updated source url and website
+ * DEPENDS: corrected pyasn1 dependency class
+ * PRE_BUILD, gtalk.patch: dropped
+
2013-05-26 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.15.4
diff --git a/chat-im/gajim/PRE_BUILD b/chat-im/gajim/PRE_BUILD
deleted file mode 100755
index 4a08197768..0000000000
--- a/chat-im/gajim/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/gtalk.patch"
diff --git a/chat-im/gajim/gajim-0.15.4.tar.bz2.sig b/chat-im/gajim/gajim-0.15.4.tar.bz2.sig
deleted file mode 100644
index d65122c8a0..0000000000
--- a/chat-im/gajim/gajim-0.15.4.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/chat-im/gajim/gajim-0.16.tar.bz2.sig b/chat-im/gajim/gajim-0.16.tar.bz2.sig
new file mode 100644
index 0000000000..f444319a24
--- /dev/null
+++ b/chat-im/gajim/gajim-0.16.tar.bz2.sig
Binary files differ
diff --git a/chat-im/gajim/gtalk.patch b/chat-im/gajim/gtalk.patch
deleted file mode 100644
index 580cd01fae..0000000000
--- a/chat-im/gajim/gtalk.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/xmpp/tls_nb.py.orig Wed Apr 24 20:00:14 2013 +0200
-+++ src/common/xmpp/tls_nb.py Wed May 15 14:46:31 2013 +0200
-@@ -406,6 +406,8 @@
- self._load_cert_file(os.path.join('/etc/ssl/certs', f), store,
- logg=False)
-
-+ tcpsock._sslContext.set_cipher_list('RC4-MD5')
-+
- tcpsock._sslObj = OpenSSL.SSL.Connection(tcpsock._sslContext,
- tcpsock._sock)
- tcpsock._sslObj.set_connect_state() # set to client mode