public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/
Date: Mon, 28 Dec 2020 15:50:13 +0000 (UTC)	[thread overview]
Message-ID: <1609170599.05368f4699054028fb351b7e45e57c9756effd96.soap@gentoo> (raw)

commit:     05368f4699054028fb351b7e45e57c9756effd96
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 15:49:59 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 15:49:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05368f46

sci-calculators/qalculate-gtk: Bump to 3.15.0

Closes: https://bugs.gentoo.org/717622
Closes: https://bugs.gentoo.org/741204
Closes: https://bugs.gentoo.org/750908
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-calculators/qalculate-gtk/Manifest             |  1 +
 .../qalculate-gtk/qalculate-gtk-3.15.0.ebuild      | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sci-calculators/qalculate-gtk/Manifest b/sci-calculators/qalculate-gtk/Manifest
index aa03e3c17cc..d7a68344b54 100644
--- a/sci-calculators/qalculate-gtk/Manifest
+++ b/sci-calculators/qalculate-gtk/Manifest
@@ -1,4 +1,5 @@
 DIST qalculate-gtk-0.9.9.tar.gz 1283947 BLAKE2B 68904e19a4810ef7c83b2508d952195a38690def54816ecfde227a5f1bac847973ff67df62d5c174c00f6f9490a3ad8dce0d418cb2317b0c9c461126d54c5695 SHA512 944fad21d96de4a9d6b01fe259efb72f4872dd555357577fff18dca5bc4022c77d894b5cf8a0b470fbb02331de21210a6f034627346e08dc57be2f7c08e9faef
 DIST qalculate-gtk-2.2.0.tar.gz 2339951 BLAKE2B 87a2a9328314b994a780f2f616b6f43b53848131db3e5940863432360da44f1e50084076b63c2fac01fe339d5845a55133f5d453bf3d6eec432ce8e43a524921 SHA512 a761383021448f2d8542fad2c51a57e9d98a09264a1467e8e4555ab1930151651f0a40cd9869bb88e18b716fdbe4c664ce69ec02b6623698f42f34e708f55dea
 DIST qalculate-gtk-2.8.1.tar.gz 2650577 BLAKE2B 9a28afb846f28730bf29c705ec51abda96ccca1864d973588bfd855ae3dc2027765d0bb9b26d817d4b5cfd9189f02c0b889ac74d66d48ebde4bdda2790eb1234 SHA512 fa5ede37bfed3b5f5b46cdf07e3d83456d8144f9b9eda1ae081267d73c06ea032e1012cb7bd01ff36c87aa1a88fc20794fd9477a8d3ece2950785e7aa0b32acc
+DIST qalculate-gtk-3.15.0.tar.gz 2715732 BLAKE2B 7047befbf3a56e53c06d78dc33a515e4a8e59a665202f7a203b61e8f6b5e03b7d52d4a9a1514a92901249f65586552e14b8fd8a24e2d10a15875168d54467e74 SHA512 c5dfe308b13e04644452cfd3a4ce48f170d2599b6b3fb94a64dd78763f3546e44c0f940881d70a4727898feeb7b99a15104442d462f76382eec10cfbc0ed6393
 DIST qalculate-gtk-3.2.0.tar.gz 2987908 BLAKE2B 038203fab563bb0b74c2c23fd2f4077f7b4c8dc5ebb40c8246dd55c5ce311e19906f664040ccdff8a993fbc0bf8e2e89745bd99c66cb86874097462ec799e5ad SHA512 c9c00bec9ef9fc9526c1ed1d81df06e2fa5c947962cfd981fc3f4036612336ac2dc8027855d505101e78379840d9499f4dda492b98219f9073d91d9237f37528

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-3.15.0.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-3.15.0.ebuild
new file mode 100644
index 00000000000..0088a35397a
--- /dev/null
+++ b/sci-calculators/qalculate-gtk/qalculate-gtk-3.15.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 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-3.8.0:=
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+:3
+	x11-libs/pango"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	app-text/rarian
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+src_prepare() {
+	# Required by src_test() and `make check`
+	echo data/calendarconversion.ui > po/POTFILES.skip || die
+	echo data/periodictable.ui >> po/POTFILES.skip || die
+
+	gnome2_src_prepare
+}


             reply	other threads:[~2020-12-28 15:50 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 15:50 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26  7:33 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/ Arthur Zamarin
2025-02-28 15:31 Nowa Ammerlaan
2025-02-26 14:08 Nowa Ammerlaan
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-05 11:27 Sam James
2025-02-04 13:24 Sam James
2025-02-04 13:24 Sam James
2025-01-14  3:29 Sam James
2024-11-28 15:22 Sam James
2024-10-17  7:49 Andrew Ammerlaan
2024-10-14  0:16 Sam James
2024-10-04 17:37 Andreas Sturmlechner
2024-09-23  9:13 Arthur Zamarin
2024-09-23  9:13 Arthur Zamarin
2024-09-23  8:26 Arthur Zamarin
2024-08-28  7:53 Andrew Ammerlaan
2024-06-24  0:13 Sam James
2024-06-05 19:59 Arthur Zamarin
2024-04-12 11:46 Andrew Ammerlaan
2024-02-18 22:42 Sam James
2023-12-16 16:17 Arthur Zamarin
2023-10-14 10:30 Sam James
2023-09-18 11:19 Sam James
2023-09-18 11:14 Sam James
2023-09-05 11:15 Andrew Ammerlaan
2023-06-10  4:20 Sam James
2023-05-06 10:21 Sam James
2023-04-25 11:09 Andrew Ammerlaan
2023-03-07 15:45 Sam James
2023-03-04 11:21 Arthur Zamarin
2023-01-13 18:20 Arthur Zamarin
2022-12-29 23:01 Sam James
2022-12-29 23:01 Sam James
2022-12-29 22:45 Sam James
2022-08-24  2:18 Sam James
2022-05-28  6:09 Sam James
2022-04-05  2:35 Sam James
2022-04-05  2:32 Sam James
2022-01-09 20:44 Jakov Smolić
2022-01-09  1:11 Sam James
2022-01-08 12:21 Jakov Smolić
2022-01-08 12:21 Jakov Smolić
2021-12-16 17:02 Jakov Smolić
2021-12-16  7:45 Sam James
2021-12-13  6:57 Agostino Sarubbo
2021-12-12 14:35 Jakov Smolić
2021-12-04  1:26 Sam James
2021-10-14  9:18 Jakov Smolić
2021-09-30 18:45 Jakov Smolić
2021-09-18 19:51 Sam James
2021-09-14  6:29 Agostino Sarubbo
2021-09-14  6:28 Agostino Sarubbo
2021-07-30 15:14 Agostino Sarubbo
2021-07-29 17:05 Sam James
2021-07-29 17:05 Sam James
2021-07-29  7:08 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-07-29  6:40 Agostino Sarubbo
2021-07-29  0:46 Sam James
2021-05-28 19:37 Agostino Sarubbo
2021-05-27 16:51 Sergei Trofimovich
2021-05-26 13:03 Sam James
2021-05-26  8:11 Sam James
2021-05-26  6:49 Agostino Sarubbo
2021-05-25 12:33 Sam James
2021-05-04 22:06 Sam James
2021-05-04 22:06 Sam James
2021-05-01  7:57 Sergei Trofimovich
2021-04-30 23:37 Sam James
2021-04-30 23:29 Sam James
2021-04-30 15:23 Agostino Sarubbo
2021-03-26 11:30 David Seifert
2021-02-27 16:54 Sam James
2021-02-27 16:16 Sam James
2021-02-25 13:17 Sam James
2021-02-25  8:20 Sam James
2021-02-24 20:44 Sam James
2021-01-24 20:06 Sam James
2021-01-24 13:35 Sam James
2021-01-24 12:10 Agostino Sarubbo
2021-01-24  0:37 Sam James
2021-01-23 10:43 David Seifert
2020-12-28 15:50 David Seifert
2020-02-08 10:00 Mart Raudsepp
2020-02-08 10:00 Mart Raudsepp
2019-07-03  6:35 Agostino Sarubbo
2019-07-02 12:14 Agostino Sarubbo
2019-07-02 10:33 Agostino Sarubbo
2019-07-02  8:24 Sergei Trofimovich
2019-06-30 18:20 Matthias Maier
2018-02-07  0:54 Matthias Maier
2017-02-02  6:18 Jeroen Roovers
2016-12-30 16:47 Agostino Sarubbo
2016-12-05 22:54 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609170599.05368f4699054028fb351b7e45e57c9756effd96.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox