mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-calculators/qalculate-gtk: add 3.22.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
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
|
||||
DIST qalculate-gtk-3.22.0.tar.gz 2555367 BLAKE2B dcaa3495f75f4c24d0482b13978f19785cf192d231b46f031f0c69c4b9c8b5f49c328a14319e4ad0b1930be799fb5ff5805dab6696a21685eaaabb0b9dcccf47 SHA512 029e0a5db69d04a1bfb796915ded3b4533f3036d99833035ae7e8b214f0b2086f6ecb1c08f463561642bdbbd0fd729250a9bc892bbac5ee0a72a9073d7555a04
|
||||
|
||||
41
sci-calculators/qalculate-gtk/qalculate-gtk-3.22.0.ebuild
Normal file
41
sci-calculators/qalculate-gtk/qalculate-gtk-3.22.0.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
# Note: bump with sci-libs/libqalculate!
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user