English:Download:Debian
Kadu
Packages maintainer: Prezu
Spis treści |
Binary packages
Packages were compiled for i386, AMD64 and (thanks to Paweł Miniewicz's kindness) PowerPC architectures.
We need to add an entry to /etc/apt/sources.list. (Depending on version of Debian):
Sarge (Old Stable)
deb http://www.kadu.net/download/binary/debian/repo stable main
Etch (Stable)
For stable branch of Kadu:
deb http://www.kadu.net/download/binary/debian/repo testing main
For development branch:
deb http://www.kadu.net/download/binary/debian/0.5.0-svn/etch/ ./
Lenny (Testing)
Kadu's already in Lenny, so you don't have to add any entry.
Sid (Unstable)
Kadu's already in Sid, so you don't have to add any entry.
If yor're using Etch, you'll have to download the key, that Release files are signed with. In case you're using Sarge, or Sid just omit the next 3 commands. Download the key:
$ wget http://poczta.prezu.one.pl/miastoplusa_sms/gpg.txt -O- | sudo apt-key add -
Afterwards:
# apt-get update
And install Kadu:
# apt-get install kadu
To install additional modules and/or themes:
# apt-get install <module-package>
where <module-package> is one of: kadu-alsasound, kadu-amarok, kadu-aosound, kadu-artssound, kadu-dcopexport, kadu-extinfo, kadu-filedesc, kadu-lednotify, kadu-mail, kadu-miastoplusasms, kadu-nassound, kadu-pcspeaker, kadu-spellchecker, kadu-tabs, kadu-tclscripting, kadu-weather, kadu-xmms, kadu-xosdnotify, kadu-themecrystal16, kadu-themecrystal22, kadu-themenuvola16, kadu-themenuvola22.
Source package
First you need to add an entry to /etc/apt/sources.list. Again depending on your Debian version:
Sarge (Old Stable)
deb-src http://www.kadu.net/download/binary/debian/repo stable main
Etch (Stable)
For stable branch of Kadu:
deb-src http://www.kadu.net/download/binary/debian/repo testing main
For development branch:
deb-src http://www.kadu.net/download/binary/debian/0.5.0-svn/etch/ ./
Lenny (Testing)
Kadu is already in Lenny, so no additional entry is needed.
Sid (Unstable)
Kadu is already in Sid, so no additional entry is needed.
create a directory and cd to it:
$ mkdir ~/kadu-build $ cd ~/kadu-build
Get the sources:
$ apt-get source kadu
3 files well be downloaded:
kadu_0.4.3-<podwersja>.orig.tar.gz - Kadu source tarball
kadu_0.4.3-<podwersja>.diff.gz - "debianising" patch
kadu_0.4.3-<podwersja>.dsc - file containing description and MD5 sums the above 2 files, signed with my GPG key
kadu_0.4.3.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:
# apt-get install dpkg-dev fakeroot
Make sure you've installed all build dependencies for Kadu:
# apt-get build-dep kadu
and build packages:
$ cd kadu-0.4.3 $ 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 13:37, 30 kwi 2005 (CEST)
