Date: Friday, March 17, 2023 @ 21:43:10
  Author: spupykin
Revision: 1421411

archrelease: copy trunk to community-x86_64

Added:
  gloox/repos/community-x86_64/PKGBUILD
    (from rev 1421410, gloox/trunk/PKGBUILD)
Deleted:
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

-----------------+
 PKGBUILD        |   48 ++++++++++++++++++++++++------------------------
 build-fix.patch |   26 --------------------------
 2 files changed, 24 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-17 21:42:57 UTC (rev 1421410)
+++ PKGBUILD    2023-03-17 21:43:10 UTC (rev 1421411)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: William Rea <[email protected]>
-
-pkgname=gloox
-pkgver=1.0.24
-pkgrel=2
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(x86_64)
-url="https://camaya.net/gloox";
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
-sha256sums=('ae1462be2a2eb8fe5cd054825143617c53c2c9c7195606cb5a5ba68c0f68f9c9')
-
-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 1421410, 
gloox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-17 21:43:10 UTC (rev 1421411)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: William Rea <[email protected]>
+
+pkgname=gloox
+pkgver=1.0.25
+pkgrel=1
+pkgdesc="C++ libraries for development of Jabber client/component/server"
+arch=(x86_64)
+url="https://camaya.net/gloox";
+license=("GPL")
+depends=('libidn' 'gnutls')
+source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
+sha256sums=('cffe1cbd86dbe98be856024215321cd225001d1fa7d39118b99cb9453ba22754')
+
+build() {
+  cd "$srcdir"/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/gloox-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: build-fix.patch
===================================================================
--- build-fix.patch     2023-03-17 21:42:57 UTC (rev 1421410)
+++ build-fix.patch     2023-03-17 21:43:10 UTC (rev 1421411)
@@ -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.

Reply via email to