diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 03:59:29 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 03:59:29 -0500 |
commit | 2f34ce86eabc21c275a3912d1d975f3e60e0cf3d (patch) | |
tree | a1c47495ffe11a174d55b101a5adb14140f8f656 /games-emulation | |
parent | EAPI=5; minor tidying (diff) | |
download | gentoo-2f34ce86eabc21c275a3912d1d975f3e60e0cf3d.tar.gz gentoo-2f34ce86eabc21c275a3912d1d975f3e60e0cf3d.tar.bz2 gentoo-2f34ce86eabc21c275a3912d1d975f3e60e0cf3d.zip |
fixup desktop file
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gxmame/gxmame-0.35_beta2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild index 508f35a95123..0f6958bc187e 100644 --- a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild +++ b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild @@ -35,6 +35,10 @@ src_prepare() { -e "s:-O2:${CFLAGS}:" \ configure || die sed -i \ + -e '/Icon/s/\.png//' \ + -e '/Categories/s/Application;//' \ + gxmame.desktop.in || die + sed -i \ -e 's:COPYING::' \ -e "s:^docdir = .*:docdir = /usr/share/doc/${PF}:" \ -e "s:^htmldir = .*:htmldir = /usr/share/doc/${PF}/html:" \ |