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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Jun 16 21:36:27 UTC 2014


    Date: Monday, June 16, 2014 @ 23:36:27
  Author: andrea
Revision: 215223

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

Added:
  libgadu/repos/extra-i686/PKGBUILD
    (from rev 215222, libgadu/trunk/PKGBUILD)
  libgadu/repos/extra-x86_64/PKGBUILD
    (from rev 215222, libgadu/trunk/PKGBUILD)
Deleted:
  libgadu/repos/extra-i686/PKGBUILD
  libgadu/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   56 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   34 -----------------------------
 extra-x86_64/PKGBUILD |   34 -----------------------------
 3 files changed, 56 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-06-16 21:36:13 UTC (rev 215222)
+++ extra-i686/PKGBUILD	2014-06-16 21:36:27 UTC (rev 215223)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-
-pkgname=libgadu
-pkgver=1.11.4
-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=('openssl' 'zlib')
-source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('feef622126e21601798c7e4497890ca3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --disable-static \
-    --enable-shared \
-    --with-pthread
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgadu/repos/extra-i686/PKGBUILD (from rev 215222, libgadu/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-06-16 21:36:27 UTC (rev 215223)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=libgadu
+pkgver=1.12.0
+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=('e4569a0ed26136c4634fa8c4013910e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-tests \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-06-16 21:36:13 UTC (rev 215222)
+++ extra-x86_64/PKGBUILD	2014-06-16 21:36:27 UTC (rev 215223)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-
-pkgname=libgadu
-pkgver=1.11.4
-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=('openssl' 'zlib')
-source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('feef622126e21601798c7e4497890ca3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --disable-static \
-    --enable-shared \
-    --with-pthread
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgadu/repos/extra-x86_64/PKGBUILD (from rev 215222, libgadu/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-06-16 21:36:27 UTC (rev 215223)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=libgadu
+pkgver=1.12.0
+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=('e4569a0ed26136c4634fa8c4013910e3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-tests \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list