commit: c4ce7c30d7dd560bc870c4496ce24281617ad345 Author: tomboy64 <tomboy64 <AT> sina <DOT> cn> AuthorDate: Thu Apr 20 19:19:21 2017 +0000 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name> CommitDate: Sat Apr 22 15:55:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=c4ce7c30
games-strategy/wyrmsun: new package Package-Manager: Portage-2.3.5, Repoman-2.3.2 games-strategy/wyrmsun/metadata.xml | 19 +++++++++++++ games-strategy/wyrmsun/wyrmsun-2.7.1.ebuild | 41 +++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/games-strategy/wyrmsun/metadata.xml b/games-strategy/wyrmsun/metadata.xml new file mode 100644 index 0000000..4950e63 --- /dev/null +++ b/games-strategy/wyrmsun/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Tommy Boy</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Games</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + In the Wyrmsun universe a myriad of inhabited planets exist. Humans dwell on Earth, while dwarves inhabit Nidavellir and elves nourish the world of Alfheim. These peoples struggle to carve a place for themselves with their tools of stone, bronze and iron. And perhaps one day they will meet one another, beyond the stars... + </longdescription> +</pkgmetadata> diff --git a/games-strategy/wyrmsun/wyrmsun-2.7.1.ebuild b/games-strategy/wyrmsun/wyrmsun-2.7.1.ebuild new file mode 100644 index 0000000..80505ba --- /dev/null +++ b/games-strategy/wyrmsun/wyrmsun-2.7.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils gnome2-utils + +DESCRIPTION="Strategy game based on history, mythology and fiction" +HOMEPAGE="https://andrettin.github.io/" +SRC_URI="https://github.com/Andrettin/Wyrmsun/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="games-engines/wyrmgus" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN/w/W}-${PV}" + +src_install() { + domenu "linux/${PN}.desktop" + newicon -s 128 graphics/ui/icons/wyrmsun_icon_128_background.png wyrmsun.png + + insinto "/usr/share/${PN}/" + doins -r graphics maps music scripts sounds translations oaml.defs + dodoc license.txt readme.txt +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}
