[arch-commits] Commit in gloox/repos (6 files)

Sergej Pupykin spupykin at archlinux.org
Fri Apr 10 17:42:11 UTC 2015


    Date: Friday, April 10, 2015 @ 19:42:11
  Author: spupykin
Revision: 131134

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gloox/repos/community-staging-i686/
  gloox/repos/community-staging-i686/PKGBUILD
    (from rev 131133, gloox/trunk/PKGBUILD)
  gloox/repos/community-staging-i686/build-fix.patch
    (from rev 131133, gloox/trunk/build-fix.patch)
  gloox/repos/community-staging-x86_64/
  gloox/repos/community-staging-x86_64/PKGBUILD
    (from rev 131133, gloox/trunk/PKGBUILD)
  gloox/repos/community-staging-x86_64/build-fix.patch
    (from rev 131133, gloox/trunk/build-fix.patch)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   25 +++++++++++++++++++++++++
 community-staging-i686/build-fix.patch   |   26 ++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD        |   25 +++++++++++++++++++++++++
 community-staging-x86_64/build-fix.patch |   26 ++++++++++++++++++++++++++
 4 files changed, 102 insertions(+)

Copied: gloox/repos/community-staging-i686/PKGBUILD (from rev 131133, gloox/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-04-10 17:42:11 UTC (rev 131134)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: William Rea <sillywilly at gmail.com>
+
+pkgname=gloox
+pkgver=1.0.13
+pkgrel=2
+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=('953b96ce14c9c1b8a262b52fce9e757f')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gloox/repos/community-staging-i686/build-fix.patch (from rev 131133, gloox/trunk/build-fix.patch)
===================================================================
--- community-staging-i686/build-fix.patch	                        (rev 0)
+++ community-staging-i686/build-fix.patch	2015-04-10 17:42:11 UTC (rev 131134)
@@ -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.

Copied: gloox/repos/community-staging-x86_64/PKGBUILD (from rev 131133, gloox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-04-10 17:42:11 UTC (rev 131134)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: William Rea <sillywilly at gmail.com>
+
+pkgname=gloox
+pkgver=1.0.13
+pkgrel=2
+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=('953b96ce14c9c1b8a262b52fce9e757f')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gloox/repos/community-staging-x86_64/build-fix.patch (from rev 131133, gloox/trunk/build-fix.patch)
===================================================================
--- community-staging-x86_64/build-fix.patch	                        (rev 0)
+++ community-staging-x86_64/build-fix.patch	2015-04-10 17:42:11 UTC (rev 131134)
@@ -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