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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 387EC158087 for ; Thu, 14 Oct 2021 09:18:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 799D9E091A; Thu, 14 Oct 2021 09:18:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6200BE091A for ; Thu, 14 Oct 2021 09:18:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 875FC342DE4 for ; Thu, 14 Oct 2021 09:18:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4063C10A for ; Thu, 14 Oct 2021 09:18:25 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1634203087.72b8b5e27c7e0f23e9b8bc04219b07656770b711.jsmolic@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/Manifest sci-calculators/qalculate-gtk/qalculate-gtk-3.21.0.ebuild X-VCS-Directories: sci-calculators/qalculate-gtk/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 72b8b5e27c7e0f23e9b8bc04219b07656770b711 X-VCS-Branch: master Date: Thu, 14 Oct 2021 09:18:25 +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: 0835c41f-35de-4553-a280-82612821e17d X-Archives-Hash: 936a37c116f5e4529afe3eed1580ba49 commit: 72b8b5e27c7e0f23e9b8bc04219b07656770b711 Author: Jakov Smolić gentoo org> AuthorDate: Thu Oct 14 08:51:22 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Oct 14 09:18:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b8b5e2 sci-calculators/qalculate-gtk: add 3.21.0 Signed-off-by: Jakov Smolić gentoo.org> sci-calculators/qalculate-gtk/Manifest | 1 + .../qalculate-gtk/qalculate-gtk-3.21.0.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/sci-calculators/qalculate-gtk/Manifest b/sci-calculators/qalculate-gtk/Manifest index 8b4403ab8c9..d70647a2323 100644 --- a/sci-calculators/qalculate-gtk/Manifest +++ b/sci-calculators/qalculate-gtk/Manifest @@ -1 +1,2 @@ DIST qalculate-gtk-3.20.1.tar.gz 2547876 BLAKE2B d357ba4c03f39d504c2dda0e3d48b443ca05f5dd092bfef35f688947bf5c73eabef4756c7f53280cfd382e78c283f90a99dfa5d9727c5a9addce1c65c0ec9fb4 SHA512 5cdb5154a329514ed9d9c2081d15bfad4f12e2fc837ee3c32313a88492b06cb1139e1774ab3b3c3d4018a6a1d875022fafbf6ca904f8e8f56b60eda2450ef1e5 +DIST qalculate-gtk-3.21.0.tar.gz 2550604 BLAKE2B ab3a8e76f23ba20adf023a467f460876d5c1227fc46f8cbc636b2eea82cd2e319ab8c9ef17c1a0c475477f8624363236a8c6a1d450b3490df2657939c23047ca SHA512 c850e09ea6aebbe7bbd074e31f462a02dac64c1ef9fb3a26df8ae6355f79f3d8aec5b3f7af071801d05486511f1515abd67674561e30e68199adb7eac3c61444 diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-3.21.0.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-3.21.0.ebuild new file mode 100644 index 00000000000..37cc084599d --- /dev/null +++ b/sci-calculators/qalculate-gtk/qalculate-gtk-3.21.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2 + +DESCRIPTION="Modern multi-purpose calculator" +HOMEPAGE="https://qalculate.github.io/" +SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-libs/glib:2 + >=sci-libs/libqalculate-${PV}:= + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/pango" +DEPEND="${RDEPEND}" +BDEPEND="app-text/rarian + dev-util/gdbus-codegen + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_prepare() { + # Required by src_test() and `make check` + cat >po/POTFILES.skip <<-EOF || die + # Required by make check + data/calendarconversion.ui + data/periodictable.ui + EOF + + gnome2_src_prepare +}