dcavalca / rpms / grub2

Forked from rpms/grub2 3 years ago
Clone

Blame SOURCES/0019-Regenerate-po-POTFILES.in-with-the-following-commman.patch

f96e0b
From 8b2ef54da3e28cf66637a09c2a2afad9ee56a535 Mon Sep 17 00:00:00 2001
f96e0b
From: =?UTF-8?q?Gr=C3=A9goire=20Sutre?= <gregoire.sutre@gmail.com>
f96e0b
Date: Wed, 1 Aug 2012 01:06:53 +0200
f96e0b
Subject: [PATCH 019/482] Regenerate po/POTFILES.in with the following commmand
f96e0b
 in a clean tree:
f96e0b
f96e0b
export LC_ALL=en_US.UTF-8
f96e0b
find . -iname '*.[ch]' | sort > po/POTFILES.in
f96e0b
---
f96e0b
 ChangeLog      | 4 ++++
f96e0b
 po/POTFILES.in | 5 +++--
f96e0b
 2 files changed, 7 insertions(+), 2 deletions(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index b246d4e..dd1fda8 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,5 +1,9 @@
f96e0b
 2012-07-31  Grégoire Sutre  <gregoire.sutre@gmail.com>
f96e0b
 
f96e0b
+	* po/POTFILES.in: Regenerated.
f96e0b
+
f96e0b
+2012-07-31  Grégoire Sutre  <gregoire.sutre@gmail.com>
f96e0b
+
f96e0b
 	* docs/grub.texi: Note that NetBSD/i386 is Multiboot-compliant.
f96e0b
 	(NetBSD): New subsection.
f96e0b
 
f96e0b
diff --git a/po/POTFILES.in b/po/POTFILES.in
f96e0b
index 987b37a..01cc53c 100644
f96e0b
--- a/po/POTFILES.in
f96e0b
+++ b/po/POTFILES.in
f96e0b
@@ -32,6 +32,7 @@
f96e0b
 ./grub-core/commands/efi/acpi.c
f96e0b
 ./grub-core/commands/efi/fixvideo.c
f96e0b
 ./grub-core/commands/efi/loadbios.c
f96e0b
+./grub-core/commands/efi/lsefi.c
f96e0b
 ./grub-core/commands/efi/lsefimmap.c
f96e0b
 ./grub-core/commands/efi/lsefisystab.c
f96e0b
 ./grub-core/commands/efi/lssal.c
f96e0b
@@ -558,8 +559,8 @@
f96e0b
 ./grub-core/term/emu/console.c
f96e0b
 ./grub-core/term/gfxterm.c
f96e0b
 ./grub-core/term/i386/pc/console.c
f96e0b
+./grub-core/term/i386/pc/mda_text.c
f96e0b
 ./grub-core/term/i386/pc/vga_text.c
f96e0b
-./grub-core/term/i386/vga_common.c
f96e0b
 ./grub-core/term/ieee1275/console.c
f96e0b
 ./grub-core/term/ieee1275/escc.c
f96e0b
 ./grub-core/term/ieee1275/serial.c
f96e0b
@@ -730,7 +731,6 @@
f96e0b
 ./include/grub/i386/time.h
f96e0b
 ./include/grub/i386/tsc.h
f96e0b
 ./include/grub/i386/types.h
f96e0b
-./include/grub/i386/vga_common.h
f96e0b
 ./include/grub/i386/xnu.h
f96e0b
 ./include/grub/ia64/efi/memory.h
f96e0b
 ./include/grub/ia64/efi/time.h
f96e0b
@@ -867,6 +867,7 @@
f96e0b
 ./include/grub/util/ofpath.h
f96e0b
 ./include/grub/util/resolve.h
f96e0b
 ./include/grub/vga.h
f96e0b
+./include/grub/vgaregs.h
f96e0b
 ./include/grub/video_fb.h
f96e0b
 ./include/grub/video.h
f96e0b
 ./include/grub/x86_64/at_keyboard.h
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b