Archive for the ‘ Linux ’ Category
QJSon has now gotten into the Fedora repositories, I am not the maintainer of it. You should remove libqjson* that you have installed from here, and instead use the official build. Code: su -c 'yum remove libqjson* && yum install qjson' After that you install kopete-facebook: F11 32 bit: Code: su -c 'rpm -Uhv http://rubbad.com/files/fedora/11/RPM/i586/kopete-facebook-0.1.4-4.fc11.i586.rpm' 64 bit: Code: su -c 'rpm -Uhv http://rubbad.com/files/fedora/11/RPM/x86_64/kopete-facebook-0.1.4-4.fc11.x86_64.rpm' F12 32 bit: Code: su -c [ READ MORE ]
openSUSE 11.2 went public a while ago and I thought I’d check it out. Suse was one of the first distributions I began experimenting with linux on. I was impressed then (opensuse 9.0), and 11.2 does not let me down. Everything I’ve thrown at it thus far has been successful. OpenSuse has always had a [ READ MORE ]
Just finished building for Fedora 11 i586 and Fedora 12 i686, libqjson also updated to 0.6.3 on Fedora 11. Files available here. [ READ MORE ]
Updated my RPMs for Fedora 12 to fix the buddy list not showing. http://duncan.mac-vicar.com/blog/archives/597 http://rubbad.com/files/fedora/12/RPM/x86_64/kopete-facebook-0.1.4-2.fc12.x86_64.rpm [ READ MORE ]
libqjson updated to version 0.6.3 for x86_64 fedora 11 and 12. download from here. [ READ MORE ]
RPMs for fedora 12 beta x86_64 available now too. see http://rubbad.com/files/fedora/12 [ READ MORE ]
New version released by Duncan Mac-Vicar. See http://duncan.mac-vicar.com/blog/archives/597 for details Installation instructions for fedora 11: 64 bit: wget http://rubbad.com/files/fedora/11/RPM/x86_64/libqjson0-0.6.0-1.fc11.x86_64.rpm wget http://rubbad.com/files/fedora/11/RPM/x86_64/kopete-facebook-0.1.4-1.fc11.x86_64.rpm su -c 'yum install --nogpgcheck libqjson0-0.6.0-1.fc11.x86_64.rpm kopete-facebook-0.1.4-1.fc11.x86_64.rpm' 32bit: wget http://rubbad.com/files/fedora/11/RPM/i586/libqjson0-0.6.0-1.fc11.i586.rpm wget http://rubbad.com/files/fedora/11/RPM/i586/kopete-facebook-0.1.4-1.fc11.i586.rpm su -c 'yum install --nogpgcheck libqjson0-0.6.0-1.fc11.i586.rpm kopete-facebook-0.1.4-1.fc11.i586.rpm' [ READ MORE ]
Finally, I have successfully ported and built this: http://aur.archlinux.org/packages.php?ID=26731 to fedora 11, RPMs and source are available from here. I’m using an old source revision for the kopete-plugin, namely version 20090702-1 that the src.rpm will download from this site also as I did not know from where else I could get it. You need to grab libqjson0-0.5.1-1.fc11.i586.rpm [ READ MORE ]
I just built my first RPM for fedora! w000t! In this post I will document the steps I took to make it build. I’ll start from the very beginning. Tools used: # yum groupinstall “Development Tools” # yum install rpmdevtools as stated here. Then I installed rpmlint because I wanted to check on my .spec file to make sure it was [ READ MORE ]
Howto install flash in 64bit archlinux. #pacman -S flashplugin done! I was surprised when I did that by mistake, that it actually seems to have installed the 64bit flash-plugin rather than the 32bit one with nspluginwrapper & co. No more manually moving files around! [ READ MORE ]