diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 19:14:50 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-14 19:39:05 +0100 |
commit | 21da54f373bb43b03a27bff419630391f5022850 (patch) | |
tree | 9789f1b67486856bb91d860d5f9d60f43579d22b /games-board/gnome-chess | |
parent | dev-util/gnome-devel-docs: Drop old (diff) | |
download | gentoo-21da54f373bb43b03a27bff419630391f5022850.tar.gz gentoo-21da54f373bb43b03a27bff419630391f5022850.tar.bz2 gentoo-21da54f373bb43b03a27bff419630391f5022850.zip |
games-board/gnome-chess: Version bump
Package-Manager: portage-2.2.24
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.18.0.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest index 93db3a0bf805..463a88d8c081 100644 --- a/games-board/gnome-chess/Manifest +++ b/games-board/gnome-chess/Manifest @@ -1,2 +1,3 @@ DIST gnome-chess-3.14.3.tar.xz 2779000 SHA256 037a364afc77df8f8adf6367c631196d287a08fec873ee5f550eb2d1c02e8105 SHA512 c1b2ff16e3edff1ad3977e9888a8ffc95f5f69451d2d21a97ffa127c7fa6cac5a5728e28171bbda2a8e9db33c834a732f81f9434ca434a4b792eaaf7a860aeaa WHIRLPOOL 66a0cd0af9902fcb0b817b6a16b41a6ef179c7073fefae03760fd6b831f018f5bcc9b8194a6580737d2760ead5b917a79518d7b65a916c5bc6bb1fc8892aabaa DIST gnome-chess-3.16.2.tar.xz 2609828 SHA256 8f73b4c645a86e775d092b5b334c70d0868953c1a26cac9d5a234e5f83db3b48 SHA512 baf09a0bb534374915b995e6a2d9c71879684204ed1f61b46f4a2709c8ff11614ab1b94c0e5c671e90a4ec153d15a7f5d2ab067e0025b709438a9985eed5433a WHIRLPOOL 8024d27dd241b6c747b11693b536ac673b153278cbef00db04481521abad9a6b10aa869c86c3e899e11a1a3a8445837b5be4055bdd6e61394875c94ed201ab79 +DIST gnome-chess-3.18.0.tar.xz 2779340 SHA256 c841198935d807618c3cecbf10ed24643390d504e17961717bac455f4e1b37ad SHA512 307ff5800792e231977288dedc7a04ccfbf74fc47de6263bacd19875a8092bef196eb97597fba975ff1f2a7fe9fcd802a3477a6099cf04e3ebcf4c7c94d0a094 WHIRLPOOL 0ad6868f7b27da1cbe0dbec8ee5facd0dc1189defbfbe3f2411dc23dedde3d3a09ef5eb8a59bd223ca973b1d141a28fa60323262a77f72c945089602fa5c0a40 diff --git a/games-board/gnome-chess/gnome-chess-3.18.0.ebuild b/games-board/gnome-chess/gnome-chess-3.18.0.ebuild new file mode 100644 index 000000000000..3a207474dbc0 --- /dev/null +++ b/games-board/gnome-chess/gnome-chess-3.18.0.ebuild @@ -0,0 +1,49 @@ +# 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 readme.gentoo + +DESCRIPTION="Play the classic two-player boardgame of chess" +HOMEPAGE="https://wiki.gnome.org/Apps/Chess" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/librsvg-2.32 + >=x11-libs/gtk+-3.15:3 +" +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + sys-devel/gettext + 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() { + vala_src_prepare + gnome-games_src_prepare +} + +src_install() { + gnome-games_src_install + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome-games_pkg_postinst + readme.gentoo_print_elog +} |