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

2020-11-16 Thread Felix Yan via arch-commits
Date: Monday, November 16, 2020 @ 08:07:54
  Author: felixonmars
Revision: 755158

archrelease: copy trunk to community-staging-x86_64

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

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: qpid-proton/repos/community-staging-x86_64/PKGBUILD (from rev 755157, 
qpid-proton/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-16 08:07:54 UTC (rev 755158)
@@ -0,0 +1,39 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=qpid-proton
+pkgver=0.32.0
+pkgrel=2
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+depends=('libjsoncpp.so' 'python')
+makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
+sha512sums=('4d1265308b685d5cdd28fd8746f13704c6e36a8dc35a2c121e07b9db21cabaf440da8dd1cf76892fc366845e7f472af2c29ae94dedee19d53756bba2bd4470b6')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX='' \
+-DSYSINSTALL_BINDINGS=ON \
+-DENABLE_TOX_TEST=OFF \
+..
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}/build
+
+make test
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2020-06-13 Thread Nicola Squartini via arch-commits
Date: Sunday, June 14, 2020 @ 01:00:50
  Author: tensor5
Revision: 643587

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: qpid-proton/repos/community-staging-x86_64/PKGBUILD (from rev 643586, 
qpid-proton/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-14 01:00:50 UTC (rev 643587)
@@ -0,0 +1,32 @@
+# Maintainer: Nicola Squartini 
+
+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
+}


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

2020-04-01 Thread Nicola Squartini via arch-commits
Date: Thursday, April 2, 2020 @ 03:03:24
  Author: tensor5
Revision: 609352

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: qpid-proton/repos/community-staging-x86_64/PKGBUILD (from rev 609351, 
qpid-proton/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-02 03:03:24 UTC (rev 609352)
@@ -0,0 +1,42 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=(qpid-proton python2-qpid-proton)
+pkgver=0.30.0
+pkgrel=2
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python-setuptools' 'python2-setuptools' 'swig' 
'jsoncpp')
+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
+
+cd python/dist
+python2 setup.py build
+}
+
+package_qpid-proton() {
+depends=('jsoncpp' 'libjsoncpp.so' '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
+}


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 01:51:32
  Author: felixonmars
Revision: 522923

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: qpid-proton/repos/community-staging-x86_64/PKGBUILD (from rev 522921, 
qpid-proton/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-04 01:51:32 UTC (rev 522923)
@@ -0,0 +1,42 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=(qpid-proton python2-qpid-proton)
+pkgver=0.29.0
+pkgrel=5
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig' 'jsoncpp')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
+sha512sums=('d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4')
+
+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' 'libjsoncpp.so' '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
+}


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

2019-09-14 Thread Levente Polyak via arch-commits
Date: Saturday, September 14, 2019 @ 12:30:45
  Author: anthraxx
Revision: 510526

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: qpid-proton/repos/community-staging-x86_64/PKGBUILD (from rev 510525, 
qpid-proton/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-14 12:30:45 UTC (rev 510526)
@@ -0,0 +1,42 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=(qpid-proton python2-qpid-proton)
+pkgver=0.29.0
+pkgrel=4
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig' 'jsoncpp')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
+sha512sums=('d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4')
+
+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' 'libjsoncpp.so' '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
+}


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

2018-07-08 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 8, 2018 @ 13:49:48
  Author: foutrelis
Revision: 354910

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: qpid-proton/repos/community-staging-x86_64/PKGBUILD (from rev 354909, 
qpid-proton/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-08 13:49:48 UTC (rev 354910)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+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
+}