linux-lts: update to 5.10.
Also move to using linux-base and xlint.
This commit is contained in:
parent
1bf9120b96
commit
97d84cb7ea
1 changed files with 6 additions and 16 deletions
|
@ -1,25 +1,15 @@
|
|||
# Template file for 'linux-lts'
|
||||
pkgname=linux-lts
|
||||
version=4.14
|
||||
revision=2
|
||||
version=5.10
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.org/"
|
||||
depends="linux${version} linux-base"
|
||||
short_desc="Linux LTS (Long Term Support) kernel meta package"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Public domain"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
depends="linux${version} linux-firmware-amd linux-firmware-intel linux-firmware-nvidia linux-firmware-network dracut"
|
||||
_depends_headers="linux${version}-headers"
|
||||
;;
|
||||
arm*|aarch64*)
|
||||
depends="linux${version}"
|
||||
_depends_headers="linux${version}-headers"
|
||||
;;
|
||||
esac
|
||||
license="Public Domain"
|
||||
homepage="http://www.voidlinux.org/"
|
||||
|
||||
linux-lts-headers_package() {
|
||||
short_desc="Linux longterm support kernel headers meta package"
|
||||
depends="${_depends_headers}"
|
||||
depends="linux${version}-headers"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue