Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 759766 - x11-wm/sawfish[kde] depends on kde-frameworks/kdelibs4support
Summary: x11-wm/sawfish[kde] depends on kde-frameworks/kdelibs4support
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: NeedPatch, PMASKED
Depends on:
Blocks: kf5-portingaids-removal
  Show dependency tree
 
Reported: 2020-12-13 09:46 UTC by Andreas Sturmlechner
Modified: 2023-01-19 14:00 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 Andreas Sturmlechner gentoo-dev 2020-12-13 09:46:21 UTC
- Porting away from KDE4 Support is necessary to be in a good place for Qt6
- Package will benefit from a much leaner dependency set
Comment 1 Andreas Sturmlechner gentoo-dev 2020-12-13 12:21:03 UTC
configure.ac:

> AC_ARG_WITH(kde5session,
>   [  --with-kde5session 	install kde5 session files
>   --without-kde5session], [], [with_kde5session=yes])
> 
> KDE5_SESSION="$with_kde5session"
> 
> if test "$with_kde5session" = "yes"; then
> 	KDE5DIR="`kf5-config --install data`"
> fi
> 
> dnl fallback
> if test "x$KDE5DIR" = x; then
>        KDE5DIR="${datadir}/"
> fi

This looks like trivial use that can be easily fixed not to depend on deprecated kf5-config.

What this package really needs is a maintainer though.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-01-19 14:00:31 UTC
Package removed.