games-kids/gmult: add 16.0

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-01-08 09:43:35 -05:00
parent 65a760123c
commit c72f4f6cad
2 changed files with 49 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gmult-14.0.tar.bz2 202720 BLAKE2B d9a3684eaef34ffbdba99f8d71c5166baea6535c134979f778b99a3c10a80b2f34f0b26f63328fd1e94dc0f2b15a8bf1cab1cf14a1f8f1ddab7dce79232e4424 SHA512 b08dc9d79d568ad7346f37acefd8351e6be17234a0e2477d3425dcba16bde2c96052598806ebd2328e9c16456b8b8c8c3e6df8100c90741fbbc0171d0c01486a
DIST gmult-16.0.tar.bz2 214133 BLAKE2B f6d7fd6800d0ad26301e6f78ffdb115713f529fc3fb7a89be22200df617752d4e4d707df291d418ee582eea4dfc937c2b97e7e54089b7776a7a2c9690b3acaa9 SHA512 5b8f77ccf109158e637ea03dd4b15718a8c8f93543e592739cfba4566770374362f6b2a9941d5e01a339f7861322b9ae02d36c0f74dbf7c4bdf05b2813497729

View File

@@ -0,0 +1,48 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson vala xdg
DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
HOMEPAGE="https://gitlab.gnome.org/mterry/gmult/"
SRC_URI="https://gitlab.gnome.org/mterry/gmult/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test" # only used for unnecessary .desktop/.po validation
RDEPEND="
dev-libs/glib:2
>=gui-libs/gtk-4.14:4[introspection]
>=gui-libs/libadwaita-1.6:1[vala]
media-libs/graphene
virtual/libintl
x11-libs/cairo
x11-libs/pango
"
DEPEND="${RDEPEND}"
BDEPEND="
$(vala_depend)
dev-util/blueprint-compiler
sys-devel/gettext
"
DOCS=( NEWS.md README.md )
src_configure() {
vala_setup
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}