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-arcade/gnome-nibbles: Version bump
Package-Manager: portage-2.3.0_rc1
- 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 +1,2 @@ | ||
DIST gnome-nibbles-3.18.2.tar.xz 1642260 SHA256 106cacd8b55aeb6911b4d982071cf599cbec272e01bed6f16f16f9486026e229 SHA512 359ebd33af92bcbfb857e5d1277c749ac93d37e36b52f012368e15c320c5279997a6a3292f714985af8305a374eb78c716d3eb0c5b1f02dc8b9db0f1dd5370ea WHIRLPOOL a5c7ecf4a8d2c452181252a69b66421c4254ed1b635b931546197efab91e8f290255eee5fa746724a649feecc5e940e2023a54912fe79062b083a723e29583d4 | ||
DIST gnome-nibbles-3.20.2.1.tar.xz 1631864 SHA256 9253431072e3dff89cc13582c815cc9ed9d7c2d7a10321418a2e7416c1ef7e67 SHA512 75b9459160ab4978efb1bcf8485cff96e8efb4ceec0859502ceb0479a2a560136023a163ff0fa4393d39594cfa734bb74b1cf2b47ec09953ddf6b9c11232c27e WHIRLPOOL baccc76b325624edfef9c99fb55668f6bd795829fd4230c63389d82f315225f703e966f129666de380007e58f0b01c7fe7bae45ecb582855956626f02727965d |
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-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
VALA_MIN_API_VERSION="0.28" | ||
|
||
inherit gnome2 vala | ||
|
||
DESCRIPTION="Nibbles clone for Gnome" | ||
HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
>=dev-libs/glib-2.40.0:2 | ||
dev-libs/libgee:0.8= | ||
dev-libs/libgames-support | ||
>=gnome-base/librsvg-2.32:2 | ||
>=media-libs/clutter-1.22.0:1.0 | ||
>=media-libs/clutter-gtk-1.4.0:1.0 | ||
>=media-libs/libcanberra-0.26[gtk3] | ||
>=x11-libs/gtk+-3.18.0:3 | ||
" | ||
DEPEND="${RDEPEND} | ||
$(vala_depend) | ||
app-text/yelp-tools | ||
dev-libs/appstream-glib | ||
>=dev-util/intltool-0.50 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" | ||
|
||
src_prepare() { | ||
gnome2_src_prepare | ||
vala_src_prepare | ||
} |