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

Nicola Squartini tensor5 at archlinux.org
Tue Nov 20 13:57:07 UTC 2018


    Date: Tuesday, November 20, 2018 @ 13:57:05
  Author: tensor5
Revision: 409159

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-20 13:55:41 UTC (rev 409158)
+++ PKGBUILD	2018-11-20 13:57:05 UTC (rev 409159)
@@ -1,42 +0,0 @@
-# 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
-}

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 409158, qpid-proton/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-20 13:57:05 UTC (rev 409159)
@@ -0,0 +1,42 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=(qpid-proton python2-qpid-proton)
+pkgver=0.26.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=('e7c028aa4cabb0925c9e6f648a9c9fcfcbb66102aa4e1a82aa801153491db211c5154f95d21928a9c80cb5ef18f0038df0036fbb880ea6083f1b8cc91bd1e888')
+
+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=('jsoncpp' '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