diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-08-22 12:22:40 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-08-22 12:23:18 +0300 |
commit | a4d374463770c031164f837c210d193acedd99e8 (patch) | |
tree | a6394affe29f17b599853e50850b2d6dc9c2b99b /games-puzzle | |
parent | app-text/gtranslator: bump to 3.36.0 (diff) | |
download | gentoo-a4d374463770c031164f837c210d193acedd99e8.tar.gz gentoo-a4d374463770c031164f837c210d193acedd99e8.tar.bz2 gentoo-a4d374463770c031164f837c210d193acedd99e8.zip |
games-puzzle/hitori: bump to 3.36.0
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hitori/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/hitori/hitori-3.36.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest index cb38c62b0bc6..b8130cfcd4a2 100644 --- a/games-puzzle/hitori/Manifest +++ b/games-puzzle/hitori/Manifest @@ -1 +1,2 @@ DIST hitori-3.34.0.tar.xz 163152 BLAKE2B a52446fe62c2d09e9f1f97e77dc82a2902c05013e6c13d64ef58c4b9fcb500cc8533ea094bc91c1c933f5923e3dc889b5db23b1050d8809c0f405ba81917bfe2 SHA512 f4c67da619fdefe03492dacee81bb7972ec40e003c51a1363c19b6eb2690505a0a14e7402ddb61ef0487605d91a7674654ecc470e01febe649b25e173a889354 +DIST hitori-3.36.0.tar.xz 166404 BLAKE2B 851653744c8fcd200576e93753fa3c4a5a166caf7a6efd8048f5755f3a5b096b1387db73a6e39bc4a87815a2c0f39e71cacd95d0ca9940b3a0fb734cb95f36ed SHA512 fab2f1475895e26ac540c6302902c72b4e1bf68935fd88b216e3be37990d8dc2791b15e84d9eac69d1abd43ac01e40cbe238acabbdd686bf7abb96eb59b90265 diff --git a/games-puzzle/hitori/hitori-3.36.0.ebuild b/games-puzzle/hitori/hitori-3.36.0.ebuild new file mode 100644 index 000000000000..af6bbc9274ae --- /dev/null +++ b/games-puzzle/hitori/hitori-3.36.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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 ~x86" +IUSE="" + +# 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} + 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 +} |