forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-puzzle/hitori: bump to 3.22.4 for translation updates
Package-Manager: Portage-2.3.8, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST hitori-3.22.3.tar.xz 462592 SHA256 ba21368d6d8475ae8cf0d39b62dab5eaec26ce82b3f067af50f1eded3a43b360 SHA512 a79e8f8f5e0ca4d202184fc301ddda44e2606ca911b9b3910e50f8ad218cd5047b8749e9c9798f970a107682c7f4fc49475be126c06cdd4a6914e1fa831ed7d5 WHIRLPOOL 8d62ba8d5d3988aab292c6c18e3f74a9de52f7b80103f35898d39624ab94fc994215f09ebee36512c45e5c5330cb44bdddcbc2abf21cae34f343450129325a31 | ||
DIST hitori-3.22.4.tar.xz 471136 SHA256 dcac6909b6007857ee425ac8c65fed179f2c71da138d5e5300cd62c8b9ea15d3 SHA512 8c75824d29918c096f3a33283dcb2e49e227c8259d37a4ae5e77d420d4a18a2760f789e12f32cfb8ffc16bfdf19e4aca26d93719d6b762c15b9ac4dbfca93e1a WHIRLPOOL b38c0f3a6cc9831d093dc23c81d05755aba220c0c073ab9b995d6e441fe6ec84d5125d7208781889c9c00b5e575d21f92fb0d3709ac10c70338a7bc7dc5a471f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit gnome2 | ||
|
||
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 ~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:3 | ||
>=x11-libs/cairo-1.4 | ||
" | ||
DEPEND="${RDEPEND} | ||
app-text/yelp-tools | ||
dev-libs/appstream-glib | ||
>=sys-devel/gettext-0.19.8 | ||
virtual/pkgconfig | ||
" |