Skip to content

Commit

Permalink
media-gfx/evoluspencil: fix QA issue with insinto
Browse files Browse the repository at this point in the history
* Use desktop.eclass instead for domenu

Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Dec 12, 2019
1 parent bcbf62d commit b115a1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions media-gfx/evoluspencil/evoluspencil-3.1.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit rpm xdg-utils
inherit rpm xdg-utils desktop

MY_PN="${PN/evolus/}"
MY_PV="${PV}.ga"
Expand Down Expand Up @@ -66,8 +66,7 @@ src_install() {
fperms 755 /opt/${MY_PN}/${MY_PN}
dosym ../../opt/${MY_PN}/${MY_PN} /usr/bin/evoluspencil

insinto /usr/share/applications
doins "${FILESDIR}"/${MY_PN}.desktop
domenu "${FILESDIR}"/${MY_PN}.desktop

mkdir -p "${D}"/usr/share/icons/hicolor/256x256/apps/ || die
mv "${D}"/opt/${MY_PN}/${MY_PN}.png "${D}"/usr/share/icons/hicolor/256x256/apps/ || die
Expand Down

0 comments on commit b115a1f

Please sign in to comment.