Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 700546

Summary: games-rpg/freedroidrpg-1.0_rc2: freedroid.desktop has wrong name for executable
Product: Gentoo Linux Reporter: Johannes Geiss <johannes.geiss>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: trivial CC: jstein
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=699772
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Steps To Reproduce
emerge --info

Description Johannes Geiss 2019-11-19 08:57:21 UTC
Created attachment 596760 [details]
Steps To Reproduce

The executable "freedroidRPG" and the entries in "freedroid.desktop" have different cases:
freedroidrpg != freedroidRPG

The program does not show up in the application menu.
Comment 1 Johannes Geiss 2019-11-19 08:58:48 UTC
Created attachment 596762 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-06-03 06:08:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec2289ff608900d9c0cceb46a246109dd0881be

commit bec2289ff608900d9c0cceb46a246109dd0881be
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-06-03 05:55:20 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-06-03 06:07:38 +0000

    games-rpg/freedroidrpg: revamp ebuild, unbundle lua
    
    - add python3_9 and 3_10 compat
    - add media-libs/glew dep for USE=opengl (bug #701412)
    - remove sed given package respects docdir, no -pipe line exist, and
      pkgs/ subdirs allows the package to install its icons plus own
      .desktop file normally (fixes bug #700546)
    - remove -ffast-math filter, upstream discourages it but still keeps
      an option to enable it (shouldn't just force it off)
    - enable USE=sound by default and drop sanitize
    
    lua5-3 unbundling also fixes AR issues (bug #742497)
    --with-embedded-lua was due to slotted 5-3 former unavailability
    
    Closes: https://bugs.gentoo.org/700546
    Closes: https://bugs.gentoo.org/701412
    Closes: https://bugs.gentoo.org/742497
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 .../freedroidrpg/freedroidrpg-1.0_rc2-r1.ebuild    | 88 ++++++++++++++++++++++
 1 file changed, 88 insertions(+)