Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gcal/files: gcal-3.01-gettext-charset.patch
Date: Thu, 26 Feb 2009 21:41:25
Message-Id: E1Lcnyt-0005t3-3f@stork.gentoo.org
1 ulm 09/02/26 21:41:23
2
3 Added: gcal-3.01-gettext-charset.patch
4 Log:
5 Change region codes for Germany and Switzerland according to ISO 3166-2,
6 bug 144813. Specify input file encoding for xgettext. Assign RDEPEND.
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 app-misc/gcal/files/gcal-3.01-gettext-charset.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gcal/files/gcal-3.01-gettext-charset.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gcal/files/gcal-3.01-gettext-charset.patch?rev=1.1&content-type=text/plain
14
15 Index: gcal-3.01-gettext-charset.patch
16 ===================================================================
17 --- gcal-3.01-orig/po/Makefile.in.in 1999-11-08 01:27:46.000000000 +0100
18 +++ gcal-3.01/po/Makefile.in.in 2009-02-26 10:53:01.000000000 +0100
19 @@ -101,7 +101,7 @@
20 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
21 $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
22 --add-comments --keyword=_ --keyword=N_ \
23 - --files-from=$(srcdir)/POTFILES.in \
24 + --files-from=$(srcdir)/POTFILES.in --from-code=ISO-8859-1 \
25 && test ! -f $(PACKAGE).po \
26 || ( rm -f $(srcdir)/$(PACKAGE).pot \
27 && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )