Today i’ve updated my AWN repository
deb http://www.arearelax.org/awn/ ./
with new packages made from awn0.2.1 version taken from Bazaar’s repository.
I’ve thinked that it could be helpfull if I write how you can do your own packages.
First of all install the packages for compile AWN and the dipendencies packages :
root:~# apt-get install build-essential automake1.9 autotools-dev libxdamage-dev libxcomposite-dev libgnome2-common libgnome2-dev libgnome-desktop-dev libgtk2.0-dev libwnck-dev libgconf2-dev libglib2.0-dev libdbus-glib-1-dev python-gtk2-dev gnome-common python-dev python-cairo-dev python-gnome2-dev python-gnome2-desktop gnome-panel python-glade2 librsvg2-common cdbs gnome-pkg-tools gtk-doc-tools valac
install bzr:
root:~# apt-get install bzr
go on your home folder and download AWN source from Bazaar:
user:~$ bzr co lp:awn
join in the new folder
user:~$ cd awn/
and make the packages
user:~$ dpkg-buildpackage -rfakeroot
come back at your home ( cd .. ) and you can find all packages that you need to install AWN
root:~# dpkg -i *.deb
That’s all. Have fun!
Recent Comments