[arch-commits] Commit in spdlog/repos (5 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Aug 10 08:39:22 UTC 2020
Date: Monday, August 10, 2020 @ 08:39:21
Author: alucryd
Revision: 673487
db-move: moved spdlog from [community-testing] to [community] (x86_64)
Added:
spdlog/repos/community-x86_64/PKGBUILD
(from rev 673486, spdlog/repos/community-testing-x86_64/PKGBUILD)
spdlog/repos/community-x86_64/include_cassert.patch
(from rev 673486, spdlog/repos/community-testing-x86_64/include_cassert.patch)
Deleted:
spdlog/repos/community-testing-x86_64/
spdlog/repos/community-x86_64/PKGBUILD
spdlog/repos/community-x86_64/include_cassert.patch
----------------------------------------+
/PKGBUILD | 44 +++++++++++++++++++++++++++++++
/include_cassert.patch | 24 ++++++++++++++++
community-x86_64/PKGBUILD | 44 -------------------------------
community-x86_64/include_cassert.patch | 24 ----------------
4 files changed, 68 insertions(+), 68 deletions(-)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2020-08-10 08:39:20 UTC (rev 673486)
+++ community-x86_64/PKGBUILD 2020-08-10 08:39:21 UTC (rev 673487)
@@ -1,44 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: Luca Weiss
-# Contributor: Michael Yang
-
-pkgname=spdlog
-pkgver=1.7.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=('f0114a4d3c88be9e696762f37a7c379619443ce9d668546c61b21d41affe5b62')
-
-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 673486, spdlog/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2020-08-10 08:39:21 UTC (rev 673487)
@@ -0,0 +1,44 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Luca Weiss
+# Contributor: Michael Yang
+
+pkgname=spdlog
+pkgver=1.7.0
+pkgrel=2
+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=('f0114a4d3c88be9e696762f37a7c379619443ce9d668546c61b21d41affe5b62')
+
+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: community-x86_64/include_cassert.patch
===================================================================
--- community-x86_64/include_cassert.patch 2020-08-10 08:39:20 UTC (rev 673486)
+++ community-x86_64/include_cassert.patch 2020-08-10 08:39:21 UTC (rev 673487)
@@ -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 {
Copied: spdlog/repos/community-x86_64/include_cassert.patch (from rev 673486, spdlog/repos/community-testing-x86_64/include_cassert.patch)
===================================================================
--- community-x86_64/include_cassert.patch (rev 0)
+++ community-x86_64/include_cassert.patch 2020-08-10 08:39:21 UTC (rev 673487)
@@ -0,0 +1,24 @@
+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