|
As I have uploaded some snapshots of kde.3.2.1 and gimp 2.0 based on Magic pre6(BTW:when update magic pre5 to pre6,you should install libselinux firstly. ),some guys ask me how to update.Now I give some advice to update kde and gimp.
We may know that the patch which is includeed in Magicpre6 packages is also can be patched to kde3.2.1.So first you must download some Magic pre6 SRPM ,such as qt(if you want to update qt to 3.3.3,otherwise you just install qt3.3.0 binary packages,as kde3.2.1 just need qt>3.2.3),kdelibs,kdebase (you needn't other kde SRPMS)and kde3.2.1 sources like kdelibs-3.2.1.tar.bz2( for convenience,not tar.gz) from www.kde.org.then you can begin update.I just show update kdelibs.
rpm -ivh kdelibs-3.2.0-1mgc.src.rpm.
cd /usr/src/mBuild/SOURCES
rm -rf kdelibs-3.2.0.tar.gz
cp xxx/kdelibs-3.2.1.tar.gz(where you kdelibs-3.2.1 is) ./ (you may notice )
cd ../SPECS
vi kdelibs.spec
and change all 3.2.0 to 3.2.1
then rpmbuild --ba kdelibs.spec --target=i686.
It's ok now.(kdebase's update is the same).
Last if you want to update other kde packeages, it's more simple.
just like: tar jxvf kdenetwork-3.2.1.tar.bz
./configure --prefix=/usr --disable-debug --enable-final
make;make install. |
|