From 3e90a7bbd4a8cb388045d90c1adca6e0e16ce1f1 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 9 Oct 2016 11:08:39 +0200 Subject: [PATCH] gtest: add missing include files Fixes #4926 --- srcpkgs/gtest/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gtest/template b/srcpkgs/gtest/template index 55cbf96eb2c..980c4d5e6e5 100644 --- a/srcpkgs/gtest/template +++ b/srcpkgs/gtest/template @@ -1,7 +1,7 @@ # Template build file for 'gtest' pkgname=gtest version=1.8.0 -revision=1 +revision=2 wrksrc="googletest-release-${version}" build_style=cmake short_desc="Google's framework for writing C++ tests" @@ -16,9 +16,10 @@ configure_args="-DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON" do_install() { vinstall build/googlemock/gtest/libgtest.so 644 usr/lib libgtest.so vinstall build/googlemock/gtest/libgtest_main.so 644 usr/lib libgtest_main.so - vmkdir usr/include/gtest/internal + vmkdir usr/include/gtest/internal/custom vcopy googletest/include/gtest/*.h usr/include/gtest vcopy googletest/include/gtest/internal/*.h usr/include/gtest/internal + vcopy googletest/include/gtest/internal/custom/*.h usr/include/gtest/internal/custom } gtest-devel_package() {