Date: Thursday, June 22, 2017 @ 11:53:43 Author: spupykin Revision: 239542
archrelease: copy trunk to community-i686, community-x86_64 Added: poco/repos/community-i686/PKGBUILD (from rev 239541, poco/trunk/PKGBUILD) poco/repos/community-x86_64/PKGBUILD (from rev 239541, poco/trunk/PKGBUILD) Deleted: poco/repos/community-i686/PKGBUILD poco/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 35 --------------------- community-x86_64/PKGBUILD | 35 --------------------- 3 files changed, 72 insertions(+), 70 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-06-22 11:53:25 UTC (rev 239541) +++ community-i686/PKGBUILD 2017-06-22 11:53:43 UTC (rev 239542) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> -# Maintainer: Ido Rosen <i...@kernel.org> -# Contributor: Ross Whitfield <whitfiel...@ornl.gov> -# Contributor: Mateusz Paluszkiewcz <aifam96 at gmail dot com> -# Contributor: Christopher Reimer <vdr4arch at creimer dot net> - -pkgname=poco -pkgver=1.7.8 -pkgrel=2 -pkgdesc="C++ class libraries for network-centric, portable applications, complete edition with debug libraries" -arch=('i686' 'x86_64') -url="http://www.pocoproject.org/" -license=('custom:boost') -depends=('libmariadbclient' 'openssl' 'unixodbc') -makedepends=('cmake') -source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2") -sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f') - -build() { - cd "${srcdir}/poco-${pkgver}-all" - mkdir -p build - cd build - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - .. - make -} - -package() { - cd "${srcdir}/poco-${pkgver}-all"/build - make DESTDIR="${pkgdir}" install - install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE" -} Copied: poco/repos/community-i686/PKGBUILD (from rev 239541, poco/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-06-22 11:53:43 UTC (rev 239542) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> +# Maintainer: Ido Rosen <i...@kernel.org> +# Contributor: Ross Whitfield <whitfiel...@ornl.gov> +# Contributor: Mateusz Paluszkiewcz <aifam96 at gmail dot com> +# Contributor: Christopher Reimer <vdr4arch at creimer dot net> + +pkgname=poco +_pkgver=1.7.8p3 +pkgver=${_pkgver/p/.} +pkgrel=4 +pkgdesc="C++ class libraries for network-centric, portable applications, complete edition with debug libraries" +arch=('i686' 'x86_64') +url="http://www.pocoproject.org/" +license=('custom:boost') +depends=('libmariadbclient' 'openssl' 'unixodbc') +makedepends=('cmake') +source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2") +sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6') + +build() { + cd "${srcdir}/poco-${_pkgver}-all" + mkdir -p build + cd build + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + .. + make +} + +package() { + cd "${srcdir}/poco-${_pkgver}-all"/build + make DESTDIR="${pkgdir}" install + install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE" +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-06-22 11:53:25 UTC (rev 239541) +++ community-x86_64/PKGBUILD 2017-06-22 11:53:43 UTC (rev 239542) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> -# Maintainer: Ido Rosen <i...@kernel.org> -# Contributor: Ross Whitfield <whitfiel...@ornl.gov> -# Contributor: Mateusz Paluszkiewcz <aifam96 at gmail dot com> -# Contributor: Christopher Reimer <vdr4arch at creimer dot net> - -pkgname=poco -pkgver=1.7.8 -pkgrel=2 -pkgdesc="C++ class libraries for network-centric, portable applications, complete edition with debug libraries" -arch=('i686' 'x86_64') -url="http://www.pocoproject.org/" -license=('custom:boost') -depends=('libmariadbclient' 'openssl' 'unixodbc') -makedepends=('cmake') -source=("http://pocoproject.org/releases/poco-${pkgver%p?}/poco-${pkgver}-all.tar.bz2") -sha256sums=('3177a0146e7fc78b4deb42b2e10fcbbf9e6594a68c410d6d59837d5b06fdf46f') - -build() { - cd "${srcdir}/poco-${pkgver}-all" - mkdir -p build - cd build - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - .. - make -} - -package() { - cd "${srcdir}/poco-${pkgver}-all"/build - make DESTDIR="${pkgdir}" install - install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE" -} Copied: poco/repos/community-x86_64/PKGBUILD (from rev 239541, poco/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-06-22 11:53:43 UTC (rev 239542) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> +# Maintainer: Ido Rosen <i...@kernel.org> +# Contributor: Ross Whitfield <whitfiel...@ornl.gov> +# Contributor: Mateusz Paluszkiewcz <aifam96 at gmail dot com> +# Contributor: Christopher Reimer <vdr4arch at creimer dot net> + +pkgname=poco +_pkgver=1.7.8p3 +pkgver=${_pkgver/p/.} +pkgrel=4 +pkgdesc="C++ class libraries for network-centric, portable applications, complete edition with debug libraries" +arch=('i686' 'x86_64') +url="http://www.pocoproject.org/" +license=('custom:boost') +depends=('libmariadbclient' 'openssl' 'unixodbc') +makedepends=('cmake') +source=("http://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2") +sha256sums=('23f2ae2dd373cade48b393b6e440ebc75ecff50f4d37c0cfa80b7723904386b6') + +build() { + cd "${srcdir}/poco-${_pkgver}-all" + mkdir -p build + cd build + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + .. + make +} + +package() { + cd "${srcdir}/poco-${_pkgver}-all"/build + make DESTDIR="${pkgdir}" install + install -Dm644 '../LICENSE' "${pkgdir}/usr/share/licenses/poco/LICENSE" +}