Skip to content

Commit

Permalink
sci-calculators/qalculate-gtk: add 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Fore <[email protected]>
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
csfore authored and Nowa-Ammerlaan committed Apr 12, 2024
1 parent de55d66 commit 9e2e96f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions sci-calculators/qalculate-gtk/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DIST qalculate-gtk-4.6.1.tar.gz 2829459 BLAKE2B cb0a2701be0e97b9e447135643d3659e
DIST qalculate-gtk-4.7.0.tar.gz 2836490 BLAKE2B cee9bf916d5b70fb82353a04b6dce9cb14ed0ed0a33cf90c3f4e105dbb92794902179e518981071de726d0189ce745ca30d73aca305e74e23871fdd1747be3b1 SHA512 35c4fda596676f5ad08761b7bd18607719ce2a4fe4722368c8b47e539202141dd2170101cf7593ade63452666a61bf5682b45cfe25749c218c25e6ea8b493cbf
DIST qalculate-gtk-4.8.0.tar.gz 2811851 BLAKE2B 9b6631ea66c3d464d1ef1328f008776273f540c96b716e8ddd490257e4d4a4db96ff9200e082a47d31996ef80f481bc87b0e6542dd2e2b577d2b829f6bf02709 SHA512 afba53c3b317ea65775b60c285032f016470074c39a03e294fbd1b34dc6f8e406b026fb3827ad6dc56d577544cb8dafe4ce62bf17405cfef1c74ab5fb5cbc168
DIST qalculate-gtk-4.8.1.tar.gz 2812660 BLAKE2B 9ea4861a28562f8f352e9fc99453b6ff2b64c5289ddc65801b2a39aacf5ced17521e7f6320c4e9c89b24a932fd638176406644e472ebc0a3f3c8370d5e911b3d SHA512 8891ec7e46015c12abe0bc68110fe5d9df1c14853af71194c1909cc9cd70d27fe63b29fe9a713431ca00e6529e0429b68c9b466c216cf4e40053724f471227ef
DIST qalculate-gtk-5.0.0.tar.gz 2855414 BLAKE2B 8e1af78d23ec5fb31ae1eb121e4536436add15a4a2d797b574d6f9efa8137b37e2734cda56d64a2a3887fb2a0cb385697c53cc0061e41caf1a1109e15e8dd22e SHA512 69fb158c50c3bdfe7e72f9c4ee6412575ccde43a64a3a1f4760d9c12337d0f8f54cb91636dc95e94133178f0b10efd7a065bf683797e22b683a78a3c40c78c59
39 changes: 39 additions & 0 deletions sci-calculators/qalculate-gtk/qalculate-gtk-5.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# Note: bump with sci-libs/libqalculate and sci-calculators/qalculate-qt!

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 ~ppc64 ~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
}

0 comments on commit 9e2e96f

Please sign in to comment.