1) removed unused eclass
2) added desktop file
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools eutils flag-o-matic
+inherit autotools eutils desktop xdg
DESCRIPTION="An instrument editor for gig files"
HOMEPAGE="http://www.linuxsampler.org/"
einfo "Removing static libs..."
find "${D}" -name "*.la" -delete || die "Failed to remove static libs"
+
+ make_desktop_entry gigedit GigEdit "" "AudioVideo;AudioVideoEditing"
}