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/five-or-more: add five-or-more-3.22.2.ebuild
Simple bump, no relevant changes https://git.gnome.org/browse/five-or-more/diff/?id=3.22.2&&id2=3.22.0 Closes: gentoo#2785 Signed-off-by: Gilles Dartiguelongue <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 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 five-or-more-3.20.2.tar.xz 2565104 SHA256 1e129c705eb09638d1515c2d8fe1925db7d9bcb8db4a01df591a9b98de2a73d1 SHA512 72cd1542488c46f4d3ffcf39d1f6d8cf398598423204cfa0a851fe6d15928a0acaa95ac2c445bf9eb91f703f6e3ff761aeab861da25e7dcb4dcedf7aa22e0f6e WHIRLPOOL cd87fcd81be295664d4e2ac10f08dbf524ab72606c1bc3f173be09ccbbd6ded6b6827d0f692656580bd6ab429d04aab5b778b9d3df47d3486981e0c305e3dcae | ||
DIST five-or-more-3.22.0.tar.xz 2571552 SHA256 33c0ba7723144aea496112fa85a1d7e5a2a8ecaa32f4373471470d7c3078da94 SHA512 eb462620b2a2618a17486cb669e3c39b6ee489a4dabf06122d862f5ac2cfe71063f6e94bc8e42356c4d468e33e795fa3b3799ed40870e7801735b992404b8196 WHIRLPOOL 95fd71cbdf8c42f921a56472fc222137c998e72a40e9ecc74fdb84ab30d9f455437d3176b42b5ba7e632262066b5f22d42de628316ea0b1888224ba013eb58e7 | ||
DIST five-or-more-3.22.2.tar.xz 3297904 SHA256 bacf8e03ad9404623a152900b8545d745d38a2fe0f01208bc7dc882cbd5346ac SHA512 a809e227f7ec59912915f4808676c25777a0264268a06dcc7524d121b943e32fc95cfb815f2153aa0960aa0cdd0b3fed054c15d9d0c12d89ed155f0352fcb6f3 WHIRLPOOL de5713791c7e4693c89b740dbc783bd0e19607efdf479b8944636ef8696e0366f9eff24658f52518da9e83aab6522bd98a1cc750e754e2b78c82827d418b6caf |
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,30 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
inherit gnome2 | ||
|
||
DESCRIPTION="Five or More Game for GNOME" | ||
HOMEPAGE="https://wiki.gnome.org/Apps/Five%20or%20more" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
COMMON_DEPEND=" | ||
>=dev-libs/glib-2.32:2 | ||
>=gnome-base/librsvg-2.32:2 | ||
>=x11-libs/gtk+-3.12:3 | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
!<x11-themes/gnome-themes-standard-3.14 | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
app-text/yelp-tools | ||
dev-libs/appstream-glib | ||
>=dev-util/intltool-0.50 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" |