diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2017-08-08 23:12:32 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2017-08-15 17:09:27 +0200 |
commit | 1bd8f0f6c099942f8fa80e5982ded4228e93f46b (patch) | |
tree | 3388a15248366bcbe3d1b8117ed59e46e11051e5 /games-board/gnome-chess | |
parent | vala.eclass: allow vala 0.36 (diff) | |
download | gentoo-1bd8f0f6c099942f8fa80e5982ded4228e93f46b.tar.gz gentoo-1bd8f0f6c099942f8fa80e5982ded4228e93f46b.tar.bz2 gentoo-1bd8f0f6c099942f8fa80e5982ded4228e93f46b.zip |
games-board/gnome-chess: version bump 3.22.2 → 3.24.1
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --force
Diffstat (limited to 'games-board/gnome-chess')
-rw-r--r-- | games-board/gnome-chess/Manifest | 1 | ||||
-rw-r--r-- | games-board/gnome-chess/gnome-chess-3.24.1.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest index 24a5dbb445bf..66be526aa236 100644 --- a/games-board/gnome-chess/Manifest +++ b/games-board/gnome-chess/Manifest @@ -1 +1,2 @@ DIST gnome-chess-3.22.2.tar.xz 2774176 SHA256 dffdf7f5c5f4ea6bba7ff88b457a75ee5e4c5d9d522d27e1ea4a3d4bb3927792 SHA512 ae939c5a79b4f0ae24a8a5b4a3efa0620aaf913ef46d944abad7f638477b0d711e6ca6b7c1e593a67100ad1ae4b423c7d87c51808911cc38e6022a3fbeafb47e WHIRLPOOL 92fa30ec9ef3eba4dc3326535992214979178ef654626a4a9a4da8d9f881823c3fa1f737fe5e5676964f83c4c372d873701e36e2467d248d5730596cf91e668c +DIST gnome-chess-3.24.1.tar.xz 2808208 SHA256 6c9647beb7579b0a8de4e73698d931b1d9ac2efab4e7d3649f482d2c68ebf8a3 SHA512 738bae74a547ccf9f0f3dcccaf164af785086ab54190094d602effae0f3f7c07fb6be4eba4aa8706045f70cb12c407a5151bc836d784c0cd254b1c371670e559 WHIRLPOOL 7ea336f0dbe5304704c24a904f3b3bcda20e086815019a702743afb52f4a32e601879d5a4558ddf230eaabecf1ff0614ae303276410cce45b22335bb784ba0d9 diff --git a/games-board/gnome-chess/gnome-chess-3.24.1.ebuild b/games-board/gnome-chess/gnome-chess-3.24.1.ebuild new file mode 100644 index 000000000000..3031a08ae53e --- /dev/null +++ b/games-board/gnome-chess/gnome-chess-3.24.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +VALA_MIN_API_VERSION="0.36" + +inherit gnome2 vala readme.gentoo-r1 + +DESCRIPTION="Play the classic two-player boardgame of chess" +HOMEPAGE="https://wiki.gnome.org/Apps/Chess" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/librsvg-2.32:2 + >=x11-libs/gtk+-3.19:3 +" +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + dev-libs/appstream-glib + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +DOC_CONTENTS="For being able to play against computer you will + need to install a chess engine like, for example, games-board/gnuchess" + +src_prepare() { + gnome2_src_prepare + vala_src_prepare +} + +src_install() { + gnome2_src_install + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome2_pkg_postinst + readme.gentoo_print_elog +} |