<p>I posted this on the user forum, but perhaps this is a better place to ask:</p>
<p>I need to recompile kwin to test some changes made upstream, that<br>
would solve problems with my card. But kwin, or kde-window-manager<br>
package and its additions have one large source package:<br>
kde-workspace, that includes plasma-dekstop, systemsettings, ksysguard<br>
and a lot of other programs. I can compile that whole bunch of<br>
packages, but I do not really need all those, and it takes ages on my<br>
aging machine.</p>
<p>How do I compile just the kde-window-manager related packages?</p>
<p>I did this so far:</p>
<p>apt-get source kde-window-manager  ## it is smart and downloads the<br>
correct source packages<br>
cd kde-workspace*<br>
## I applied the patch and then:<br>
dpkg-buildpackage -rfakeroot -uc -b</p>
<p>- that is still running, and if it finally ends in problems i will be<br>
pulling my hair out...</p>
<p>So, is there any way to specify, which packages to build?</p>
<p>Donatas<br>
</p>