mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
base-system{,-systemd}: depend on awk and man virtual pkgs.
This commit is contained in:
parent
9b8410064a
commit
328b18dce7
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-system-systemd'
|
# Template file for 'base-system-systemd'
|
||||||
pkgname=base-system-systemd
|
pkgname=base-system-systemd
|
||||||
version=0.93
|
version=0.95
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
|
@ -14,13 +14,13 @@ replaces="base-system>=0"
|
||||||
makedepends="gcc glibc"
|
makedepends="gcc glibc"
|
||||||
depends="
|
depends="
|
||||||
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
||||||
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
dash bash grep gzip file sed awk less util-linux which tar man-pages
|
||||||
openbsd-man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd
|
man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd
|
||||||
psmisc procps-ng tzdata pciutils iana-etc systemd openssh dhcpcd iproute2 iputils
|
psmisc procps-ng tzdata pciutils iana-etc systemd openssh dhcpcd iproute2 iputils
|
||||||
iw wpa_supplicant xbps nvi sudo wifi-firmware void-artwork traceroute ethtool
|
iw wpa_supplicant xbps nvi sudo wifi-firmware void-artwork traceroute ethtool
|
||||||
kmod"
|
kmod"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686) depends+=" linux grub";;
|
i686) depends+=" linux";;
|
||||||
x86_64) depends+=" linux grub-x86_64-efi";;
|
x86_64) depends+=" linux";;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-system'
|
# Template file for 'base-system'
|
||||||
pkgname=base-system
|
pkgname=base-system
|
||||||
version=0.94
|
version=0.95
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu/"
|
homepage="http://www.voidlinux.eu/"
|
||||||
|
@ -12,8 +12,8 @@ replaces="base-system-runit>=0"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
||||||
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
dash bash grep gzip file sed awk less util-linux which tar man-pages
|
||||||
openbsd-man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
man shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
|
||||||
psmisc procps-ng tzdata pciutils iana-etc eudev runit-void openssh dhcpcd
|
psmisc procps-ng tzdata pciutils iana-etc eudev runit-void openssh dhcpcd
|
||||||
kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware
|
kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware
|
||||||
void-artwork traceroute ethtool kmod"
|
void-artwork traceroute ethtool kmod"
|
||||||
|
|
Loading…
Add table
Reference in a new issue