You are not logged in.
I have compiled KDE 3.3.49 manually. How can I make pacman to see that I already have KDE ? When I try to download any software via pacman which requires KDE, pacman want's to download KDE as dependencies of the software. Sorry for my english.
"god@heaven$ emerge world"
~ Genesis on Gentoo
Offline
In order to do this, you should compile KDE through "ABS"
these links should help:
http://wiki2.archlinux.org/index.php/Pa … %20Makepkg
Basically, you would compile it the same using makepkg, which will create a file named "kde-3.3.49-1.pkg.tar.gz" - from there just run "pacman -A kde-3.3.49-1.pkg.tar.gz"
However, what is the reason you are self compiling KDE?
Offline
Maybe faster, more optimized for my machine. Anyway there is no beta binaries for arch linux (kde 3.3.91). Now I should recompile KDE ? Isn't there something like pacman -updatedb kde
"god@heaven$ emerge world"
~ Genesis on Gentoo
Offline
no, there isn't an option like that because arch is a binary based distro... in a binary distro you really shouldn't "spoof" packages...
that said, there is a way you can "shoe horn" it in....
Take a look in /var/lib/pacman - it has a bunch of directories and files underneath... you can create a dir and the files for your compiled version of KDE... this should fool pacman into thinking you have KDE...
I still say that the best bet is to recompile it using abs...
However, if you're really heavy into "optimizations for your machine" I'd suggest checking out http://www.gentoo.org
Offline