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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED554158089 for ; Mon, 18 Sep 2023 11:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B2012BC032; Mon, 18 Sep 2023 11:14:19 +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 E3FBD2BC032 for ; Mon, 18 Sep 2023 11:14:18 +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 AD5F5335C94 for ; Mon, 18 Sep 2023 11:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BD1111D8 for ; Mon, 18 Sep 2023 11:14:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695035644.4235a7c2d73e0b4f80bb915119d8bed2539fcf22.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/qalculate-qt/Manifest sci-calculators/qalculate-qt/metadata.xml sci-calculators/qalculate-qt/qalculate-qt-4.8.0.ebuild X-VCS-Directories: sci-calculators/qalculate-qt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4235a7c2d73e0b4f80bb915119d8bed2539fcf22 X-VCS-Branch: master Date: Mon, 18 Sep 2023 11:14:16 +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: 0346a639-223e-4a69-b131-d4a233477204 X-Archives-Hash: e56a92ea08a9f62e7ebf2997af046fd2 commit: 4235a7c2d73e0b4f80bb915119d8bed2539fcf22 Author: Andrew Udvare gmail com> AuthorDate: Sat Sep 16 22:47:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 18 11:14:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4235a7c2 sci-calculators/qalculate-qt: new package, add 4.8.0 Verified that Qt6 is not being automagically used when installed alongside 5. readelf -d /usr/bin/qalculate-qt | grep libQt 0x0000000000000001 (NEEDED) Shared library: [libQt5Widgets.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Gui.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Network.so.5] 0x0000000000000001 (NEEDED) Shared library: [libQt5Core.so.5] Signed-off-by: Andrew Udvare gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32859 Signed-off-by: Sam James gentoo.org> sci-calculators/qalculate-qt/Manifest | 1 + sci-calculators/qalculate-qt/metadata.xml | 22 ++++++++++++++++ .../qalculate-qt/qalculate-qt-4.8.0.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/sci-calculators/qalculate-qt/Manifest b/sci-calculators/qalculate-qt/Manifest new file mode 100644 index 000000000000..7975ae73c6f5 --- /dev/null +++ b/sci-calculators/qalculate-qt/Manifest @@ -0,0 +1 @@ +DIST qalculate-qt-4.8.0.tar.gz 1304320 BLAKE2B 586ae62f1408d71187eb371cc91e08a8ee9733a86ac1de98aa55c14bcc5c67a8c884e9dcdaeb651b26b287e0794e08630e90aadf55e9cb858c7a28ea0f6d2b00 SHA512 a980f65048b3469521e8eedacee370ebab26505a67e5493a64f1d18aab6f65a83f9031a8827bd27c299154b34e2f2e65cf1357348c52e210105db92677935ec7 diff --git a/sci-calculators/qalculate-qt/metadata.xml b/sci-calculators/qalculate-qt/metadata.xml new file mode 100644 index 000000000000..f424748639ae --- /dev/null +++ b/sci-calculators/qalculate-qt/metadata.xml @@ -0,0 +1,22 @@ + + + + + audvare@gmail.com + Andrew Udvare + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sci@gentoo.org + Gentoo Science Project + + + Qt equivalent to qalculate-gtk. + + + Qalculate/qalculate-qt + + diff --git a/sci-calculators/qalculate-qt/qalculate-qt-4.8.0.ebuild b/sci-calculators/qalculate-qt/qalculate-qt-4.8.0.ebuild new file mode 100644 index 000000000000..374318f1a4f6 --- /dev/null +++ b/sci-calculators/qalculate-qt/qalculate-qt-4.8.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit qmake-utils + +DESCRIPTION="Qt-based UI for libqalculate." +HOMEPAGE="https://github.com/Qalculate/qalculate-qt" +SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" + +DEPEND=">=sci-libs/libqalculate-${PV} + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eqmake5 PREFIX="${EPREFIX}/usr" +} + +src_install() { + emake INSTALL_ROOT="${ED}" install +}