summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-02-26 21:41:23 +0000
committerUlrich Müller <ulm@gentoo.org>2009-02-26 21:41:23 +0000
commitf580e475b1c1ca03405bda3a4aa946315881b86b (patch)
tree461b63ddaf913afba24192d208aecf3d4e7c5576 /app-misc/gcal/files
parentQA: install usbd.conf only if usb use flag is enabled (diff)
downloadgentoo-2-f580e475b1c1ca03405bda3a4aa946315881b86b.tar.gz
gentoo-2-f580e475b1c1ca03405bda3a4aa946315881b86b.tar.bz2
gentoo-2-f580e475b1c1ca03405bda3a4aa946315881b86b.zip
Change region codes for Germany and Switzerland according to ISO 3166-2,
bug 144813. Specify input file encoding for xgettext. Assign RDEPEND. (Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-misc/gcal/files')
-rw-r--r--app-misc/gcal/files/gcal-3.01-gettext-charset.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/gcal/files/gcal-3.01-gettext-charset.patch b/app-misc/gcal/files/gcal-3.01-gettext-charset.patch
new file mode 100644
index 000000000000..7a83be20c52f
--- /dev/null
+++ b/app-misc/gcal/files/gcal-3.01-gettext-charset.patch
@@ -0,0 +1,11 @@
+--- gcal-3.01-orig/po/Makefile.in.in 1999-11-08 01:27:46.000000000 +0100
++++ gcal-3.01/po/Makefile.in.in 2009-02-26 10:53:01.000000000 +0100
+@@ -101,7 +101,7 @@
+ $(srcdir)/$(PACKAGE).pot: $(POTFILES)
+ $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
+ --add-comments --keyword=_ --keyword=N_ \
+- --files-from=$(srcdir)/POTFILES.in \
++ --files-from=$(srcdir)/POTFILES.in --from-code=ISO-8859-1 \
+ && test ! -f $(PACKAGE).po \
+ || ( rm -f $(srcdir)/$(PACKAGE).pot \
+ && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )