jin_liu 发表于 2004-3-31 13:10:14

A roadmap to up kde in Magic

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 :mrgreen: )
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.

jin_liu 发表于 2004-3-31 13:14:15

And update gimp need gtk2.4 and lcms(you can search in google.)

樱家冢 发表于 2004-3-31 13:20:15

无须如此麻烦,大家可以从公社FTP下载这些src.rpm了。

jin_liu 发表于 2004-3-31 13:26:16

无须如此麻烦,大家可以从公社FTP下载这些src.rpm了。
When Iupdated kde3.2.1 ,there were no SRPMS. :mrgreen: .so-----

樱家冢 发表于 2004-3-31 14:20:38

我也是,然后我就把我升级完的副产品送到公社FTP了。
页: [1]
查看完整版本: A roadmap to up kde in Magic