mate-extra/mate-calc: add 1.26.0

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Oz Tiram
2022-12-02 10:56:22 +01:00
committed by Sam James
parent 5a33561d6e
commit f0c9f0cd88
2 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mate-calc-1.24.2.tar.xz 969912 BLAKE2B 844a6bee102e7f4bbab59936c8c7d1f7284e3ec17e0d1c77863df9ec6c4dba80adcc29bc1159a29ccc9473df81d1a45505e55c1da20e1bcdf24674b9c70d8d36 SHA512 d790aefd2839237d6776c6b0508ded53d6eef52456a3025f08bcaf826f8c56754e079d50703a4f7f834f5167f802ddb3d7b95ece613e00faf3ad6f5c1d402e97
DIST mate-calc-1.26.0.tar.xz 983272 BLAKE2B 92487951ac9bb55ef3d1fba80590b33ae750936f5ddf7b96fcec75c8008d9e06ab14149c4836ae9187fcba8f9d78184015bec7d4529356e3b2e11a3ebb7fac82 SHA512 142c496f8fcf1180f28e02b6a5d6d31ff00b7751783415c7d18e4086e316ca7d23ed0da0f9ecc0705773eb5e01f21e639f15d475aa1da1a7b5b03742ba45cb2f

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit mate
if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
fi
DESCRIPTION="Calculator for MATE"
LICENSE="CC-BY-SA-3.0 GPL-2+"
SLOT="0"
IUSE=""
COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
>=x11-libs/gtk+-3.22:3
>=dev-libs/mpfr-4.0.2
x11-libs/pango
"
RDEPEND="${COMMON_DEPEND}
virtual/libintl
"
BDEPEND="${COMMON_DEPEND}
app-text/yelp-tools
dev-libs/libxml2
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"