Knetwalk is a game for kde and it is included in kdegames.
For me, copying a random split-kdegames-ebuild to kde-base/knetwalk and adding
"kde-base/kdegames kde-base/knetwalk" to eclass/kde-functions.eclass worked
just fine.
(worked at least for 3.5.7 and 3.5.8, i don't know since when it is in
kdegames)
It's fairly trivial so I hope this is enough information.
Was it right to choose "ebuilds" as component for this or would "KDE" have been
better?
Reproducible: Always
(In reply to comment #1)
> Maybe you could at least post SRC_URI.
>
Everything is handled by the kde-eclasses. (especially kde-funktions.eclass,
which provides the split <--> moolithic something)
The ebuild does not even need SRC_URI, because knetwalk is part of kdegames and
therefore the only problem is, that there is no split ebuild. For monolithic
kde it should work fine as it is now.
The only thing that has to be done is copying a split kdegame ebuild (for
example kde-base/ktron) to kde-base/knetwalk. they do not have SRC_URIs at all.
Just two things have to be changed:
1. The description in the ebuild
2. one line has to be added to kde-functions.eclass
Maybe it wasn't clear enough previously