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.3 for border rendering fixes
Package-Manager: Portage-2.3.5, 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.2.tar.xz 460452 SHA256 3d4c11efaf55885d30cf05b9717dcf2d86e437f23ff423f9f55a4b3abe398341 SHA512 ae3e4f2d1ea55b88ac8e1cbfad9127f29d997210599166771f4a6e041c02adac9908ab773abbc7cc93d0c464ed52248e51cdbfc5043271ac0cde1696189f2f12 WHIRLPOOL d240711f318d473f451e03655c980ec399ada40d36c05463ecb4bdc559df59bc01b4e44099ae9bd436727367aa51c973794d033f8fc3be10dcfc70135d0ea99c | ||
DIST hitori-3.22.3.tar.xz 462592 SHA256 ba21368d6d8475ae8cf0d39b62dab5eaec26ce82b3f067af50f1eded3a43b360 SHA512 a79e8f8f5e0ca4d202184fc301ddda44e2606ca911b9b3910e50f8ad218cd5047b8749e9c9798f970a107682c7f4fc49475be126c06cdd4a6914e1fa831ed7d5 WHIRLPOOL 8d62ba8d5d3988aab292c6c18e3f74a9de52f7b80103f35898d39624ab94fc994215f09ebee36512c45e5c5330cb44bdddcbc2abf21cae34f343450129325a31 |
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 | ||
" |