[arch-commits] Commit in gloox/repos (8 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Feb 27 10:45:04 UTC 2017
Date: Monday, February 27, 2017 @ 10:45:03
Author: spupykin
Revision: 214026
archrelease: copy trunk to community-i686, community-x86_64
Added:
gloox/repos/community-i686/PKGBUILD
(from rev 214025, gloox/trunk/PKGBUILD)
gloox/repos/community-i686/build-fix.patch
(from rev 214025, gloox/trunk/build-fix.patch)
gloox/repos/community-x86_64/PKGBUILD
(from rev 214025, gloox/trunk/PKGBUILD)
gloox/repos/community-x86_64/build-fix.patch
(from rev 214025, gloox/trunk/build-fix.patch)
Deleted:
gloox/repos/community-i686/PKGBUILD
gloox/repos/community-i686/build-fix.patch
gloox/repos/community-x86_64/PKGBUILD
gloox/repos/community-x86_64/build-fix.patch
----------------------------------+
/PKGBUILD | 50 +++++++++++++++++++++++++++++++++++
/build-fix.patch | 52 +++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 25 -----------------
community-i686/build-fix.patch | 26 ------------------
community-x86_64/PKGBUILD | 25 -----------------
community-x86_64/build-fix.patch | 26 ------------------
6 files changed, 102 insertions(+), 102 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-02-27 10:44:45 UTC (rev 214025)
+++ community-i686/PKGBUILD 2017-02-27 10:45:03 UTC (rev 214026)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: William Rea <sillywilly at gmail.com>
-
-pkgname=gloox
-pkgver=1.0.18
-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=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
-sha256sums=('16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e')
-
-build() {
- cd "$srcdir"/gloox-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir"/gloox-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gloox/repos/community-i686/PKGBUILD (from rev 214025, gloox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-27 10:45:03 UTC (rev 214026)
@@ -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.19
+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=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
+sha256sums=('88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8')
+
+build() {
+ cd "$srcdir"/gloox-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/gloox-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-i686/build-fix.patch
===================================================================
--- community-i686/build-fix.patch 2017-02-27 10:44:45 UTC (rev 214025)
+++ community-i686/build-fix.patch 2017-02-27 10:45:03 UTC (rev 214026)
@@ -1,26 +0,0 @@
-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-i686/build-fix.patch (from rev 214025, gloox/trunk/build-fix.patch)
===================================================================
--- community-i686/build-fix.patch (rev 0)
+++ community-i686/build-fix.patch 2017-02-27 10:45:03 UTC (rev 214026)
@@ -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.
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-02-27 10:44:45 UTC (rev 214025)
+++ community-x86_64/PKGBUILD 2017-02-27 10:45:03 UTC (rev 214026)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: William Rea <sillywilly at gmail.com>
-
-pkgname=gloox
-pkgver=1.0.18
-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=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
-sha256sums=('16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e')
-
-build() {
- cd "$srcdir"/gloox-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir"/gloox-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gloox/repos/community-x86_64/PKGBUILD (from rev 214025, gloox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-02-27 10:45:03 UTC (rev 214026)
@@ -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.19
+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=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
+sha256sums=('88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8')
+
+build() {
+ cd "$srcdir"/gloox-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/gloox-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/build-fix.patch
===================================================================
--- community-x86_64/build-fix.patch 2017-02-27 10:44:45 UTC (rev 214025)
+++ community-x86_64/build-fix.patch 2017-02-27 10:45:03 UTC (rev 214026)
@@ -1,26 +0,0 @@
-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-x86_64/build-fix.patch (from rev 214025, gloox/trunk/build-fix.patch)
===================================================================
--- community-x86_64/build-fix.patch (rev 0)
+++ community-x86_64/build-fix.patch 2017-02-27 10:45:03 UTC (rev 214026)
@@ -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