Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914125 - kde-apps/kdf: missing dependency on kde-frameworks/kjobwidgets?
Summary: kde-apps/kdf: missing dependency on kde-frameworks/kjobwidgets?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://invent.kde.org/utilities/kdf/...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2023-09-13 17:52 UTC by Sam James
Modified: 2023-09-14 21:15 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-13 17:52:12 UTC
```
VDB: detected possibly incorrect RDEPEND (kde-apps/kdf-23.08.0)
kde-frameworks/kcmutils:5 <
                          > kde-frameworks/kjobwidgets:5
```

but it's unclear to me where it's used/if it is.
Comment 1 Andreas Sturmlechner gentoo-dev 2023-09-14 20:18:37 UTC
> $ for x in $(ls -1 /usr/include/KF5/KJobWidgets/*); do grep -R $(basename $x); done
> src/kwikdisk.cpp:#include <KDialogJobUiDelegate>
> src/kwikdisk.cpp:    job->setUiDelegate(new KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, nullptr));
Comment 2 Larry the Git Cow gentoo-dev 2023-09-14 21:15:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d7d942b37159225adc6a3fc3e13d6c75f02352d

commit 6d7d942b37159225adc6a3fc3e13d6c75f02352d
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2023-09-14 20:19:08 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2023-09-14 21:14:28 +0000

    kde-apps/kdf: Add missing dependencies
    
    Closes: https://bugs.gentoo.org/914125
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/kdf/kdf-23.08.49.9999.ebuild | 9 ++++++---
 kde-apps/kdf/kdf-9999.ebuild          | 9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)