Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834362 - x11-terms/kitty-0.24.3 installs .desktop files with MimeType but does not update desktop mimeinfo cache
Summary: x11-terms/kitty-0.24.3 installs .desktop files with MimeType but does not upd...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ionen Wolkens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-28 11:14 UTC by Agostino Sarubbo
Modified: 2022-02-28 13:14 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,88.34 KB, text/plain)
2022-02-28 11:14 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-02-28 11:14:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-terms/kitty-0.24.3 installs .desktop files with MimeType but does not update desktop mimeinfo cache.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-28 11:14:32 UTC
Created attachment 765985 [details]
build.log

build log and emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2022-02-28 11:16:26 UTC
Uh, wonder why I didn't get the QA locally this time. I'll have to check.

That aside, it's a overlooked left over from the older ebuilds which runs the wrong function. I'll update soon.
Comment 3 Larry the Git Cow gentoo-dev 2022-02-28 11:28:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8970def9a3ad1258b179bb0a32584fe0da5166ab

commit 8970def9a3ad1258b179bb0a32584fe0da5166ab
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-02-28 11:19:19 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-02-28 11:27:40 +0000

    x11-terms/kitty: call right function for xdg updates
    
    Overlooked that when picked up the package despite
    it was using xdg.eclass and latest kitty has a new
    .desktop with MimeType.
    
    Closes: https://bugs.gentoo.org/834362
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 x11-terms/kitty/kitty-0.23.1-r1.ebuild | 4 ++--
 x11-terms/kitty/kitty-0.24.2.ebuild    | 2 +-
 x11-terms/kitty/kitty-0.24.3.ebuild    | 2 +-
 x11-terms/kitty/kitty-9999.ebuild      | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
Comment 4 Agostino Sarubbo gentoo-dev 2022-02-28 13:14:20 UTC
(In reply to Ionen Wolkens from comment #2)
> Uh, wonder why I didn't get the QA locally this time. I'll have to check.

Don't worry, CI stays here to help in cases like this ;)