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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 104A5158042 for ; Thu, 17 Oct 2024 07:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CBF4E07C9; Thu, 17 Oct 2024 07:49:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41288E07C9 for ; Thu, 17 Oct 2024 07:49:41 +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 58F91342FDC for ; Thu, 17 Oct 2024 07:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9EC7EA0 for ; Thu, 17 Oct 2024 07:49:38 +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: <1729151059.0ff7c193d080f1bb6c633e2fbc6ee417e4ade2c4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild X-VCS-Directories: sci-calculators/qalculate-gtk/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0ff7c193d080f1bb6c633e2fbc6ee417e4ade2c4 X-VCS-Branch: master Date: Thu, 17 Oct 2024 07:49:38 +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: 32e39453-d7cf-4c91-9f4d-e571b1ff7743 X-Archives-Hash: cba3fbbfc8e1791c5e302f75412b3cc6 commit: 0ff7c193d080f1bb6c633e2fbc6ee417e4ade2c4 Author: Christopher Fore posteo net> AuthorDate: Wed Oct 16 12:52:07 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Oct 17 07:44:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff7c193 sci-calculators/qalculate-gtk: Add optfeature for sci-libs/libqalculate[gnuplot] Closes: https://bugs.gentoo.org/939748 Signed-off-by: Christopher Fore posteo.net> Signed-off-by: Andrew Ammerlaan gentoo.org> sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild index ac030f7c5630..7eee1ce3eb9a 100644 --- a/sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild +++ b/sci-calculators/qalculate-gtk/qalculate-gtk-5.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Note: bump with sci-libs/libqalculate and sci-calculators/qalculate-qt! -inherit xdg +inherit optfeature xdg DESCRIPTION="Modern multi-purpose calculator" HOMEPAGE="https://qalculate.github.io/" @@ -37,3 +37,9 @@ src_prepare() { default } + +pkg_postinst() { + xdg_pkg_postinst + + optfeature "gnuplot support" sci-libs/libqalculate[gnuplot] +}