diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2024-01-14 12:01:36 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2024-01-14 12:01:36 +0000 |
commit | 2b6beaf2f9b32f5662633f62885499f302265fb5 (patch) | |
tree | 3f09a31c5197faa4ab32e8f39a8ccb91d1164bb2 /config/dependencies | |
parent | 09bed9a4c3257dbf9b4d59975db0071472ed67eb (diff) | |
parent | 59096d8d7ca8c51f57e36302899e9aa84629e02d (diff) |
Merge pull request 'config/dependencies/trisquel: replaced package from ttf-unifont to fonts-unifont' (#177) from goodspeed/lbmk:master into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/177
Diffstat (limited to 'config/dependencies')
-rwxr-xr-x[l---------] | config/dependencies/trisquel | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/config/dependencies/trisquel b/config/dependencies/trisquel index 16c11fa4..93e7dd5a 120000..100755 --- a/config/dependencies/trisquel +++ b/config/dependencies/trisquel @@ -1 +1,14 @@ -ubuntu2004
\ No newline at end of file +pkg_add="apt-get -y install" +pkglist=" \ +autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \ +bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools \ +flex gawk gcc-arm-linux-gnueabi gcc-arm-none-eabi gdb gettext git gnat help2man \ +innoextract libdevmapper-dev libfdt-dev libfont-freetype-perl libfreetype6-dev \ +libftdi-dev libfuse-dev libgnutls28-dev liblz4-tool liblzma-dev libncurses5-dev \ +libncurses-dev libnewlib-arm-none-eabi libopts25 libopts25-dev libpci-dev \ +libpython3-dev libsdl2-dev libselinux1-dev libssl-dev libtool libusb-1.0-0 \ +libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \ +pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \ +python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \ +sharutils swig fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev \ +" |