summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Tiram <oz.tiram@gmail.com>2022-12-02 10:56:22 +0100
committerSam James <sam@gentoo.org>2022-12-03 01:04:16 +0000
commitf0c9f0cd88db114857d7a9ec5bf5ed5e42c23e8c (patch)
tree4bb0fa05c60d98ab550e3108aba41bcd21d8f8ed /mate-extra/mate-calc
parentmate-extra/caja-hide: enable py3.10, py3.11 and disable py3.7 (diff)
downloadgentoo-f0c9f0cd88db114857d7a9ec5bf5ed5e42c23e8c.tar.gz
gentoo-f0c9f0cd88db114857d7a9ec5bf5ed5e42c23e8c.tar.bz2
gentoo-f0c9f0cd88db114857d7a9ec5bf5ed5e42c23e8c.zip
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>
Diffstat (limited to 'mate-extra/mate-calc')
-rw-r--r--mate-extra/mate-calc/Manifest1
-rw-r--r--mate-extra/mate-calc/mate-calc-1.26.0.ebuild36
2 files changed, 37 insertions, 0 deletions
diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index db072140ab8d..c27df53dd36b 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -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
diff --git a/mate-extra/mate-calc/mate-calc-1.26.0.ebuild b/mate-extra/mate-calc/mate-calc-1.26.0.ebuild
new file mode 100644
index 000000000000..d1f0ae4ecd39
--- /dev/null
+++ b/mate-extra/mate-calc/mate-calc-1.26.0.ebuild
@@ -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
+"