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-board/gnome-mines: add gnome-mines-3.22.2.ebuild
Simple bump, no relevant changes https://git.gnome.org/browse/gnome-mines/diff/?id=3.22.2&&id2=3.22.1 Closes: gentoo#2785 Signed-off-by: Gilles Dartiguelongue <[email protected]>
- Loading branch information
Showing
2 changed files
with
38 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 gnome-mines-3.20.1.tar.xz 3147092 SHA256 5815e886d92817d4127b9e94bf63cb91e2bf371029d18efdf9f195e2400e2b3b SHA512 cdde771736b9110a416ec68d6e4ce2ce10e3de36915b57905f6f5d86a937c75a2dbfafd1ecc0c5f31dd5e267d13444a8a95d38815f400d4597e2fe73a908bd13 WHIRLPOOL 6db289ddf7508fc479586f574e9706f62bc1ac54f1d7543a200c4907f1379b95e7da05bc4ba04e3444c431385563258eb50d99bf18a19b5305ffac9f89309d58 | ||
DIST gnome-mines-3.22.1.tar.xz 1695224 SHA256 302daf2378729f49adf3652d1c86aa2591784c2f00b3c014e77a977d441ff566 SHA512 a900929f0e610c9385e0a381b120a28dbc572eda70a77c770d2b55fb79a5a0097037a2e5d17a6d4d60e2b2a32381c842d15a2ba6e9b44650610e03e4bbed0ea0 WHIRLPOOL 790b8c44e316fcdb465dfd9c1bcd072fbdb12a7c730ad93b5f1478f86bc71352b2575988abcbcd7418d54d0d770f8fd8ef72e05bb0138b950af9b2fc249c97c2 | ||
DIST gnome-mines-3.22.2.tar.xz 3138168 SHA256 ea7b5b4b0827b5a9b50d22d1a4f48d3ef53de66e31d381afa9848858a4052af2 SHA512 3d1be7be2e6ad58c8c57df4790e83674f7da5df42b7be8d692c80e5eabb61d73d825736833f3fb7da6fb8a506cff225c2d557b17c30c8b27e3e22d1c756b5bd0 WHIRLPOOL 077fa294a53f2b0197dba2391f332701ff656a492c5bf1d54f750100d0c635378e3580393d0d7d4ce7df3a9fa478c2b8f5091b0106d1fff73edca1d25c4eef7f |
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,37 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
inherit gnome2 vala | ||
|
||
DESCRIPTION="Clear hidden mines from a minefield" | ||
HOMEPAGE="https://wiki.gnome.org/Apps/Mines" | ||
|
||
LICENSE="GPL-3+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
COMMON_DEPEND=" | ||
>=dev-libs/glib-2.40:2 | ||
dev-libs/libgnome-games-support:1 | ||
>=gnome-base/librsvg-2.32.0:2 | ||
>=x11-libs/gtk+-3.12: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() { | ||
gnome2_src_prepare | ||
vala_src_prepare | ||
} |