gtest: update to 1.12.1.
This commit is contained in:
parent
51b44ba7f0
commit
70dd8e48a5
2 changed files with 3 additions and 4 deletions
|
@ -1737,8 +1737,6 @@ libuv.so.1 libuv-1.0.0_1
|
||||||
libXm.so.4 motif-2.3.8_1
|
libXm.so.4 motif-2.3.8_1
|
||||||
libMrm.so.4 motif-2.3.8_1
|
libMrm.so.4 motif-2.3.8_1
|
||||||
libUil.so.4 motif-2.3.8_1
|
libUil.so.4 motif-2.3.8_1
|
||||||
libgtest.so gtest-1.7.0_1
|
|
||||||
libgtest_main.so gtest-1.7.0_1
|
|
||||||
libxmlsec1-gcrypt.so.1 xmlsec1-1.2.31_2
|
libxmlsec1-gcrypt.so.1 xmlsec1-1.2.31_2
|
||||||
libxmlsec1-gnutls.so.1 xmlsec1-1.2.31_2
|
libxmlsec1-gnutls.so.1 xmlsec1-1.2.31_2
|
||||||
libefivar.so.1 libefivar-31_1
|
libefivar.so.1 libefivar-31_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtest'
|
# Template file for 'gtest'
|
||||||
pkgname=gtest
|
pkgname=gtest
|
||||||
version=1.11.0
|
version=1.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON"
|
configure_args="-DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/googletest"
|
homepage="https://github.com/google/googletest"
|
||||||
distfiles="https://github.com/google/googletest/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/google/googletest/archive/release-${version}.tar.gz"
|
||||||
checksum=b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
|
checksum=81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -20,6 +20,7 @@ gtest-devel_package() {
|
||||||
depends="gtest>=${version}_${revision}"
|
depends="gtest>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue