Bug 171559 - games-sports/xmoto-0.2.7 version bump
|
Bug#:
171559
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: genstef@gentoo.org
|
Reported By: fellner@gmx.de
|
|
Component: Games
|
|
|
URL:
http://xmoto.tuxfamily.org
|
|
Summary: games-sports/xmoto-0.2.7 version bump
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-03-20 13:56 0000
|
Created an attachment (id=113891) [details]
games-sports/xmoto-0.2.7 : added IUSE="svg2lvl"
Added IUSE"svg2lvl", which installs the needed inkscape-extensions
You need >=inkscape-0.45.
Updated SRC_URI to new server
Updated HOMEPAGE
svg2lvl is not a very descriptive name. "editor" seems to be a fairly common
use flag for installing the game editor as well as the game.
thanks, committed with editor use flag!
(In reply to comment #2)
> svg2lvl is not a very descriptive name. "editor" seems to be a fairly common
> use flag for installing the game editor as well as the game.
>
You are right.
But xmoto-edit still exists, and i wanted to point out that it is not the
common xmoto-edit, but a plugin to create xmoto-lvls from svg-files.
But it seems that xmoto-edit isn't the first choice for creating levels, but
inkscape, so "editor"-Flag is just fine.
As xmoto-edit isn't installed anymore with standard-xmoto-src there is another
bugfix to the ebuild:
In src_install, you shouldn't do the "domenu extra/xmoto-edit.desktop"
Created an attachment (id=113964) [details]
games-sports/xmoto-0.2.7.ebuild
* Stopped trying to install a menuentry for xmoto-edit
* Added an einfo when having editor-FLAG set, with a link to the xmoto-wiki
* editor-flag now only installs the necessary files, not the TODO; AUTHORS, and
so on. Only *.inx, *.py, *.xml.
thanks, I added those extra changes too