Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 700546 - games-rpg/freedroidrpg-1.0_rc2: freedroid.desktop has wrong name for executable
Summary: games-rpg/freedroidrpg-1.0_rc2: freedroid.desktop has wrong name for executable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-19 08:57 UTC by Johannes Geiss
Modified: 2021-06-03 06:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Steps To Reproduce (file_700546.txt,125 bytes, text/plain)
2019-11-19 08:57 UTC, Johannes Geiss
Details
emerge --info (emerge-info.log,7.34 KB, text/plain)
2019-11-19 08:58 UTC, Johannes Geiss
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)