diff options
author | Dawid Węgliński <cla@gentoo.org> | 2008-02-07 22:54:46 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2008-02-07 22:54:46 +0000 |
commit | 17af5dc8bc8df85ccfbf5c99e94e4fc8eccfaa67 (patch) | |
tree | a5c50f106e95ae5ac2b05bd764f268af11044b1d /net-irc | |
parent | Marked stable on amd64 as per bug 209108. (diff) | |
download | gentoo-2-17af5dc8bc8df85ccfbf5c99e94e4fc8eccfaa67.tar.gz gentoo-2-17af5dc8bc8df85ccfbf5c99e94e4fc8eccfaa67.tar.bz2 gentoo-2-17af5dc8bc8df85ccfbf5c99e94e4fc8eccfaa67.zip |
Fix uk_UA.UTF-8 locale wrt bug #196334
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/xchat/files/xchat-fix-uk_UA-locale.diff | 12 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.4-r3.ebuild | 5 |
3 files changed, 21 insertions, 4 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 92a35581d901..887e14b26527 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.263 2007/11/20 18:12:34 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.264 2008/02/07 22:54:45 cla Exp $ + + 07 Feb 2008; Dawid Węgliński <cla@gentoo.org> + +files/xchat-fix-uk_UA-locale.diff, xchat-2.8.4-r3.ebuild: + Fix uk_UA.UTF-8 locale (bug #196334) *xchat-2.8.4-r3 (20 Nov 2007) diff --git a/net-irc/xchat/files/xchat-fix-uk_UA-locale.diff b/net-irc/xchat/files/xchat-fix-uk_UA-locale.diff new file mode 100644 index 000000000000..c17319b46720 --- /dev/null +++ b/net-irc/xchat/files/xchat-fix-uk_UA-locale.diff @@ -0,0 +1,12 @@ +diff -Naur xchat-2.8.4.orig/src/fe-gtk/fe-gtk.c xchat-2.8.4/src/fe-gtk/fe-gtk.c +--- xchat-2.8.4.orig/src/fe-gtk/fe-gtk.c 2008-02-06 11:56:52.000000000 +0000 ++++ xchat-2.8.4/src/fe-gtk/fe-gtk.c 2008-02-06 11:57:26.000000000 +0000 +@@ -717,7 +717,7 @@ + struct session *sess; + float per; + char tbuf[64]; +- char tip[64]; ++ char tip[100]; + + per = (float) serv->sendq_len / 1024.0; + if (per > 1.0) diff --git a/net-irc/xchat/xchat-2.8.4-r3.ebuild b/net-irc/xchat/xchat-2.8.4-r3.ebuild index 9d0d9376230c..01dc11f0f812 100644 --- a/net-irc/xchat/xchat-2.8.4-r3.ebuild +++ b/net-irc/xchat/xchat-2.8.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.4-r3.ebuild,v 1.1 2007/11/20 18:12:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.4-r3.ebuild,v 1.2 2008/02/07 22:54:45 cla Exp $ inherit eutils versionator gnome2 @@ -45,6 +45,7 @@ src_unpack() { epatch "${FILESDIR}"/xc284-scrollbmkdir.diff epatch "${FILESDIR}"/xc284-improvescrollback.diff epatch "${FILESDIR}"/xc284-fix-scrollbfdleak.diff + epatch "${FILESDIR}"/xchat-fix-uk_UA-locale.diff } src_compile() { |