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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Jan 2 16:47:35 UTC 2015


    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 <andrea at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at 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 <andrea at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at 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.000000000 +0000
-+++ libgadu-1.12.0/protobufgen.sh	2014-07-16 20:06:14.570039033 +0000
-@@ -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 <andrea at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at 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-x86_64/PKGBUILD (from rev 228346, libgadu/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-01-02 16:47:34 UTC (rev 228347)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at 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-x86_64/protobuf-c.patch
===================================================================
--- extra-x86_64/protobuf-c.patch	2015-01-02 16:47:20 UTC (rev 228346)
+++ extra-x86_64/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.000000000 +0000
-+++ libgadu-1.12.0/protobufgen.sh	2014-07-16 20:06:14.570039033 +0000
-@@ -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
-



More information about the arch-commits mailing list