Change kopetes’ away message using dcop
This is just a small example to ‘advertise’ the dcops’ capabilities.
This command
dcop kopete KopetIface setAway "Dcop ftw"
will set you status to Away with “Dcop ftw” away message
For all the available options to control kopete ( and not only ) try the Kdcop, a gui for dcop kde system message :)
Rebuild meta-package on Gentoo
For those who want to rebuild a meta package in gentoo , I have some bad news. Its not possible on portage 2.1.
There are some workarounds on this but still you will end up rebuilding many useless packages
Lets assume you want to rebuild kde-meta:3.5 meta package
- You can use emerge -eav kde-meta:3.5. If you try this you will see that you will emerge more than 500 packages. This is overkill
- You can use a custom script.This script will find any package in kde-base category with 3.5 slot and rebuild it. Much better than before
for i in $(qlist -C -I -L -S kde-base/*:3.5);do emerge $i;done - Unmask and emerge portage-2.2 and use sets
In portage 2.2 there are no meta packages but sets. So if you want to rebuild kde3.5 you need to do the followingemerge @kde3-xSets can be found under /usr/portage/sets/
KDE4 keywords file
This is the complete kde4 keywords file to install kde4 from kde-testing overlay :)
Enjoy :)
netgo_ng,kopete-antispam,anyremote @ sunrise overlay
I decided to write on this blog , the ebuilds I am commiting to Sunrise Overlay in order to inspire more gentoo users to involve in this overlay
So
1) netgo_ng
2) kopete-antispam
3) anyremote
Hope these ebuild will be usefull for you. You can contribute at any time following this tutorial











