Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtplot3d/files/
Date: Tue, 07 Dec 2021 22:40:14
Message-Id: 1638916803.19d21eb89c5bf70b765c319f76f24c223a313742.andrewammerlaan@gentoo
1 commit: 19d21eb89c5bf70b765c319f76f24c223a313742
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 21:34:16 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 22:40:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d21eb8
7
8 x11-libs/qwtplot3d: install version.h
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 .../files/qwtplot3d-0.2_p20210828-install-headers.patch | 9 +++++++--
14 1 file changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-0.2_p20210828-install-headers.patch b/x11-libs/qwtplot3d/files/qwtplot3d-0.2_p20210828-install-headers.patch
17 index 611f9111b38b..c32dccaa09d7 100644
18 --- a/x11-libs/qwtplot3d/files/qwtplot3d-0.2_p20210828-install-headers.patch
19 +++ b/x11-libs/qwtplot3d/files/qwtplot3d-0.2_p20210828-install-headers.patch
20 @@ -1,5 +1,5 @@
21 diff --git a/CMakeLists.txt b/CMakeLists.txt
22 -index 12657be..5306d02 100644
23 +index 12657be..c14ca89 100644
24 --- a/CMakeLists.txt
25 +++ b/CMakeLists.txt
26 @@ -1,4 +1,5 @@
27 @@ -8,8 +8,13 @@ index 12657be..5306d02 100644
28
29 project( QwtPlot3D
30 VERSION 0.3.0
31 -@@ -106,6 +107,7 @@ set( HEADERS
32 +@@ -104,8 +105,12 @@ set( HEADERS
33 + "include/qwt3d_io_gl2ps.h"
34 + )
35 configure_file( "include/qwt3d_version.h.in" "qwt3d_version.h" @ONLY )
36 ++list( APPEND HEADERS
37 ++ "${CMAKE_BINARY_DIR}/qwt3d_version.h"
38 ++ )
39
40 add_library( qwtplot3d ${SRCS} ${HEADERS} )
41 +set_target_properties( qwtplot3d PROPERTIES PUBLIC_HEADER "${HEADERS}" )