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

Gaëtan Bisson bisson at archlinux.org
Fri Sep 14 07:24:40 UTC 2018


    Date: Friday, September 14, 2018 @ 07:24:40
  Author: bisson
Revision: 334531

db-move: moved libgadu from [testing] to [extra] (x86_64)

Added:
  libgadu/repos/extra-x86_64/PKGBUILD
    (from rev 334530, libgadu/repos/testing-x86_64/PKGBUILD)
Deleted:
  libgadu/repos/extra-x86_64/PKGBUILD
  libgadu/repos/testing-x86_64/

-----------------------+
 /PKGBUILD             |   28 ++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   28 ----------------------------
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2018-09-14 07:24:38 UTC (rev 334530)
+++ extra-x86_64/PKGBUILD	2018-09-14 07:24:40 UTC (rev 334531)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-
-pkgname=libgadu
-pkgver=1.12.2
-pkgrel=5
-pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
-arch=('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/extra-x86_64/PKGBUILD (from rev 334530, libgadu/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2018-09-14 07:24:40 UTC (rev 334531)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=6
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('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
+}



More information about the arch-commits mailing list