mr_bones_ 14/06/14 19:33:21 Added: metadata.xml openxcom-1.0.0.ebuild ChangeLog Log: initial import (bug #470188) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 games-engines/openxcom/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openxcom/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openxcom/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>games</herd> </pkgmetadata> 1.1 games-engines/openxcom/openxcom-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openxcom/openxcom-1.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openxcom/openxcom-1.0.0.ebuild?rev=1.1&content-type=text/plain Index: openxcom-1.0.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/openxcom-1.0.0.ebuild,v 1.1 2014/06/14 19:33:21 mr_bones_ Exp $ EAPI=5 inherit eutils cmake-utils gnome2-utils games DESCRIPTION="An open-source reimplementation of the popular UFO: Enemy Unknown" HOMEPAGE="http://openxcom.org/" SRC_URI="http://openxcom.org/wp-content/uploads/downloads/2014/06/${P}.tar.gz" LICENSE="GPL-3 CC-BY-SA-4.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND=">=dev-cpp/yaml-cpp-0.5.1 media-libs/libsdl[opengl,video] media-libs/sdl-gfx media-libs/sdl-image[png] media-libs/sdl-mixer" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" DOCS=( README.txt ) src_configure() { mycmakeargs=( "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" "-DDATADIR=${GAMES_DATADIR}/${PN}" ) cmake-utils_src_configure } src_compile() { use doc && cmake-utils_src_compile doxygen cmake-utils_src_compile } src_install() { cmake-utils_src_install use doc && dohtml -r "${CMAKE_BUILD_DIR}"/docs/html/* doicon -s scalable res/linux/icons/openxcom.svg newicon -s 48 res/linux/icons/openxcom_48x48.png openxcom.png newicon -s 128 res/linux/icons/openxcom_128x128.png openxcom.png domenu res/linux/openxcom.desktop prepgamesdirs } pkg_preinst() { games_pkg_preinst gnome2_icon_savelist } pkg_postinst() { games_pkg_postinst gnome2_icon_cache_update echo elog "In order to play you need copy GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND," elog "TERRAIN, UFOGRAPH, UFOINTRO, UNITS folders from original X-COM game to" elog "${GAMES_DATADIR}/${PN}/data" } pkg_postrm() { gnome2_icon_cache_update } 1.1 games-engines/openxcom/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openxcom/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openxcom/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for games-engines/openxcom # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/ChangeLog,v 1.1 2014/06/14 19:33:21 mr_bones_ Exp $ *openxcom-1.0.0 (14 Jun 2014) 14 Jun 2014; Michael Sterrett <[email protected]> +metadata.xml, +openxcom-1.0.0.ebuild: initial import (bug #470188)
