[arch-commits] Commit in qpid-proton/repos/community-staging-x86_64 (2 files)

Nicola Squartini tensor5 at archlinux.org
Mon Jun 15 01:08:41 UTC 2020


    Date: Monday, June 15, 2020 @ 01:08:38
  Author: tensor5
Revision: 644755

archrelease: copy trunk to community-staging-x86_64

Added:
  qpid-proton/repos/community-staging-x86_64/PKGBUILD
    (from rev 644754, qpid-proton/trunk/PKGBUILD)
Deleted:
  qpid-proton/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-15 01:08:10 UTC (rev 644754)
+++ PKGBUILD	2020-06-15 01:08:38 UTC (rev 644755)
@@ -1,32 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=qpid-proton
-pkgver=0.30.0
-pkgrel=4
-pkgdesc='High-performance, lightweight messaging library'
-arch=('x86_64')
-url='https://qpid.apache.org/proton'
-license=('Apache')
-depends=('libjsoncpp.so' 'python' 'ruby')
-makedepends=('cmake' 'doxygen' 'python-setuptools' 'swig')
-source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
-sha512sums=('0e55d6a2c9803ef72604c50c7b934379092680b5edd52e3641a851f50ba1136bfa83cd30328d2b3235152331109d3204aa32168aa626d6e8e34a590d82553cc8')
-
-build() {
-    cd ${pkgname}-${pkgver}
-
-    mkdir build
-    cd build
-    cmake \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DLIB_SUFFIX='' \
-        -DSYSINSTALL_BINDINGS=ON \
-        ..
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}/build
-
-    make DESTDIR="${pkgdir}" install
-}

Copied: qpid-proton/repos/community-staging-x86_64/PKGBUILD (from rev 644754, qpid-proton/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-15 01:08:38 UTC (rev 644755)
@@ -0,0 +1,32 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=qpid-proton
+pkgver=0.30.0
+pkgrel=5
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+depends=('libjsoncpp.so' 'python' 'ruby')
+makedepends=('cmake' 'doxygen' 'python-setuptools' 'swig')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
+sha512sums=('0e55d6a2c9803ef72604c50c7b934379092680b5edd52e3641a851f50ba1136bfa83cd30328d2b3235152331109d3204aa32168aa626d6e8e34a590d82553cc8')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    mkdir build
+    cd build
+    cmake \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DLIB_SUFFIX='' \
+        -DSYSINSTALL_BINDINGS=ON \
+        ..
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}/build
+
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list