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

2017-02-10 Thread Jelle van der Waa
Date: Friday, February 10, 2017 @ 21:36:55
  Author: jelle
Revision: 288560

db-move: moved libgadu from [staging] to [testing] (i686, x86_64)

Added:
  libgadu/repos/testing-i686/
  libgadu/repos/testing-i686/PKGBUILD
(from rev 288559, libgadu/repos/staging-i686/PKGBUILD)
  libgadu/repos/testing-x86_64/
  libgadu/repos/testing-x86_64/PKGBUILD
(from rev 288559, libgadu/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgadu/repos/staging-i686/
  libgadu/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libgadu/repos/testing-i686/PKGBUILD (from rev 288559, 
libgadu/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-10 21:36:55 UTC (rev 288560)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=2
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('i686' 'x86_64')
+url="http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz;)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./protobufgen.sh
+  ./configure --prefix=/usr --disable-tests --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgadu/repos/testing-x86_64/PKGBUILD (from rev 288559, 
libgadu/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-02-10 21:36:55 UTC (rev 288560)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=2
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('i686' 'x86_64')
+url="http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz;)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./protobufgen.sh
+  ./configure --prefix=/usr --disable-tests --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-01-02 Thread Bartłomiej Piotrowski
Date: Friday, January 2, 2015 @ 17:47:34
  Author: bpiotrowski
Revision: 228347

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libgadu/repos/extra-i686/PKGBUILD
(from rev 228346, libgadu/trunk/PKGBUILD)
  libgadu/repos/extra-x86_64/PKGBUILD
(from rev 228346, libgadu/trunk/PKGBUILD)
Deleted:
  libgadu/repos/extra-i686/PKGBUILD
  libgadu/repos/extra-i686/protobuf-c.patch
  libgadu/repos/extra-x86_64/PKGBUILD
  libgadu/repos/extra-x86_64/protobuf-c.patch

---+
 /PKGBUILD |   58 
 extra-i686/PKGBUILD   |   36 
 extra-i686/protobuf-c.patch   |   17 ---
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/protobuf-c.patch |   17 ---
 5 files changed, 58 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-02 16:47:20 UTC (rev 228346)
+++ extra-i686/PKGBUILD 2015-01-02 16:47:34 UTC (rev 228347)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.12.0
-pkgrel=2
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://libgadu.net/;
-license=('LGPL2.1')
-depends=('gnutls' 'protobuf-c')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'protobuf-c.patch')
-md5sums=('e4569a0ed26136c4634fa8c4013910e3'
- '0139f15f89db5a3684994ae5ba4115d9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/protobuf-c.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./protobufgen.sh
-  ./configure --prefix=/usr \
---disable-tests \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgadu/repos/extra-i686/PKGBUILD (from rev 228346, 
libgadu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-02 16:47:34 UTC (rev 228347)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6de8b26f3b9155a67f549ced6da93c56')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./protobufgen.sh
+  ./configure --prefix=/usr \
+--disable-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/protobuf-c.patch
===
--- extra-i686/protobuf-c.patch 2015-01-02 16:47:20 UTC (rev 228346)
+++ extra-i686/protobuf-c.patch 2015-01-02 16:47:34 UTC (rev 228347)
@@ -1,17 +0,0 @@
-diff -Npru libgadu-1.12.0.orig/protobufgen.sh libgadu-1.12.0/protobufgen.sh
 libgadu-1.12.0.orig/protobufgen.sh 2014-06-13 18:41:37.0 +
-+++ libgadu-1.12.0/protobufgen.sh  2014-07-16 20:06:14.570039033 +
-@@ -6,12 +6,5 @@ if [ $? != 0 ] ; then
-   exit -1
- fi
- 
--sed -i 's/google\/protobuf-c\/protobuf-c.h/protobuf.h/g' packets.pb-c.h
--
--if ! cat packets.pb-c.c | grep PROTOBUF_C_NO_DEPRECATED  /dev/null; then
--  echo Warning: protobuf-c-compiler  0.14 detected, trying to fix the 
output
--  sed -i 's|NULL,NULL/\* reserved1, reserved2 \*/|0, 0, NULL, 
NULL|g' packets.pb-c.c
--fi
--
- mv packets.pb-c.h include
- mv packets.pb-c.c src
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-02 16:47:20 UTC (rev 228346)
+++ extra-x86_64/PKGBUILD   2015-01-02 16:47:34 UTC (rev 228347)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.12.0
-pkgrel=2
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://libgadu.net/;
-license=('LGPL2.1')
-depends=('gnutls' 'protobuf-c')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'protobuf-c.patch')
-md5sums=('e4569a0ed26136c4634fa8c4013910e3'
- '0139f15f89db5a3684994ae5ba4115d9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/protobuf-c.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./protobufgen.sh
-  ./configure --prefix=/usr \
---disable-tests \
-

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

2014-08-06 Thread Andrea Scarpino
Date: Wednesday, August 6, 2014 @ 23:47:48
  Author: andrea
Revision: 219360

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

Added:
  libgadu/repos/staging-i686/
  libgadu/repos/staging-i686/PKGBUILD
(from rev 219359, libgadu/trunk/PKGBUILD)
  libgadu/repos/staging-i686/protobuf-c.patch
(from rev 219359, libgadu/trunk/protobuf-c.patch)
  libgadu/repos/staging-x86_64/
  libgadu/repos/staging-x86_64/PKGBUILD
(from rev 219359, libgadu/trunk/PKGBUILD)
  libgadu/repos/staging-x86_64/protobuf-c.patch
(from rev 219359, libgadu/trunk/protobuf-c.patch)

-+
 staging-i686/PKGBUILD   |   36 
 staging-i686/protobuf-c.patch   |   17 +
 staging-x86_64/PKGBUILD |   36 
 staging-x86_64/protobuf-c.patch |   17 +
 4 files changed, 106 insertions(+)

Copied: libgadu/repos/staging-i686/PKGBUILD (from rev 219359, 
libgadu/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-06 21:47:48 UTC (rev 219360)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.12.0
+pkgrel=2
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'protobuf-c.patch')
+md5sums=('e4569a0ed26136c4634fa8c4013910e3'
+ '0139f15f89db5a3684994ae5ba4115d9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/protobuf-c.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./protobufgen.sh
+  ./configure --prefix=/usr \
+--disable-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgadu/repos/staging-i686/protobuf-c.patch (from rev 219359, 
libgadu/trunk/protobuf-c.patch)
===
--- staging-i686/protobuf-c.patch   (rev 0)
+++ staging-i686/protobuf-c.patch   2014-08-06 21:47:48 UTC (rev 219360)
@@ -0,0 +1,17 @@
+diff -Npru libgadu-1.12.0.orig/protobufgen.sh libgadu-1.12.0/protobufgen.sh
+--- libgadu-1.12.0.orig/protobufgen.sh 2014-06-13 18:41:37.0 +
 libgadu-1.12.0/protobufgen.sh  2014-07-16 20:06:14.570039033 +
+@@ -6,12 +6,5 @@ if [ $? != 0 ] ; then
+   exit -1
+ fi
+ 
+-sed -i 's/google\/protobuf-c\/protobuf-c.h/protobuf.h/g' packets.pb-c.h
+-
+-if ! cat packets.pb-c.c | grep PROTOBUF_C_NO_DEPRECATED  /dev/null; then
+-  echo Warning: protobuf-c-compiler  0.14 detected, trying to fix the 
output
+-  sed -i 's|NULL,NULL/\* reserved1, reserved2 \*/|0, 0, NULL, 
NULL|g' packets.pb-c.c
+-fi
+-
+ mv packets.pb-c.h include
+ mv packets.pb-c.c src
+

Copied: libgadu/repos/staging-x86_64/PKGBUILD (from rev 219359, 
libgadu/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-06 21:47:48 UTC (rev 219360)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.12.0
+pkgrel=2
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'protobuf-c.patch')
+md5sums=('e4569a0ed26136c4634fa8c4013910e3'
+ '0139f15f89db5a3684994ae5ba4115d9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/protobuf-c.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./protobufgen.sh
+  ./configure --prefix=/usr \
+--disable-tests \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgadu/repos/staging-x86_64/protobuf-c.patch (from rev 219359, 
libgadu/trunk/protobuf-c.patch)
===
--- staging-x86_64/protobuf-c.patch (rev 0)
+++ staging-x86_64/protobuf-c.patch 2014-08-06 21:47:48 UTC (rev 219360)
@@ -0,0 +1,17 @@
+diff -Npru libgadu-1.12.0.orig/protobufgen.sh libgadu-1.12.0/protobufgen.sh
+--- libgadu-1.12.0.orig/protobufgen.sh 2014-06-13 18:41:37.0 +
 libgadu-1.12.0/protobufgen.sh  2014-07-16 20:06:14.570039033 +
+@@ -6,12 +6,5 @@ if [ $? != 0 ] ; then
+   exit -1
+ fi
+ 
+-sed -i