diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-11-06 15:32:29 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-11-06 15:32:29 +0000 |
commit | fc99f57f372b7c813443b4479528cdc9fc045bd9 (patch) | |
tree | 7f436aedab7dca90229d5c5a267e626ac37b661a /xfce-base | |
parent | Adding missing -r in dohtml (diff) | |
download | gentoo-2-fc99f57f372b7c813443b4479528cdc9fc045bd9.tar.gz gentoo-2-fc99f57f372b7c813443b4479528cdc9fc045bd9.tar.bz2 gentoo-2-fc99f57f372b7c813443b4479528cdc9fc045bd9.zip |
Fix polish po file. Drop old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/garcon/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/garcon/files/garcon-0.1.2-fix_polish_po.patch | 15 | ||||
-rw-r--r-- | xfce-base/garcon/garcon-0.1.2-r1.ebuild (renamed from xfce-base/garcon/garcon-0.1.2.ebuild) | 3 |
3 files changed, 24 insertions, 2 deletions
diff --git a/xfce-base/garcon/ChangeLog b/xfce-base/garcon/ChangeLog index aec6ea44dec9..45f963fca842 100644 --- a/xfce-base/garcon/ChangeLog +++ b/xfce-base/garcon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/garcon # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.10 2010/11/03 19:23:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.11 2010/11/06 15:32:29 xarthisius Exp $ + +*garcon-0.1.2-r1 (06 Nov 2010) + + 06 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> -garcon-0.1.2.ebuild, + +garcon-0.1.2-r1.ebuild, +files/garcon-0.1.2-fix_polish_po.patch: + Fix polish po file. Drop old. *garcon-0.1.2 (03 Nov 2010) diff --git a/xfce-base/garcon/files/garcon-0.1.2-fix_polish_po.patch b/xfce-base/garcon/files/garcon-0.1.2-fix_polish_po.patch new file mode 100644 index 000000000000..0358a50a0f1c --- /dev/null +++ b/xfce-base/garcon/files/garcon-0.1.2-fix_polish_po.patch @@ -0,0 +1,15 @@ +http://bugzilla.xfce.org/show_bug.cgi?id=6783 + +--- a/po/pl.po ++++ b/po/pl.po +@@ -12,8 +12,8 @@ + "Language-Team: Polish <>\n" + "Language: pl\n" + "MIME-Version: 1.0\n" +-"Content-Type: text/plain; charset=\n" +-"Content-Transfer-Encoding: \n" ++"Content-Type: text/plain; charset=utf-8\n" ++"Content-Transfer-Encoding: 8bit\n" + + #: ../data/xfce/xfce-accessories.directory.in.h:1 + msgid "Accessories" diff --git a/xfce-base/garcon/garcon-0.1.2.ebuild b/xfce-base/garcon/garcon-0.1.2-r1.ebuild index 6679fa8bbffd..bd9408796811 100644 --- a/xfce-base/garcon/garcon-0.1.2.ebuild +++ b/xfce-base/garcon/garcon-0.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.2.ebuild,v 1.1 2010/11/03 19:23:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.2-r1.ebuild,v 1.1 2010/11/06 15:32:29 xarthisius Exp $ EAPI=3 inherit xfconf @@ -30,4 +30,5 @@ pkg_setup() { ) DOCS="AUTHORS ChangeLog HACKING NEWS README STATUS TODO" + PATCHES=( "${FILESDIR}"/${P}-fix_polish_po.patch ) } |