net-p2p/qbittorrent: install desktop file
authorNikos Chantziaras <realnc@gmail.com>
Tue, 14 Aug 2018 05:31:36 +0000 (08:31 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 15 Aug 2018 01:35:46 +0000 (04:35 +0300)
Closes: https://bugs.gentoo.org/663554
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9570

net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild

index 2c128403ac6f124bfeba6b456fd2e2bf95a8c51f..dba40dca433b0889a1d9fbe8504442de0e861b35 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit gnome2-utils xdg-utils
+inherit desktop gnome2-utils xdg-utils
 
 DESCRIPTION="BitTorrent client in C++ and Qt"
 HOMEPAGE="https://www.qbittorrent.org
@@ -54,6 +54,7 @@ src_configure() {
 
 src_install() {
        emake STRIP="/bin/false" INSTALL_ROOT="${D}" install
+       domenu dist/unix/qbittorrent.desktop
        einstalldocs
 }