diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.1.2.ebuild index 2c128403ac6f..dba40dca433b 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 } |