PDA

View Full Version : Request or help: xchat-gnome 0.6


Confuse
November 18th, 2005, 09:02 PM
Can anyone tell me how to backport xchat-gnome 0.6 to breezy? its in the dapper repos. I get the following error when I try.

***Entering source tree...
***Editing changelog...
***Resolving build dependencies...
Reading package lists... Done
Building dependency tree... Done
E: Must specify at least one package to check builddeps for
I couldn't resolve build dependencies by myself. I'll drop you to a shell
damian@pompey:~/ubp-compile-temp/xchat-gnome-0.6$

m_gasior
November 19th, 2005, 11:28 AM
Hi,

For me everything is OK. You need 3 files:
1. http://archive.ubuntu.com/ubuntu/pool/universe/x/xchat-gnome/xchat-gnome_0.6-0ubuntu2.dsc
2. http://archive.ubuntu.com/ubuntu/pool/universe/x/xchat-gnome/xchat-gnome_0.6.orig.tar.gz
3. http://archive.ubuntu.com/ubuntu/pool/universe/x/xchat-gnome/xchat-gnome_0.6-0ubuntu2.diff.gz

Then
1. dpkg-source -x chat-gnome_0.6-0ubuntu2.dsc
2. cd xchat-gnome-0.6/
3. dpkg-buildpackage -rfakeroot

Probably you will have to install some dev packages.

Confuse
November 19th, 2005, 01:58 PM
Thank you so much!!!! It worked! Is this how I should approach other packages I want to backport too? Thanks again I really appreciate it!

m_gasior
November 19th, 2005, 03:17 PM
This is simple way and you can try it with most packages, but sometimes it isn't so easy. :smile:

m_gasior
November 21st, 2005, 04:11 PM
Here is new xchat-gnome 0.7 deb.

http://www.paczki-ubuntu.cba.pl/upload/xchat-gnome_0.7-1_i386.deb

akurashy
November 21st, 2005, 04:26 PM
my bad but what xchat-gnome does?

Confuse
November 21st, 2005, 10:00 PM
Ooooooooo, thank you! =]

xchat-gnome is basically a frontend to xchat that makes it more HIG friendly. Its really nice, but still a bit incomplete.

m_gasior
December 21st, 2005, 03:06 PM
New xchat-gnome 0.8 is out.
Changes: translation support (including full fr and en_GB translations) and a new userlist pop-up.
My packages for Breezy:

http://ubuntu.host.sk/upload/xchat-gnome_0.8-1_i386.deb

or

http://www.paczki-ubuntu.cba.pl/upload/xchat-gnome_0.8-1_i386.deb

Confuse
December 21st, 2005, 03:42 PM
New xchat-gnome 0.8 is out.
Changes: translation support (including full fr and en_GB translations) and a new userlist pop-up.
My packages for Breezy:

http://ubuntu.host.sk/upload/xchat-gnome_0.8-1_i386.deb

or

http://www.paczki-ubuntu.cba.pl/upload/xchat-gnome_0.8-1_i386.deb

Is it compiled against libsexy and ssl? Thats why I've been trying to compile my own, some of them omit important features.

m_gasior
December 22nd, 2005, 04:50 AM
Libsexy and ssl are not supported. But if you need libsexy you can try to recompile dapper version. There is only one problem. Before building package you have to edit control file from debian directory. Find:

libdbus-glib-1-dev (>= 0.60)

and change to

libdbus-glib-1-dev (>= 0.36).

Confuse
December 22nd, 2005, 02:37 PM
Libsexy and ssl are not supported. But if you need libsexy you can try to recompile dapper version. There is only one problem. Before building package you have to edit control file from debian directory. Find:

libdbus-glib-1-dev (>= 0.60)

and change to

libdbus-glib-1-dev (>= 0.36).

Thanks, thats what I was having problems with. I "backported" libsexy to breezy and am linking it to xchat-gnome, but this problem had me stompted.

Confuse
December 22nd, 2005, 02:49 PM
I just upgraded to .8 and man I don't like it. There is just too much dead space below the networks and channels, at least before you had some useful room viewing the people in the channel. Ugh, might have to revert back.