Leah Rowe
36ddd6f658
update parabola dependencies for flashprog
...
Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-01-27 22:06:06 +00:00
Leah Rowe
182a029f0c
update arch dependencies for flashprog
...
Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-01-27 22:05:08 +00:00
Leah Rowe
e852386435
update trisquel dependencies for flashprog
...
Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-01-27 21:51:37 +00:00
Leah Rowe
4131981c0a
update debian dependencies for flashprog
...
Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-01-27 21:47:30 +00:00
Leah Rowe
33e25a3355
dependencies/arch: add pandoc to dependencies
...
pandoc is required by the grub build system, when
running autoconf at the start of the build process
Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-01-20 18:54:53 +00:00
William Goodspeed
59096d8d7c
config/dependencies/trisquel: replaced package from ttf-unifont to fonts-unifont
...
ttf-unifont no longer exists on trisquel aramo.
---
Package: fonts-unifont
Breaks: ttf-unifont (<< 1:13.0.02-1)
Replaces: ttf-unifont (<< 1:13.0.02-1)
---
Signed-off-by: William Goodspeed <goodspeed@anche.no>
2024-01-14 14:12:12 +08:00
Riku Viitanen
2e6073f2a7
config/dependencies/debian: add unifont-bin & xfonts-unifont
...
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-12-11 23:28:36 +02:00
Riku Viitanen
6d8d2e7538
fix void dependencies: openssl-devel
...
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-12-02 21:38:41 +02:00
Riku Viitanen
01a824318b
fix void dependencies: freetype-devel
...
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-12-02 20:34:13 +02:00
Riku Viitanen
50bfe1cae0
fix void dependencies typo
...
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
2023-12-02 19:13:33 +02:00
Leah Rowe
83c8248f55
dependencies/debian: fix libfreetype-dev
...
install libfreetype-dev, instead of libfreetype6-dev
this still works in debian stable (currently 12.2) but
fixes debian sid, as of 15 November 2023. my test machine
with debian sid could not install libfreetype6-dev, but
could install libfreetype-dev
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-11-15 17:49:07 +00:00
Riku Viitanen
3b92ac97b6
arch, fedora38, parabola, void: install python-setuptools
...
gru_bob fails to build without python-setuptools. this isn't a huge issue,
because most users probably have it already as many other python programs
depend on it too. that's probably why no one noticed until now,
when i tried to do this on a fresh artix install uncontaminated by python.
i also sorted and deduplicated the packages with 'sort -u'.
2023-10-22 22:24:47 +03:00
Leah Rowe
0e1602f5b1
do a nice thing
...
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-20 05:34:41 +01:00
Leah Rowe
7b2060086a
Merge pull request 'fix_distro_dependencies - part 2' ( #139 ) from andreamtp/lbmk:fix_distro_dependencies into master
...
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/139
2023-10-20 04:30:44 +00:00
Andrea Perotti
a16cd1a349
Added python-unversioned-command for Fedora38
...
Added python-unversioned-command as dependency to have /usr/bin/python
to call python3 in Fedora.
2023-10-19 17:04:18 +02:00
Andrea Perotti
8a063f6b4b
Fix Debian/Ubuntu dependencies
...
Dependencies for Debian/Ubuntu and derived distros are now deduplicated and sorted.
Added target for Linux Mint as well.
2023-10-19 17:03:11 +02:00
Leah Rowe
8b6e44a104
Merge pull request 'Fix F38/Ubuntu 20.04 dependencies' ( #137 ) from andreamtp/lbmk:fix_distro_dependencies into master
...
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/137
2023-10-19 14:44:18 +00:00
neutrocyte
e63399cf25
Fixed Void Dependencies for building Serprog
2023-10-19 15:00:56 +02:00
Andrea Perotti
6758b5c85d
Fix F38/Ubuntu 20.04 dependencies
...
Dependencies for Fedora 38 and Ubuntu 20.04 are now deduplicated and sorted.
Missing packages added and packages names updated where needed.
2023-10-19 00:04:37 +02:00
Leah Rowe
634aac0b69
config/dependencies: fix unifont on arch/parabola
...
it's unarchiver in repos. not unar.
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-10 01:43:01 +01:00
Leah Rowe
b61e3feb6b
config/dependencies/ubuntu: symlink to debian
...
this is for the latest ubuntu release.
the ubuntu2004 config (for ubuntu 20.04) still exists,
and will remain in place.
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-09 06:51:38 +01:00
Leah Rowe
4ea9b9fb2f
config/dependencies: add popos config
...
symlinked to the debian config
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-09 06:48:24 +01:00
Leah Rowe
f8528d129a
config/dependencies/debian: add autopoint
...
a user installed these dependencies in popos, but autopoint
was missing during the grub build.
add autopoint to the debian dependencies config.
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-09 06:46:48 +01:00
Leah Rowe
da3c9bb3c5
merge config/ and resources/
...
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-09-04 02:47:25 +01:00