Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663554 - net-p2p/qbittorrent-4.1.2: desktop file is not installed
Summary: net-p2p/qbittorrent-4.1.2: desktop file is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-14 05:29 UTC by Nikos Chantziaras
Modified: 2018-08-15 01:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikos Chantziaras 2018-08-14 05:29:52 UTC
The net-p2p/qbittorrent-4.1.2 ebuild switched from CMake to autotools, and as a result no desktop file is being installed.

GitHub PR fixes that with:

insinto /usr/share/applications
doins dist/unix/qbittorrent.desktop
Comment 1 Larry the Git Cow gentoo-dev 2018-08-15 01:36:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8f708ebb27f95f2262b642c6f3a920f4b35e06

commit 6b8f708ebb27f95f2262b642c6f3a920f4b35e06
Author:     Nikos Chantziaras <realnc@gmail.com>
AuthorDate: 2018-08-14 05:31:36 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2018-08-15 01:35:46 +0000

    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(-)