[arch-commits] Commit in spdlog/repos/community-x86_64 (3 files)

Brett Cornwall ainola at archlinux.org
Sat Oct 3 06:24:37 UTC 2020


    Date: Saturday, October 3, 2020 @ 06:24:37
  Author: ainola
Revision: 716468

archrelease: copy trunk to community-x86_64

Added:
  spdlog/repos/community-x86_64/PKGBUILD
    (from rev 716467, spdlog/trunk/PKGBUILD)
Deleted:
  spdlog/repos/community-x86_64/PKGBUILD
  spdlog/repos/community-x86_64/include_cassert.patch

-----------------------+
 PKGBUILD              |   88 ++++++++++++++++++++++++------------------------
 include_cassert.patch |   24 -------------
 2 files changed, 44 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-03 06:24:28 UTC (rev 716467)
+++ PKGBUILD	2020-10-03 06:24:37 UTC (rev 716468)
@@ -1,44 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: Luca Weiss
-# Contributor: Michael Yang
-
-pkgname=spdlog
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Very fast, header-only/compiled, C++ logging library'
-arch=('x86_64')
-url='https://github.com/gabime/spdlog'
-license=('MIT')
-depends=('fmt')
-makedepends=('cmake')
-source=(
-    "$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz"
-)
-provides=(
-    'libspdlog.so'
-)
-sha256sums=('1e68e9b40cf63bb022a4b18cdc1c9d88eb5d97e4fd64fa981950a9cacf57a4bf')
-
-build() {
-    export CFLAGS+=" ${CPPFLAGS}"
-    export CXXFLAGS+=" ${CPPFLAGS}"
-    cmake -B build -S "$pkgname-$pkgver" \
-        -DSPDLOG_BUILD_BENCH=OFF \
-        -DSPDLOG_FMT_EXTERNAL=ON \
-        -DSPDLOG_BUILD_SHARED=ON \
-        -DSPDLOG_BUILD_TESTS=ON \
-        -DCMAKE_BUILD_TYPE=None \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_INSTALL_LIBDIR=lib \
-        -Wno-dev
-    make -C build
-}
-
-check() {
-    make -C build test
-}
-
-package() {
-    make -C build DESTDIR="$pkgdir" install
-    install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: spdlog/repos/community-x86_64/PKGBUILD (from rev 716467, spdlog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-03 06:24:37 UTC (rev 716468)
@@ -0,0 +1,44 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Luca Weiss
+# Contributor: Michael Yang
+
+pkgname=spdlog
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Very fast, header-only/compiled, C++ logging library'
+arch=('x86_64')
+url='https://github.com/gabime/spdlog'
+license=('MIT')
+depends=('libfmt.so')
+makedepends=('cmake')
+source=(
+    "$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz"
+)
+provides=(
+    'libspdlog.so'
+)
+sha256sums=('5197b3147cfcfaa67dd564db7b878e4a4b3d9f3443801722b3915cdeced656cb')
+
+build() {
+    export CFLAGS+=" ${CPPFLAGS}"
+    export CXXFLAGS+=" ${CPPFLAGS}"
+    cmake -B build -S "$pkgname-$pkgver" \
+        -DSPDLOG_BUILD_BENCH=OFF \
+        -DSPDLOG_FMT_EXTERNAL=ON \
+        -DSPDLOG_BUILD_SHARED=ON \
+        -DSPDLOG_BUILD_TESTS=ON \
+        -DCMAKE_BUILD_TYPE=None \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=lib \
+        -Wno-dev
+    make -C build
+}
+
+check() {
+    make -C build test
+}
+
+package() {
+    make -C build DESTDIR="$pkgdir" install
+    install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
+}

Deleted: include_cassert.patch
===================================================================
--- include_cassert.patch	2020-10-03 06:24:28 UTC (rev 716467)
+++ include_cassert.patch	2020-10-03 06:24:37 UTC (rev 716468)
@@ -1,24 +0,0 @@
-diff --git a/include/spdlog/details/circular_q.h b/include/spdlog/details/circular_q.h
-index fee3a3bf..d147c5e0 100644
---- a/include/spdlog/details/circular_q.h
-+++ b/include/spdlog/details/circular_q.h
-@@ -5,6 +5,7 @@
- #pragma once
- 
- #include <vector>
-+#include <cassert>
- 
- namespace spdlog {
- namespace details {
-diff --git a/include/spdlog/details/thread_pool-inl.h b/include/spdlog/details/thread_pool-inl.h
-index 77d0b1fb..6b740ca2 100644
---- a/include/spdlog/details/thread_pool-inl.h
-+++ b/include/spdlog/details/thread_pool-inl.h
-@@ -8,6 +8,7 @@
- #endif
- 
- #include "spdlog/common.h"
-+#include <cassert>
- 
- namespace spdlog {
- namespace details {



More information about the arch-commits mailing list