[arch-commits] Commit in jsoncpp/repos (4 files)
Levente Polyak
anthraxx at archlinux.org
Wed Jul 12 19:48:53 UTC 2017
Date: Wednesday, July 12, 2017 @ 19:48:52
Author: anthraxx
Revision: 300195
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
jsoncpp/repos/extra-i686/PKGBUILD
(from rev 300194, jsoncpp/trunk/PKGBUILD)
jsoncpp/repos/extra-x86_64/PKGBUILD
(from rev 300194, jsoncpp/trunk/PKGBUILD)
Deleted:
jsoncpp/repos/extra-i686/PKGBUILD
jsoncpp/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 130 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 65 ------------------------
extra-x86_64/PKGBUILD | 65 ------------------------
3 files changed, 130 insertions(+), 130 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-07-12 19:48:43 UTC (rev 300194)
+++ extra-i686/PKGBUILD 2017-07-12 19:48:52 UTC (rev 300195)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jonahtan Schaeffer <joschaeffer at gmail.com>
-# COntributor: Drake Arconis <lightdrake at gmail.com>
-
-pkgbase=jsoncpp
-pkgname=('jsoncpp' 'jsoncpp-doc')
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='C++ library for interacting with JSON'
-url='https://github.com/open-source-parsers/jsoncpp'
-arch=('i686' 'x86_64')
-license=('MIT' 'custom:Public_Domain')
-makedepends=('gcc-libs' 'cmake' 'doxygen' 'graphviz' 'python')
-options=('staticlibs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}.tar.gz)
-sha512sums=('bd0aa56827932e5b50231216c9f501da12053bf9eed6e83210b5c52afb9aff610e71995446a7e2f5f4580ff37762956a307867d3eaa1aebd6ca31e574c9e4d4c')
-
-prepare() {
- cd ${pkgbase}-${pkgver}
- mkdir -p build
-}
-
-build() {
- cd ${pkgbase}-${pkgver}
- python doxybuild.py --with-dot
-
- cd build
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=ON \
- -DBUILD_STATIC_LIBS=ON \
- ..
- make
-}
-
-check() {
- cd ${pkgbase}-${pkgver}/build
- make test jsoncpp_test jsoncpp_readerwriter_tests
-}
-
-package_jsoncpp() {
- depends=('gcc-libs')
- optdepends=('jsoncpp-doc: documentation')
-
- cd ${pkgbase}-${pkgver}
- make -C build DESTDIR="${pkgdir}" install
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_jsoncpp-doc() {
- pkgdesc+=' (documentation)'
- optdepends=('jsoncpp')
-
- cd ${pkgbase}-${pkgver}
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -dm 755 "${pkgdir}/usr/share/doc/${pkgbase}"
- cp -a dist/doxygen/jsoncpp-api-html-${pkgver} "${pkgdir}/usr/share/doc/${pkgbase}/html"
-}
-
-# vim: ts=2 sw=2 et:
Copied: jsoncpp/repos/extra-i686/PKGBUILD (from rev 300194, jsoncpp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-12 19:48:52 UTC (rev 300195)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jonahtan Schaeffer <joschaeffer at gmail.com>
+# COntributor: Drake Arconis <lightdrake at gmail.com>
+
+pkgbase=jsoncpp
+pkgname=('jsoncpp' 'jsoncpp-doc')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+arch=('i686' 'x86_64')
+license=('MIT' 'custom:Public_Domain')
+makedepends=('gcc-libs' 'cmake' 'doxygen' 'graphviz' 'python')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}.tar.gz)
+sha512sums=('4203826fca4c366b51d28ffc928399c914ffaba8be1cada64ff118b5742e6b469d3fc3e59344587d851447857b479794c5697d4fd11a9a55b32a3a7a801b745b')
+
+prepare() {
+ cd ${pkgbase}-${pkgver}
+ mkdir -p build
+}
+
+build() {
+ cd ${pkgbase}-${pkgver}
+ python doxybuild.py --with-dot
+
+ cd build
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON \
+ -DBUILD_STATIC_LIBS=ON \
+ ..
+ make
+}
+
+check() {
+ cd ${pkgbase}-${pkgver}/build
+ make test jsoncpp_test jsoncpp_readerwriter_tests
+}
+
+package_jsoncpp() {
+ depends=('gcc-libs')
+ optdepends=('jsoncpp-doc: documentation')
+
+ cd ${pkgbase}-${pkgver}
+ make -C build DESTDIR="${pkgdir}" install
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_jsoncpp-doc() {
+ pkgdesc+=' (documentation)'
+ optdepends=('jsoncpp')
+
+ cd ${pkgbase}-${pkgver}
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -dm 755 "${pkgdir}/usr/share/doc/${pkgbase}"
+ cp -a dist/doxygen/jsoncpp-api-html-${pkgver} "${pkgdir}/usr/share/doc/${pkgbase}/html"
+}
+
+# vim: ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-07-12 19:48:43 UTC (rev 300194)
+++ extra-x86_64/PKGBUILD 2017-07-12 19:48:52 UTC (rev 300195)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jonahtan Schaeffer <joschaeffer at gmail.com>
-# COntributor: Drake Arconis <lightdrake at gmail.com>
-
-pkgbase=jsoncpp
-pkgname=('jsoncpp' 'jsoncpp-doc')
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='C++ library for interacting with JSON'
-url='https://github.com/open-source-parsers/jsoncpp'
-arch=('i686' 'x86_64')
-license=('MIT' 'custom:Public_Domain')
-makedepends=('gcc-libs' 'cmake' 'doxygen' 'graphviz' 'python')
-options=('staticlibs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}.tar.gz)
-sha512sums=('bd0aa56827932e5b50231216c9f501da12053bf9eed6e83210b5c52afb9aff610e71995446a7e2f5f4580ff37762956a307867d3eaa1aebd6ca31e574c9e4d4c')
-
-prepare() {
- cd ${pkgbase}-${pkgver}
- mkdir -p build
-}
-
-build() {
- cd ${pkgbase}-${pkgver}
- python doxybuild.py --with-dot
-
- cd build
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=ON \
- -DBUILD_STATIC_LIBS=ON \
- ..
- make
-}
-
-check() {
- cd ${pkgbase}-${pkgver}/build
- make test jsoncpp_test jsoncpp_readerwriter_tests
-}
-
-package_jsoncpp() {
- depends=('gcc-libs')
- optdepends=('jsoncpp-doc: documentation')
-
- cd ${pkgbase}-${pkgver}
- make -C build DESTDIR="${pkgdir}" install
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_jsoncpp-doc() {
- pkgdesc+=' (documentation)'
- optdepends=('jsoncpp')
-
- cd ${pkgbase}-${pkgver}
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -dm 755 "${pkgdir}/usr/share/doc/${pkgbase}"
- cp -a dist/doxygen/jsoncpp-api-html-${pkgver} "${pkgdir}/usr/share/doc/${pkgbase}/html"
-}
-
-# vim: ts=2 sw=2 et:
Copied: jsoncpp/repos/extra-x86_64/PKGBUILD (from rev 300194, jsoncpp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-07-12 19:48:52 UTC (rev 300195)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jonahtan Schaeffer <joschaeffer at gmail.com>
+# COntributor: Drake Arconis <lightdrake at gmail.com>
+
+pkgbase=jsoncpp
+pkgname=('jsoncpp' 'jsoncpp-doc')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+arch=('i686' 'x86_64')
+license=('MIT' 'custom:Public_Domain')
+makedepends=('gcc-libs' 'cmake' 'doxygen' 'graphviz' 'python')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}.tar.gz)
+sha512sums=('4203826fca4c366b51d28ffc928399c914ffaba8be1cada64ff118b5742e6b469d3fc3e59344587d851447857b479794c5697d4fd11a9a55b32a3a7a801b745b')
+
+prepare() {
+ cd ${pkgbase}-${pkgver}
+ mkdir -p build
+}
+
+build() {
+ cd ${pkgbase}-${pkgver}
+ python doxybuild.py --with-dot
+
+ cd build
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON \
+ -DBUILD_STATIC_LIBS=ON \
+ ..
+ make
+}
+
+check() {
+ cd ${pkgbase}-${pkgver}/build
+ make test jsoncpp_test jsoncpp_readerwriter_tests
+}
+
+package_jsoncpp() {
+ depends=('gcc-libs')
+ optdepends=('jsoncpp-doc: documentation')
+
+ cd ${pkgbase}-${pkgver}
+ make -C build DESTDIR="${pkgdir}" install
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_jsoncpp-doc() {
+ pkgdesc+=' (documentation)'
+ optdepends=('jsoncpp')
+
+ cd ${pkgbase}-${pkgver}
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -dm 755 "${pkgdir}/usr/share/doc/${pkgbase}"
+ cp -a dist/doxygen/jsoncpp-api-html-${pkgver} "${pkgdir}/usr/share/doc/${pkgbase}/html"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list