[arch-commits] Commit in gloox/trunk (PKGBUILD build-fix.patch)

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri May 30 11:04:45 UTC 2014


    Date: Friday, May 30, 2014 @ 13:04:45
  Author: spupykin
Revision: 112224

upgpkg: gloox 1.0.10-1

upd

Added:
  gloox/trunk/build-fix.patch
Modified:
  gloox/trunk/PKGBUILD

-----------------+
 PKGBUILD        |   15 +++++++++++----
 build-fix.patch |   26 ++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-30 10:41:23 UTC (rev 112223)
+++ PKGBUILD	2014-05-30 11:04:45 UTC (rev 112224)
@@ -3,16 +3,23 @@
 # Maintainer: William Rea <sillywilly at gmail.com>
 
 pkgname=gloox
-pkgver=1.0.9
-pkgrel=3
+pkgver=1.0.10
+pkgrel=1
 pkgdesc="C++ libraries for development of Jabber client/component/server"
 arch=(i686 x86_64)
 url="http://camaya.net/gloox"
 license=("GPL")
 depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('48fc9aa5210c2a1ce253751a4d38e19c')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2
+	build-fix.patch)
+md5sums=('33538dc22609e0f0699fb82e5e0b509a'
+         '8106b0b4057bfadaede004458859387b')
 
+prepare() {
+  cd $srcdir/gloox-$pkgver
+  patch -p1 <$srcdir/build-fix.patch
+}
+
 build() {
   cd $srcdir/gloox-$pkgver
   ./configure --prefix=/usr

Added: build-fix.patch
===================================================================
--- build-fix.patch	                        (rev 0)
+++ build-fix.patch	2014-05-30 11:04:45 UTC (rev 112224)
@@ -0,0 +1,26 @@
+diff -wbBur gloox-1.0.10/src/jinglesession.cpp gloox-1.0.10.q/src/jinglesession.cpp
+--- gloox-1.0.10/src/jinglesession.cpp	2014-04-09 02:11:31.000000000 +0400
++++ gloox-1.0.10.q/src/jinglesession.cpp	2014-05-30 14:56:02.793313436 +0400
+@@ -82,6 +82,10 @@
+     {
+     }
+ 
++    Session::Reason::~Reason()
++    {
++    }
++
+     Session::Reason::Reason( const Tag* tag )
+       : Plugin( PluginReason )
+     {
+diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h
+--- gloox-1.0.10/src/jinglesession.h	2014-04-09 02:11:31.000000000 +0400
++++ gloox-1.0.10.q/src/jinglesession.h	2014-05-30 14:55:46.889980293 +0400
+@@ -147,7 +147,7 @@
+             /**
+              * Virtual destructor.
+              */
+-            virtual ~Reason() {}
++            virtual ~Reason();
+ 
+             /**
+              * Returns the reason for the session termination.




More information about the arch-commits mailing list