commit: 6b8f708ebb27f95f2262b642c6f3a920f4b35e06 Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com> AuthorDate: Tue Aug 14 05:31:36 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 01:35:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8f708e
net-p2p/qbittorrent: install desktop file 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild index 2c128403ac6..dba40dca433 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild @@ -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 }
