main/postmarketos-base: remove unnecessary dependencies (!1018)
These dependencies don't belong here. - iw: should be installed by the user themselves when wanted - nano: should be installed by the user themselves when wanted - pulseaudio: should be installed by the UI meta packages that need it instead - pulseaudio-alsa: should automatically be installed when both PulseAudio and alsa are installed https://gitlab.alpinelinux.org/alpine/aports/merge_requests/4820
This commit is contained in:
parent
b16bff03fb
commit
98f9320f35
@ -1,6 +1,6 @@
|
||||
pkgname=postmarketos-base
|
||||
pkgver=3
|
||||
pkgrel=32
|
||||
pkgrel=33
|
||||
pkgdesc="Meta package for minimal postmarketOS base"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
@ -11,8 +11,6 @@ depends="
|
||||
cryptsetup
|
||||
eudev
|
||||
haveged
|
||||
iw
|
||||
nano
|
||||
openssh
|
||||
postmarketos-mkinitfs
|
||||
sudo
|
||||
@ -20,8 +18,7 @@ depends="
|
||||
wpa_supplicant
|
||||
shadow
|
||||
networkmanager
|
||||
pulseaudio
|
||||
pulseaudio-alsa"
|
||||
"
|
||||
install="$pkgname.post-install"
|
||||
triggers="$pkgname.trigger=/etc"
|
||||
subpackages="$pkgname-x11"
|
||||
|
Loading…
Reference in New Issue
Block a user