Skip to content
Snippets Groups Projects
Commit acdf02e1 authored by Sören Tempel's avatar Sören Tempel
Browse files

community/bear: upgrade to 3.0.4

parent 977591c6
No related merge requests found
See: https://github.com/rizsotto/Bear/issues/337
From 87ba190cf16569d219d44d3c204051b91172a66c Mon Sep 17 00:00:00 2001
From: Laszlo Nagy <rizsotto@gmail.com>
Date: Wed, 9 Dec 2020 00:06:18 +1100
Subject: [PATCH] cmake: fix #337
---
CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78e71a1..f15c14f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,8 +58,6 @@ ExternalProject_Add(BearSource
-DROOT_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
-DENABLE_UNIT_TESTS:BOOL=${ENABLE_UNIT_TESTS}
- BUILD_ALWAYS
- 1
TEST_BEFORE_INSTALL
1
TEST_COMMAND
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=bear
pkgver=3.0.3
pkgrel=2
pkgver=3.0.4
pkgrel=0
pkgdesc="Tool which generates a compilation database for clang tooling"
url="https://github.com/rizsotto/Bear"
# ppc64le armv7 armhf: Limited by grpc
......@@ -12,8 +12,7 @@ license="GPL-3.0-or-later"
makedepends="cmake grpc grpc-dev fmt-dev spdlog-dev
nlohmann-json protobuf-dev gtest-dev c-ares-dev"
subpackages="$pkgname-doc"
source="https://github.com/rizsotto/Bear/archive/$pkgver/bear-$pkgver.tar.gz
0001-cmake-fix-337.patch"
source="https://github.com/rizsotto/Bear/archive/$pkgver/bear-$pkgver.tar.gz"
builddir="$srcdir/Bear-$pkgver"
build() {
......@@ -35,5 +34,4 @@ package() {
make -C build DESTDIR="$pkgdir" install
}
sha512sums="7e90aabcbbf138c4fd1cac0f187094874027e4d48c59389cfa6bef06e07fd4eaf18e9b83173d699131225ae88c6566e73849e9a5630bb2c7ec51f9af55652b67 bear-3.0.3.tar.gz
f16c59d816531b494b8f6767b377fe57127c310dd491e826413eeba429b8cbd2653f905fbbf30638cfd117e826064f1bffd7a7244d8e813e022d1960a87c814a 0001-cmake-fix-337.patch"
sha512sums="d0329d4fcf307a8ebe66c56ffec196515fed468ea542078adf9d1990c8da8d4dc0cef869189b234b8abab13d4e81d69bcc9dfe328c666442b9ab79b66810181a bear-3.0.4.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment