Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685582 - net-p2p/qbittorrent-4.1.6 version bump
Summary: net-p2p/qbittorrent-4.1.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-05-10 19:01 UTC by Ulenrich
Modified: 2019-05-11 13:05 UTC (History)
0 users

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 Ulenrich 2019-05-10 19:01:52 UTC
net-p2p/qbittorrent-4.1.6 
is out - but has hurdle when install phase, because of changed filenames, so 
I inserted into the ebuild at src_install() {
        mv dist/unix/org.qbittorrent.qBittorrent.appdata.xml \ 
           dist/unix/qbittorrent.appdata.xml
        mv dist/unix/org.qbittorrent.qBittorrent.desktop     \ 
           dist/unix/qbittorrent.desktop
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-05-11 13:05:40 UTC
(In reply to Ulenrich from comment #0)
> net-p2p/qbittorrent-4.1.6 
> is out - but has hurdle when install phase, because of changed filenames, so 
> I inserted into the ebuild at src_install() {
>         mv dist/unix/org.qbittorrent.qBittorrent.appdata.xml \ 
>            dist/unix/qbittorrent.appdata.xml
>         mv dist/unix/org.qbittorrent.qBittorrent.desktop     \ 
>            dist/unix/qbittorrent.desktop

not really needed. The desktop file is installed by the buildsystem and recongnized well now.