[arch-commits] Commit in libgadu/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Mar 4 21:40:06 UTC 2019


    Date: Monday, March 4, 2019 @ 21:40:05
  Author: heftig
Revision: 347072

archrelease: copy trunk to staging-x86_64

Added:
  libgadu/repos/staging-x86_64/PKGBUILD
    (from rev 347071, libgadu/trunk/PKGBUILD)
Deleted:
  libgadu/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-04 21:39:48 UTC (rev 347071)
+++ PKGBUILD	2019-03-04 21:40:05 UTC (rev 347072)
@@ -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=7
-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/staging-x86_64/PKGBUILD (from rev 347071, libgadu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-04 21:40:05 UTC (rev 347072)
@@ -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=8
+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