diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-01-28 17:17:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-01-28 17:17:59 +0000 |
commit | 83b2e942c1a5c4b00b90291448f5970df76e885c (patch) | |
tree | e4ce4076969800b5df7b47acf7e00eeb3642e5d9 /net-irc/xchat | |
parent | Removing stale entries for sys-cluster/util-vserver, sys-cluster/vzctl and sy... (diff) | |
download | gentoo-2-83b2e942c1a5c4b00b90291448f5970df76e885c.tar.gz gentoo-2-83b2e942c1a5c4b00b90291448f5970df76e885c.tar.bz2 gentoo-2-83b2e942c1a5c4b00b90291448f5970df76e885c.zip |
Pull in a small i18n fix from upstream.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat/files/xc280-fix-ja.diff | 14 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.0.ebuild | 3 |
3 files changed, 21 insertions, 2 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 7f668f688469..ac8ad51ae17c 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.223 2007/01/06 10:28:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.224 2007/01/28 17:17:59 swegener Exp $ + + 28 Jan 2007; Sven Wegener <swegener@gentoo.org> +files/xc280-fix-ja.diff, + xchat-2.8.0.ebuild: + Pull in a small i18n fix from upstream. 06 Jan 2007; Sven Wegener <swegener@gentoo.org> xchat-2.8.0.ebuild: Add postinst message about integrated systray icon. diff --git a/net-irc/xchat/files/xc280-fix-ja.diff b/net-irc/xchat/files/xc280-fix-ja.diff new file mode 100644 index 000000000000..737a5457fcef --- /dev/null +++ b/net-irc/xchat/files/xc280-fix-ja.diff @@ -0,0 +1,14 @@ +# +# Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run! +# +--- xchat-2.6.8/po/ja.po 8 Aug 2006 14:39:41 -0000 1.16 ++++ xchat-2.6.8p1/po/ja.po 15 Nov 2006 00:59:59 -0000 +@@ -1082,7 +1176,7 @@ + + #: src/common/textevents.h:318 + msgid "%C28-%C29$1/Wallops%C28-%O$t$2" +-msgstr "%C28-%C29$1/Wallops%C28-%O$t$" ++msgstr "%C28-%C29$1/Wallops%C28-%O$t$2" + + #: src/common/textevents.h:321 + #, fuzzy diff --git a/net-irc/xchat/xchat-2.8.0.ebuild b/net-irc/xchat/xchat-2.8.0.ebuild index 5fa40d15c028..6e771f277c48 100644 --- a/net-irc/xchat/xchat-2.8.0.ebuild +++ b/net-irc/xchat/xchat-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.0.ebuild,v 1.3 2007/01/06 10:28:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.0.ebuild,v 1.4 2007/01/28 17:17:59 swegener Exp $ inherit eutils versionator gnome2 @@ -37,6 +37,7 @@ src_unpack() { use xchatdccserver && epatch "${DISTDIR}"/xchat-dccserver-0.6.patch.bz2 epatch "${FILESDIR}"/xc280-fix-back.diff + epatch "${FILESDIR}"/xc280-fix-ja.diff # use libdir/xchat/plugins as the plugin directory if [ $(get_libdir) != "lib" ] ; then |