diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-21 05:33:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-21 05:33:56 +0000 |
commit | cd5980f673cd1e7a64b4397e50ed98758fb6641b (patch) | |
tree | f3014b2e4c441dcce2eec4cff26ad5d455de25b4 /games-engines | |
parent | rm old (diff) | |
download | gentoo-2-cd5980f673cd1e7a64b4397e50ed98758fb6641b.tar.gz gentoo-2-cd5980f673cd1e7a64b4397e50ed98758fb6641b.tar.bz2 gentoo-2-cd5980f673cd1e7a64b4397e50ed98758fb6641b.zip |
point people to additional language packs
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openxcom/ChangeLog | 5 | ||||
-rw-r--r-- | games-engines/openxcom/openxcom-1.0.0.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/games-engines/openxcom/ChangeLog b/games-engines/openxcom/ChangeLog index 7e6d8a2c60be..98b389a49f04 100644 --- a/games-engines/openxcom/ChangeLog +++ b/games-engines/openxcom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/openxcom # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/ChangeLog,v 1.3 2015/01/21 04:59:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/ChangeLog,v 1.4 2015/01/21 05:33:56 mr_bones_ Exp $ + + 21 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> openxcom-1.0.0.ebuild: + point people to additional language packs 21 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> openxcom-1.0.0.ebuild: improve sdl-mixer use deps per Azamat H. Hackimov diff --git a/games-engines/openxcom/openxcom-1.0.0.ebuild b/games-engines/openxcom/openxcom-1.0.0.ebuild index 11c3411d5883..ee6b34fe6d91 100644 --- a/games-engines/openxcom/openxcom-1.0.0.ebuild +++ b/games-engines/openxcom/openxcom-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.3 2015/01/21 04:59:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openxcom/openxcom-1.0.0.ebuild,v 1.4 2015/01/21 05:33:56 mr_bones_ Exp $ EAPI=5 inherit eutils cmake-utils gnome2-utils games @@ -62,6 +62,10 @@ pkg_postinst() { 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" + echo + elog "If you need or want text in some language other than english, download:" + elog "http://openxcom.org/translations/latest.zip and uncompress it in" + elog "${GAMES_DATADIR}/${PN}/data/Language" } pkg_postrm() { |