cmake-gui: update to 3.20.0.

This commit is contained in:
Đoàn Trần Công Danh 2021-04-01 21:33:47 +07:00
parent 392c1eec4d
commit f8ba38f3b9
3 changed files with 3 additions and 17 deletions

1
srcpkgs/cmake-gui/patches Symbolic link
View file

@ -0,0 +1 @@
../cmake/patches

View file

@ -1,15 +0,0 @@
--- Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/linux-all-check.cmake.orig 2020-12-05 13:27:21.098078774 +0700
+++ Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/linux-all-check.cmake 2020-12-05 13:29:19.931553018 +0700
@@ -33,9 +33,9 @@
[[librunpath_parent_unresolved\.so]]
[[librunpath_unresolved\.so]]
)
-check_contents(deps/udeps1.txt "^${_check}$")
-check_contents(deps/udeps2.txt "^${_check}$")
-check_contents(deps/udeps3.txt "^${_check}$")
+check_contents(deps/udeps1.txt "^(libc.so;)?${_check}$")
+check_contents(deps/udeps2.txt "^(libc.so;)?${_check}$")
+check_contents(deps/udeps3.txt "^(libc.so;)?${_check}$")
set(_check
"^libconflict\\.so:[^;]*/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/linux-build/root-all/lib/conflict/libconflict\\.so;[^;]*/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/linux-build/root-all/lib/conflict2/libconflict\\.so\n$"
)

View file

@ -1,6 +1,6 @@
# Template file for 'cmake-gui'
pkgname=cmake-gui
version=3.19.7
version=3.20.0
revision=1
wrksrc="cmake-${version}"
build_style=cmake
@ -17,7 +17,7 @@ maintainer="Nathan Owens <ndowens@artixlinux.org>"
license="BSD-3-Clause"
homepage="https://www.cmake.org"
distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
checksum=58a15f0d56a0afccc3cc5371234fce73fcc6c8f9dbd775d898e510b83175588e
checksum=9c06b2ddf7c337e31d8201f6ebcd3bba86a9a033976a9aee207fe0c6971f4755
# XXX: cmake is broken if cmake was built with -GNinja
# https://bugs.gentoo.org/596460