commit: bdd46e335c5ccc8686934d471b03573c02022876 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat May 26 17:33:05 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat May 26 17:33:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bdd46e33
games-board/gnome-chess: 3.24.1 → 3.26.0 Translation updates. Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A games-board/gnome-chess/gnome-chess-3.26.0.ebuild | 46 +++++++++++++++++++++++ games-board/gnome-chess/metadata.xml | 8 ++++ 2 files changed, 54 insertions(+) diff --git a/games-board/gnome-chess/gnome-chess-3.26.0.ebuild b/games-board/gnome-chess/gnome-chess-3.26.0.ebuild new file mode 100644 index 00000000..ab826471 --- /dev/null +++ b/games-board/gnome-chess/gnome-chess-3.26.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 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 +} diff --git a/games-board/gnome-chess/metadata.xml b/games-board/gnome-chess/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/games-board/gnome-chess/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +</pkgmetadata>
