English:Download:Ubuntu
Kadu
Packages maintainer: Prezu
Installation guide
Binary packages
We need to add an entry to /etc/apt/sources.list (ATTENTION: you need to add only one entry, depending on your system's version). To do this type the following command as root:
Hoary Hedgehog
sudo sh -c "echo 'deb http://www.kadu.net/download/binary/ubuntu/repo hoary main' >> /etc/apt/sources.list"
Breezy Badger
sudo sh -c "echo 'deb http://www.kadu.net/download/binary/ubuntu/repo breezy main' >> /etc/apt/sources.list"
Dapper Drake
sudo sh -c "echo 'deb http://www.kadu.net/download/binary/ubuntu/repo dapper main' >> /etc/apt/sources.list"
Edgy Eft
sudo bash -c "echo 'deb http://www.kadu.net/download/binary/ubuntu/repo edgy main' >> /etc/apt/sources.list"
Feisty Fawn
sudo bash -c "echo 'deb http://www.kadu.net/download/binary/ubuntu/repo feisty main' >> /etc/apt/sources.list"
Now we download the key, that Release files are signed with and add it to APT trusted keys database:
wget http://poczta.prezu.one.pl/miastoplusa_sms/gpg.txt -O- | sudo apt-key add -
And again as root:
sudo apt-get update sudo apt-get install kadu
now we can install additional modules, e.g. kadu-alsasound and kadu-extinfo:
sudo apt-get install kadu-alsasound kadu-extinfo
Following additional modules are available:
kadu-advanceduserlist
kadu-alsasound
kadu-amarok
kadu-aosound
kadu-artssound
kadu-dcopexport
kadu-dev
kadu-esdsound
kadu-execnotify
kadu-extinfo
kadu-filedesc
kadu-filtering
kadu-firewall
kadu-iwait4u
kadu-lednotify
kadu-mail
kadu-miastoplusasms
kadu-nassound
kadu-osdhintsnotify
kadu-pcspeaker
kadu-powerkadu
kadu-profiles
kadu-screenshot
kadu-spellchecker
kadu-tabs
kadu-weather
kadu-xmms
kadu-xosdnotify
And additional icon themes:
kadu-themecrystal16
kadu-themecrystal22
kadu-themegg6compat
kadu-themeglass16
kadu-themeglass22
kadu-themenuvola16
kadu-themenuvola22
Source packages
To be able to fetch source packages we need an additional entry in /etc/apt/sources.list:
Hoary Hedgehog
sudo sh -c "echo 'deb-src http://www.kadu.net/download/binary/ubuntu/repo hoary main' >> /etc/apt/sources.list"
Breezy Badger
sudo sh -c "echo 'deb-src http://www.kadu.net/download/binary/ubuntu/repo breezy main' >> /etc/apt/sources.list"
Dapper Drake
sudo sh -c "echo 'deb-src http://www.kadu.net/download/binary/ubuntu/repo dapper main' >> /etc/apt/sources.list"
Edgy Eft
sudo sh -c "echo 'deb-src http://www.kadu.net/download/binary/ubuntu/repo edgy main' >> /etc/apt/sources.list"
Feisty Fawn
sudo sh -c "echo 'deb-src http://www.kadu.net/download/binary/ubuntu/repo feisty main' >> /etc/apt/sources.list"
Update packages list:
sudo apt-get update
Now you can download the sources. This time as a regular user:
mkdir ~/kadu-build cd ~/kadu-build apt-get source kadu
3 files will be downloaded:
kadu_0.6.0.orig.tar.gz - Kadu sources tarball
kadu_0.6.0-<subversion>.diff.gz - the "debianizing" patch file
kadu_0.6.0-<subversion>.dsc - file containing description and MD5 sums the above 2 files, signed with my GPG key.
kadu_0.6.0.orig.tar.gz will be extracted into the current directory.
If you want to make debs yourself, make sure you've installed dpkg-dev and fakeroot:
sudo apt-get install fakeroot dpkg-dev
Make sure you've installed all build dependencies for Kadu:
sudo apt-get build-dep kadu
and build packages:
cd kadu-0.6.0 dpkg-buildpackage -us -uc -rfakeroot
If you discover any mistakes, don't hesitate to inform me. I'll fix it as soon as possible.
--Prezu 20:27, 28 sie 2005 (CEST)
