From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/
Date: Tue, 25 Apr 2023 11:09:43 +0000 (UTC) [thread overview]
Message-ID: <1682420468.e2279ae83513c763b24715e872050bf90db55ce4.andrewammerlaan@gentoo> (raw)
commit: e2279ae83513c763b24715e872050bf90db55ce4
Author: Andrew Udvare <audvare <AT> gmail <DOT> com>
AuthorDate: Sun Apr 23 11:46:56 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 11:01:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2279ae8
sci-calculators/qalculate-gtk: add 4.6.1
Signed-off-by: Andrew Udvare <audvare <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30696
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-calculators/qalculate-gtk/Manifest | 1 +
.../qalculate-gtk/qalculate-gtk-4.6.1.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sci-calculators/qalculate-gtk/Manifest b/sci-calculators/qalculate-gtk/Manifest
index 9b0d150c076e..087b44f13a91 100644
--- a/sci-calculators/qalculate-gtk/Manifest
+++ b/sci-calculators/qalculate-gtk/Manifest
@@ -3,3 +3,4 @@ DIST qalculate-gtk-4.1.1.tar.gz 2811609 BLAKE2B ffc5769050368a7883d82ea65251e770
DIST qalculate-gtk-4.2.0.tar.gz 2817864 BLAKE2B 4d40045ef4aafad292717b289bba3ddbc4d7ca7cfa5f44a479840ad5ccf8b8104e7e25093bdd32bbf5e0ccd73a8bed486c14de1c278a523db5a27922d4658c0b SHA512 ca0c864174f862a2f78e8743c3d7556da53d1d890773c5c8907d1d210f2101419cd083cfd9351e98c4b5fc64c602d5bc53fccecc8df1aa0451ee8418fbdfaa32
DIST qalculate-gtk-4.3.0.tar.gz 2818894 BLAKE2B 396e9f3a4a89031e540ece0aaf24204a11009c31da58a7c371fd53f82e816395985ccae18aefe734867bb5db4fd4efcb25dc098b99dc20c3571705485a668bd5 SHA512 07aa3e885fd73cfa199f3773218b2a5c432753ec516b64b880755e824469593bff2ebdf142094c46eab480d0a3bea73076a483ce0450ff8363dc0b209147d30c
DIST qalculate-gtk-4.5.0.tar.gz 2824842 BLAKE2B 4171a1dff8ed83d0e2521f83634ce3d99718483560915cec7a6ccbf95188d178fb8819f95ee2c72f07b8a33512641ba0e46ba139e02e8be1b1ec88ce21d80037 SHA512 c80e0a9b2cd8bda66c78cadc2fcab9bffbdafb16e27186e9d37ce3b1c128239f7efe58dc2e0ed44543f7a554fa2336a1050501c58cf6d4a965659a2f28baae62
+DIST qalculate-gtk-4.6.1.tar.gz 2829459 BLAKE2B cb0a2701be0e97b9e447135643d3659e47880f508301f481e95c43dd2d78cf678ed7f4c089829b307399ab06bb9b098c4f086df0f73e90f0d22c145f3cc3dcd9 SHA512 cdfbbbeb0ae9b427c664bc81b295204171bdf4094de969e56bb6ce99d271f57b7e55af133e63486307e85f972a04799795ed45a0dc917b36f0ccae5d6de65a3f
diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-4.6.1.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-4.6.1.ebuild
new file mode 100644
index 000000000000..58e226b9d9ea
--- /dev/null
+++ b/sci-calculators/qalculate-gtk/qalculate-gtk-4.6.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Note: bump with sci-libs/libqalculate!
+
+inherit xdg
+
+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="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
+
+ default
+}
next reply other threads:[~2023-04-25 11:09 UTC|newest]
Thread overview: 96+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-25 11:09 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-28 15:31 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/ 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-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-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=1682420468.e2279ae83513c763b24715e872050bf90db55ce4.andrewammerlaan@gentoo \
--to=andrewammerlaan@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