diff options
author | 2014-12-30 05:43:42 +0000 | |
---|---|---|
committer | 2014-12-30 05:43:42 +0000 | |
commit | 92377262233877048c9fa3629661b373cb30ee8c (patch) | |
tree | 42d44fc85b88b4de4435c37cf6c9df5bd6b0949a /games-rpg/soltys | |
parent | Bump (diff) | |
download | gentoo-2-92377262233877048c9fa3629661b373cb30ee8c.tar.gz gentoo-2-92377262233877048c9fa3629661b373cb30ee8c.tar.bz2 gentoo-2-92377262233877048c9fa3629661b373cb30ee8c.zip |
Remove hq3x as default scaler as it can be too ambitious for some machines and can be changed by the user at run time.
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-rpg/soltys')
-rw-r--r-- | games-rpg/soltys/ChangeLog | 9 | ||||
-rw-r--r-- | games-rpg/soltys/soltys-1.0-r1.ebuild (renamed from games-rpg/soltys/soltys-1.0.ebuild) | 8 |
2 files changed, 12 insertions, 5 deletions
diff --git a/games-rpg/soltys/ChangeLog b/games-rpg/soltys/ChangeLog index c386c1fd5f2f..f40e248a68c6 100644 --- a/games-rpg/soltys/ChangeLog +++ b/games-rpg/soltys/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-rpg/soltys # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/soltys/ChangeLog,v 1.1 2014/10/30 00:16:18 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/soltys/ChangeLog,v 1.2 2014/12/30 05:43:42 calchan Exp $ + +*soltys-1.0-r1 (30 Dec 2014) + + 30 Dec 2014; Denis Dupeyron <calchan@gentoo.org> -soltys-1.0.ebuild, + +soltys-1.0-r1.ebuild: + Remove hq3x as default scaler as it can be too ambitious for some machines + and can be changed by the user at run time. *soltys-1.0 (30 Oct 2014) diff --git a/games-rpg/soltys/soltys-1.0.ebuild b/games-rpg/soltys/soltys-1.0-r1.ebuild index fdeaac667380..2de6ead2ca77 100644 --- a/games-rpg/soltys/soltys-1.0.ebuild +++ b/games-rpg/soltys/soltys-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/soltys/soltys-1.0.ebuild,v 1.1 2014/10/30 00:16:18 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/soltys/soltys-1.0-r1.ebuild,v 1.1 2014/12/30 05:43:42 calchan Exp $ EAPI=5 inherit unpacker eutils games @@ -50,15 +50,15 @@ src_install() { doins -r * newicon "${DISTDIR}"/cat-soltys.png soltys.png if use linguas_en || ( ! use linguas_en && ! use linguas_es && ! use linguas_pl ) ; then - games_make_wrapper soltys-en "scummvm -f -g hq3x -p \"${GAMES_DATADIR}/${PN}/en\" soltys" . + games_make_wrapper soltys-en "scummvm -f -p \"${GAMES_DATADIR}/${PN}/en\" soltys" . make_desktop_entry ${PN}-en "Soltys (English)" soltys fi if use linguas_es ; then - games_make_wrapper soltys-es "scummvm -f -g hq3x -p \"${GAMES_DATADIR}/${PN}/es\" soltys" . + games_make_wrapper soltys-es "scummvm -f -p \"${GAMES_DATADIR}/${PN}/es\" soltys" . make_desktop_entry ${PN}-es "Soltys (Español)" soltys fi if use linguas_pl ; then - games_make_wrapper soltys-pl "scummvm -f -g hq3x -p \"${GAMES_DATADIR}/${PN}/pl\" soltys" . + games_make_wrapper soltys-pl "scummvm -f -p \"${GAMES_DATADIR}/${PN}/pl\" soltys" . make_desktop_entry ${PN}-pl "Soltys (Polski)" soltys fi prepgamesdirs |