kcov: update to 38.
This commit is contained in:
parent
e3cf5b9526
commit
6001ba11f1
2 changed files with 16 additions and 3 deletions
13
srcpkgs/kcov/patches/cmake.patch
Normal file
13
srcpkgs/kcov/patches/cmake.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- src/CMakeLists.txt 2021-02-07 23:38:14.980629462 +0100
|
||||||
|
+++ - 2021-02-07 23:46:37.827992991 +0100
|
||||||
|
@@ -412,9 +412,9 @@
|
||||||
|
stdc++
|
||||||
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
|
${CURL_LIBRARIES}
|
||||||
|
- "${DL_LIBRARY}"
|
||||||
|
"${INTL_LIBRARY}"
|
||||||
|
${DISASSEMBLER_LIBRARIES}
|
||||||
|
+ "${DL_LIBRARY}"
|
||||||
|
${LIBDW_LIBRARIES}
|
||||||
|
${LIBELF_LIBRARIES}
|
||||||
|
${LLDB_LIBRARY}
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'kcov'
|
# Template file for 'kcov'
|
||||||
pkgname=kcov
|
pkgname=kcov
|
||||||
version=36
|
version=38
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python pkg-config"
|
hostmakedepends="python3 pkg-config"
|
||||||
makedepends="binutils-devel libcurl-devel elfutils-devel"
|
makedepends="binutils-devel libcurl-devel elfutils-devel"
|
||||||
short_desc="Code coverage tester for compiled programs, Python and shell"
|
short_desc="Code coverage tester for compiled programs, Python and shell"
|
||||||
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://simonkagstrom.github.io/kcov/index.html"
|
homepage="https://simonkagstrom.github.io/kcov/index.html"
|
||||||
distfiles="https://github.com/SimonKagstrom/kcov/archive/v${version}.tar.gz"
|
distfiles="https://github.com/SimonKagstrom/kcov/archive/v${version}.tar.gz"
|
||||||
checksum=29ccdde3bd44f14e0d7c88d709e1e5ff9b448e735538ae45ee08b73c19a2ea0b
|
checksum=b37af60d81a9b1e3b140f9473bdcb7975af12040feb24cc666f9bb2bb0be68b4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue