From 0f6ea1c9e0a25a9b7546f96f27cef8841f0d09b5 Mon Sep 17 00:00:00 2001 From: Libreboot Contributor Date: Wed, 18 Mar 2020 17:20:14 +0100 Subject: Creation of i18n folder containing translations of the libreboot project. Added french one, not finished. --- .../dependencies/configs/parabola/i386/README | 24 ++++++++++++++++++++++ .../dependencies/configs/parabola/i386/deps-bucts | 4 ++++ .../configs/parabola/i386/deps-coreboot | 11 ++++++++++ .../configs/parabola/i386/deps-crossgcc-arm | 1 + .../configs/parabola/i386/deps-dejavu-fonts | 3 +++ .../configs/parabola/i386/deps-documentation | 1 + .../configs/parabola/i386/deps-download | 2 ++ .../configs/parabola/i386/deps-flashrom | 7 +++++++ .../configs/parabola/i386/deps-generic | 10 +++++++++ .../dependencies/configs/parabola/i386/deps-grub | 17 +++++++++++++++ .../configs/parabola/i386/deps-i945-pwm | 5 +++++ .../configs/parabola/i386/deps-memtest86plus | 2 ++ 12 files changed, 87 insertions(+) create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/README create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-bucts create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-coreboot create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-crossgcc-arm create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-dejavu-fonts create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-documentation create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-download create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-flashrom create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-generic create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-grub create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-i945-pwm create mode 100644 i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-memtest86plus (limited to 'i18n/fr_FR/tools/dependencies/configs/parabola/i386') diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/README b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/README new file mode 100644 index 00000000..3a920465 --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/README @@ -0,0 +1,24 @@ +Each file in this directory contains a list of dependencies that +should be installed before compiling the program indicated by the +filename's suffix, with a few exceptions; these exceptions being +"deps-documentation", "deps-download", and "deps-generic" for reasons +noted below: + +* "deps-documentation" contains a general list of packages that are + needed to build Libreboot documentation. +* "deps-download" contains packages necessary for downloading either + source code repositories and/or supporting files from a remote + source. +* "deps-generic" contains generic dependencies that didn't quite fit + (i.e. listed) under any of the other dependency lists but are + necessary nonetheless. + +It is expected that these files are updated whenever upstream projects +change dependency requirements. + +Any duplications between files are intentional; in order to provide a +clear picture as to which dependencies are needed by individual +programs, any attempt to consolidate these lists is dissuaded. + +This README is released under Creative Commons Zero 1.0: +https://creativecommons.org/publicdomain/zero/1.0/ diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-bucts b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-bucts new file mode 100644 index 00000000..6bce532b --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-bucts @@ -0,0 +1,4 @@ +gcc +make +pciutils +zlib diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-coreboot b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-coreboot new file mode 100644 index 00000000..cbfb7ddc --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-coreboot @@ -0,0 +1,11 @@ +bison +doxygen +flex +gcc +gdb +g++ +iasl +make +ncurses +openssl +pkg-config diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-crossgcc-arm b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-crossgcc-arm new file mode 100644 index 00000000..6e476970 --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-crossgcc-arm @@ -0,0 +1 @@ +arm-none-eabi-gcc diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-dejavu-fonts b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-dejavu-fonts new file mode 100644 index 00000000..1bba66d1 --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-dejavu-fonts @@ -0,0 +1,3 @@ +fontforge +perl-font-ttf +perl-io-string diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-documentation b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-documentation new file mode 100644 index 00000000..4a59b54c --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-documentation @@ -0,0 +1 @@ +pandoc diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-download b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-download new file mode 100644 index 00000000..880fb73e --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-download @@ -0,0 +1,2 @@ +git +wget diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-flashrom b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-flashrom new file mode 100644 index 00000000..c325a6f1 --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-flashrom @@ -0,0 +1,7 @@ +libftdi +libftdi-compat +libusb +make +pciutils +pkg-config +zlib diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-generic b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-generic new file mode 100644 index 00000000..162dc51d --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-generic @@ -0,0 +1,10 @@ +autogen +binutils +coreutils +fakeroot +gawk +help2man +libfaketime +m4 +texinfo +xz diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-grub b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-grub new file mode 100644 index 00000000..59119a22 --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-grub @@ -0,0 +1,17 @@ +autoconf +automake +bdf-unifont +bison +device-mapper +flex +freetype2 +gcc +gettext +glibc +libpciaccess +libusb +make +pciutils +python +qemu +sdl diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-i945-pwm b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-i945-pwm new file mode 100644 index 00000000..079b0d7d --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-i945-pwm @@ -0,0 +1,5 @@ +gcc +gdb +pciutils +make +zlib diff --git a/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-memtest86plus b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-memtest86plus new file mode 100644 index 00000000..89ffe213 --- /dev/null +++ b/i18n/fr_FR/tools/dependencies/configs/parabola/i386/deps-memtest86plus @@ -0,0 +1,2 @@ +gcc +make -- cgit v1.2.3-70-g09d2