diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-12-18 02:20:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 11:49:41 +0000 |
commit | fdb64b5f193f5b2f0f4f5ee9b2681ec51b3d5439 (patch) | |
tree | 5e61d9577bdbec520cdb64c2721f0ac7fc4e9f18 /mate-extra | |
parent | mate-extra/caja-extensions: add 1.27.0 (diff) | |
download | gentoo-fdb64b5f193f5b2f0f4f5ee9b2681ec51b3d5439.tar.gz gentoo-fdb64b5f193f5b2f0f4f5ee9b2681ec51b3d5439.tar.bz2 gentoo-fdb64b5f193f5b2f0f4f5ee9b2681ec51b3d5439.zip |
mate-extra/mate-calc: add 1.27.0
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-calc/Manifest | 1 | ||||
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.27.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest index 4b1515e684b4..3cf76de6bf61 100644 --- a/mate-extra/mate-calc/Manifest +++ b/mate-extra/mate-calc/Manifest @@ -1 +1,2 @@ DIST mate-calc-1.26.0.tar.xz 983272 BLAKE2B 92487951ac9bb55ef3d1fba80590b33ae750936f5ddf7b96fcec75c8008d9e06ab14149c4836ae9187fcba8f9d78184015bec7d4529356e3b2e11a3ebb7fac82 SHA512 142c496f8fcf1180f28e02b6a5d6d31ff00b7751783415c7d18e4086e316ca7d23ed0da0f9ecc0705773eb5e01f21e639f15d475aa1da1a7b5b03742ba45cb2f +DIST mate-calc-1.27.0.tar.xz 994352 BLAKE2B 0c37ca69bfa510fabbd8e8d4f5558bbcd87b43163695ede4faa2e1d9dda5ea93a38d24861d80277837e04862dddd725fc77c06860876d3fb87d7310c193fd36d SHA512 33b045e215915dc07a3f6cd7ef8897098775cb35752b9aa750b8c5ea81ab1f7729c04b88ac6cc07d618b4dadea965a7a7b796c86022aa8bb073ce1f7202886ad diff --git a/mate-extra/mate-calc/mate-calc-1.27.0.ebuild b/mate-extra/mate-calc/mate-calc-1.27.0.ebuild new file mode 100644 index 000000000000..f325674ccf68 --- /dev/null +++ b/mate-extra/mate-calc/mate-calc-1.27.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 +" |