From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01F90158086 for ; Tue, 7 Dec 2021 22:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 313282BC00E; Tue, 7 Dec 2021 22:40:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18B982BC00E for ; Tue, 7 Dec 2021 22:40:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 807E6343211 for ; Tue, 7 Dec 2021 22:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5802921E for ; Tue, 7 Dec 2021 22:40:07 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1638916802.35f1691f12a3ff51fb2082e3c7685e70dfa72927.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/, x11-libs/qwt/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch x11-libs/qwt/qwt-5.2.3_p20210828.ebuild X-VCS-Directories: x11-libs/qwt/files/ x11-libs/qwt/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 35f1691f12a3ff51fb2082e3c7685e70dfa72927 X-VCS-Branch: master Date: Tue, 7 Dec 2021 22:40:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78f5b48c-925c-4c8a-9685-f37d5f62d80b X-Archives-Hash: 35edd4e91eccd084e0c7df0e4e99f092 commit: 35f1691f12a3ff51fb2082e3c7685e70dfa72927 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Dec 7 20:17:50 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Dec 7 22:40:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f1691f x11-libs/qwt: slot 5, also install the headers Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch | 12 ++++++++++++ x11-libs/qwt/qwt-5.2.3_p20210828.ebuild | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch b/x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch new file mode 100644 index 000000000000..f2e1b36c3bca --- /dev/null +++ b/x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch @@ -0,0 +1,12 @@ +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 502f097..05ab47b 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -156,6 +156,7 @@ if( QWT_WIDGETS ) + endif() + + add_library( qwt5-qt5 ${SRCS} ${HEADERS} ) ++set_target_properties( qwt5-qt5 PROPERTIES PUBLIC_HEADER "${HEADERS}" ) + + target_link_libraries( qwt5-qt5 Qt5::Core Qt5::Gui Qt5::Widgets Qt5::PrintSupport ) + diff --git a/x11-libs/qwt/qwt-5.2.3_p20210828.ebuild b/x11-libs/qwt/qwt-5.2.3_p20210828.ebuild index 638c58e8eea8..f5dc249c7a50 100644 --- a/x11-libs/qwt/qwt-5.2.3_p20210828.ebuild +++ b/x11-libs/qwt/qwt-5.2.3_p20210828.ebuild @@ -32,6 +32,10 @@ DEPEND=" " RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}/${P}-install-headers.patch" +) + src_configure() { local mycmakeargs=( -DBUILD_EXAMPLES=$(usex examples)