[arch-commits] Commit in yaml-cpp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Mar 28 09:46:00 UTC 2018


    Date: Wednesday, March 28, 2018 @ 09:45:59
  Author: svenstaro
Revision: 313079

archrelease: copy trunk to community-x86_64

Added:
  yaml-cpp/repos/community-x86_64/PKGBUILD
    (from rev 313078, yaml-cpp/trunk/PKGBUILD)
Deleted:
  yaml-cpp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-28 09:45:46 UTC (rev 313078)
+++ PKGBUILD	2018-03-28 09:45:59 UTC (rev 313079)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Markus Martin <markus at archwyrm.net>
-
-pkgname=yaml-cpp
-pkgver=0.6.1
-pkgrel=3
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="https://github.com/jbeder/yaml-cpp"
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cmake')
-source=(https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz)
-sha512sums=('606482d1d38c6747e22604a24c119adb4b70287da7deadb94cc20d70df47122f1714ec9bfc8f566ecf075b94d48771df17430c50039cb984bdf1980f3b445791')
-
-prepare() {
-    mkdir -p yaml-cpp-yaml-cpp-$pkgver/build
-}
-
-build() {
-    cd yaml-cpp-yaml-cpp-$pkgver/build
-    cmake .. \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DBUILD_SHARED_LIBS=ON \
-        -DCMAKE_BUILD_TYPE=Release
-    make
-}
-
-check() {
-    cd yaml-cpp-yaml-cpp-$pkgver/build
-    make test
-    test/run-tests
-}
-
-package() {
-    cd yaml-cpp-yaml-cpp-$pkgver
-
-    make -C build DESTDIR="$pkgdir" install
-    install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-    # avoid conflicting gtest/gmock files
-    rm -rf "$pkgdir"/usr/include/{gmock,gtest} "$pkgdir"/usr/lib/lib{gmock,gtest}*.so
-}

Copied: yaml-cpp/repos/community-x86_64/PKGBUILD (from rev 313078, yaml-cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-28 09:45:59 UTC (rev 313079)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Markus Martin <markus at archwyrm.net>
+
+pkgname=yaml-cpp
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="https://github.com/jbeder/yaml-cpp"
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-${pkgver}.tar.gz)
+sha512sums=('fea8ce0a20a00cbc75023d1db442edfcd32d0ac57a3c41b32ec8d56f87cc1d85d7dd7a923ce662f5d3a315f91a736d6be0d649997acd190915c1d68cc93795e4')
+
+prepare() {
+    mkdir -p yaml-cpp-yaml-cpp-$pkgver/build
+}
+
+build() {
+    cd yaml-cpp-yaml-cpp-$pkgver/build
+    cmake .. \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DBUILD_SHARED_LIBS=ON \
+        -DCMAKE_BUILD_TYPE=Release
+    make
+}
+
+check() {
+    cd yaml-cpp-yaml-cpp-$pkgver/build
+    make test
+    test/run-tests
+}
+
+package() {
+    cd yaml-cpp-yaml-cpp-$pkgver
+
+    make -C build DESTDIR="$pkgdir" install
+    install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+    # avoid conflicting gtest/gmock files
+    rm -rf "$pkgdir"/usr/include/{gmock,gtest} "$pkgdir"/usr/lib/lib{gmock,gtest}*.so
+}



More information about the arch-commits mailing list