This commit is contained in:
Daniel Langbein 2021-05-04 17:34:48 +02:00
parent dfe8ceccd2
commit 0eb71f1eba

View File

@ -10,8 +10,10 @@ url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT') license=('MIT')
groups=() groups=()
# Kernel + Headers
depends=('de-p1st-kernel')
# lz4 enabled mkinitcpio # lz4 enabled mkinitcpio
depends=('de-p1st-mkinitcpio') depends+=('de-p1st-mkinitcpio')
# basic stuff # basic stuff
depends+=('base' 'meta-group-base-devel' 'linux-firmware' 'man-db' 'man-pages' 'de-p1st-nano') depends+=('base' 'meta-group-base-devel' 'linux-firmware' 'man-db' 'man-pages' 'de-p1st-nano')
# filesystems: luks, btrfs, ext4, f2fs # filesystems: luks, btrfs, ext4, f2fs
@ -45,11 +47,6 @@ depends+=('noto-fonts' 'ttf-material-design-icons-git' 'ttf-unifont')
# other # other
# depends+=('usbutils') # depends+=('usbutils')
# Kernel + Headers
optdepends=('de-p1st-kernel')
# or LTS Kernel
optdepends+=('linux-lts' 'linux-lts-headers')
# CPU vendor specific microcode # CPU vendor specific microcode
optdepends+=('amd-ucode' 'intel-ucode') optdepends+=('amd-ucode' 'intel-ucode')
# terminal multiplexer # terminal multiplexer