mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
base depends on DNS
This commit is contained in:
parent
1b224071be
commit
b5c840ea32
@ -2,7 +2,7 @@
|
|||||||
_pkgname=base-efi
|
_pkgname=base-efi
|
||||||
_reponame=arch-pkg
|
_reponame=arch-pkg
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.2
|
pkgver=0.0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Arch Linux base packages"
|
pkgdesc="Arch Linux base packages"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -23,6 +23,8 @@ depends+=('de-p1st-grub' 'efibootmgr')
|
|||||||
depends+=('zsh' 'grml-zsh-config')
|
depends+=('zsh' 'grml-zsh-config')
|
||||||
# virtual console keyboard config
|
# virtual console keyboard config
|
||||||
depends+=('de-p1st-keyboard')
|
depends+=('de-p1st-keyboard')
|
||||||
|
# networking
|
||||||
|
depends+=('de-p1st-networkmanager' 'de-p1st-dns')
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
depends+=('noto-fonts' 'ttf-material-design-icons-git' 'ttf-unifont')
|
depends+=('noto-fonts' 'ttf-material-design-icons-git' 'ttf-unifont')
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
_pkgname=dns
|
_pkgname=dns
|
||||||
_reponame=arch-pkg
|
_reponame=arch-pkg
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.1
|
pkgver=0.0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="DNS configuration: Use DNS over TLS"
|
pkgdesc="DNS configuration: Use DNS over TLS"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -14,6 +14,8 @@ groups=()
|
|||||||
depends=('systemd')
|
depends=('systemd')
|
||||||
# (optional) replacement for resolvconf
|
# (optional) replacement for resolvconf
|
||||||
depends+=('systemd-resolvconf')
|
depends+=('systemd-resolvconf')
|
||||||
|
# this has only been tested with NetworkManager, so we depend on it
|
||||||
|
depends+=('networkmanager')
|
||||||
|
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=()
|
optdepends=()
|
||||||
|
Loading…
Reference in New Issue
Block a user