From 5ae7efc9abae6bb8f8fac438298427769a91f5ad Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 4 Mar 2023 07:37:02 +0000 Subject: gentoo auto-resync : 04:03:2023 - 07:37:01 --- games-puzzle/hitori/hitori-44.0.ebuild | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 games-puzzle/hitori/hitori-44.0.ebuild (limited to 'games-puzzle/hitori/hitori-44.0.ebuild') diff --git a/games-puzzle/hitori/hitori-44.0.ebuild b/games-puzzle/hitori/hitori-44.0.ebuild new file mode 100644 index 000000000000..07369028ac27 --- /dev/null +++ b/games-puzzle/hitori/hitori-44.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 gnome.org gnome2-utils meson xdg + +DESCRIPTION="Logic puzzle game for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Hitori" + +LICENSE="GPL-3+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +# gtk+-3.22 for build-time optional gtk_show_uri_on_window usage +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=x11-libs/gtk+-3.22.0:3 + >=x11-libs/cairo-1.4 +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/appstream-glib + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} -- cgit v1.2.3