You are not logged in.
I'd like to know if it's possible to compile some of the packages in the large kde tarballs.
For example, only compile kbounce from the kdegames tarball.
Is this possible with --enable-kbounce --disable-{all other games}, or remove the other folders before starting ./configure.
And does dependance tracking still works for only that package or for the whole tarball.
Greets, Xerverius
Offline
as pacman works u can't without messing up your system.
pacman cannot manage that two packages own the same file, so if u force isntalling thought the files exist, when u upgrade/remove one of them their files will be missing, but the package will be there.
Offline
It's possible. Some users have made PKGBUILD for stand-alone KDE apps: http://bbs.archlinux.org/viewtopic.php?t=13370
But it's quite involved. You could always download the source and read the doc and configure file. Maybe you could use abs to only compile the apps you want.
Offline
That was just where i was looking for, thanks 8)
Offline