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.
Package-Manager: portage-2.2.24
- Loading branch information
Showing
2 changed files
with
41 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,2 +1,3 @@ | ||
DIST iagno-3.14.2.tar.xz 1855644 SHA256 7e8980dcbcb4dfdaaa050dd9376b86aaa487c048332aad9e52eb953cb1dab461 SHA512 4d09a697a68256a18ea41fd4e77dc821c97c9c6bfec07a1f32c821fe4949a6fcb881351e4db84a3ae0aafc69fc76f432ecd5bdbf7034cc34b66bbb7024895cbe WHIRLPOOL 83d0613d467d1f515f4483452b640ad6a6f36aa5a7b31ffc1644711d60e99ae2b1d0465755163906479e1daa45f8909aba3927214128ba0a99133bab33a8e225 | ||
DIST iagno-3.16.1.tar.xz 1868964 SHA256 33f88afade4c2bdc6177a783bc0a6fbadd67f261c8f68ec752aec57344d7e45d SHA512 c0387567c8cb48721ec370852a51c9f97849fe3ac609763cdc07e6e0a70969e8cb0de44a2ae4c40f78856370bcafd600589b9e4453877aa8e0bb46f122d7cf3d WHIRLPOOL c6122854f76574ba72cca651fc0e7da722ec4a9aed574ffdab46621f70f3d2731368b8644e39e07542c344f782e58eb8c0ee7603ac8baea6c4b491079c102e4c | ||
DIST iagno-3.18.2.tar.xz 1865912 SHA256 2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb SHA512 f84b404cc2508f622891b7e6cca289256ff2cb1639f346ae5aa58143195a7eb0415dd0c9da8743456c1da7727f4b7cb57da2d6d5e3037cd823a33811a120bb8c WHIRLPOOL b3677c297662862710d5108d2c8041a61b728fa58270adcd43cbae4a86db3a2f440772e640732c8a9be9e4dbcd5262e269a35eec2b1a2db570760bf7393f1653 |
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,40 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI="5" | ||
GCONF_DEBUG="no" | ||
VALA_MIN_API_VERSION="0.28" | ||
|
||
inherit gnome-games vala | ||
|
||
DESCRIPTION="Dominate the board in a classic version of Reversi" | ||
HOMEPAGE="https://wiki.gnome.org/Apps/Iagno" | ||
|
||
LICENSE="LGPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
COMMON_DEPEND=" | ||
>=dev-libs/glib-2.40:2 | ||
>=gnome-base/librsvg-2.32.0 | ||
>=media-libs/libcanberra-0.26[gtk3] | ||
>=x11-libs/gtk+-3.15:3 | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
!<x11-themes/gnome-themes-standard-3.14 | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
$(vala_depend) | ||
app-text/yelp-tools | ||
dev-libs/appstream-glib | ||
>=dev-util/intltool-0.50 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" | ||
|
||
src_prepare() { | ||
gnome-games_src_prepare | ||
vala_src_prepare | ||
} |