[arch-commits] Commit in qpid-proton/repos/community-x86_64 (PKGBUILD PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Mon Oct 8 15:28:13 UTC 2018


    Date: Monday, October 8, 2018 @ 15:28:12
  Author: tensor5
Revision: 391097

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-08 15:27:56 UTC (rev 391096)
+++ PKGBUILD	2018-10-08 15:28:12 UTC (rev 391097)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=(qpid-proton python2-qpid-proton)
-pkgver=0.23.0
-pkgrel=2
-pkgdesc='High-performance, lightweight messaging library'
-arch=('x86_64')
-url='https://qpid.apache.org/proton'
-license=('Apache')
-makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig')
-source=("http://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
-sha512sums=('5000916c9b44c799bdcd78932def57b13b9c24cd73885c9e3c769e2b1d55c7f7851feef439d6e9c7ae9be4a602e3370ec78cf51a551b4e0ccdcacf91e18dd8bd')
-
-build() {
-    cd ${pkgname}-${pkgver}
-
-    mkdir build
-    cd build
-    cmake \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DLIB_SUFFIX='' \
-        -DSYSINSTALL_BINDINGS=ON \
-        ..
-    make
-
-    cd python/dist
-    python2 setup.py build
-}
-
-package_qpid-proton() {
-    depends=('python' 'ruby')
-
-    cd ${pkgname}-${pkgver}/build
-    make DESTDIR="${pkgdir}" install
-}
-
-package_python2-qpid-proton() {
-    depends=('python2')
-
-    cd qpid-proton-${pkgver}/build/python/dist
-    python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
-}

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 391096, qpid-proton/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-08 15:28:12 UTC (rev 391097)
@@ -0,0 +1,42 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=(qpid-proton python2-qpid-proton)
+pkgver=0.25.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig')
+source=("http://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
+sha512sums=('dd28d72af3113896833ce767d492f4e3f66837cf87c7284e3cf572b13b8f3f48d3998dce67aaaaf7149e400471842ec52f2a084cfd99ea8a82dce1155b911c82')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    mkdir build
+    cd build
+    cmake \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DLIB_SUFFIX='' \
+        -DSYSINSTALL_BINDINGS=ON \
+        ..
+    make
+
+    cd python/dist
+    python2 setup.py build
+}
+
+package_qpid-proton() {
+    depends=('python' 'ruby')
+
+    cd ${pkgname}-${pkgver}/build
+    make DESTDIR="${pkgdir}" install
+}
+
+package_python2-qpid-proton() {
+    depends=('python2')
+
+    cd qpid-proton-${pkgver}/build/python/dist
+    python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+}



More information about the arch-commits mailing list