New Packages: xorg-cereus & xorg-video-drivers-cereus

The main reason behind this is to avoid the package xf86-video-intel which is considered deprecated by Intel and causes issues with newer hardware.
Users will be still capable of install it, but will be optional now.
This commit is contained in:
KF-Art 2022-12-08 12:39:39 -05:00
parent 50bede9ce8
commit 4532c47cc9
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Template file for 'xorg-cereus'
pkgname=xorg-cereus
repository="cereus-core"
version=7.6
revision=6
build_style=meta
depends="xorg-fonts xorg-server xorg-apps xorg-input-drivers xorg-video-drivers-cereus"
short_desc="X.org meta-package"
maintainer="Kevin F. <https://github.com/KF-Art>"
license="Public Domain"
homepage="https://www.x.org/wiki/"

View file

@ -0,0 +1,26 @@
# Template file for 'xorg-video-drivers-cereus'
pkgname=xorg-video-drivers-cereus
version=7.6
revision=22
build_style=meta
repository="cereus-core"
depends="xf86-video-fbdev xf86-video-dummy"
short_desc="X.org video drivers meta-package"
maintainer="Kevin F. <https://github.com/KF-Art>"
license="CC0-1.0"
homepage="https://CereusLinuxProject.github.io"
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*)
depends+=" xf86-video-vesa"
depends+=" xf86-video-vmware"
;;
esac
case "$XBPS_TARGET_MACHINE" in
armv[56]*|mips*) ;;
*)
depends+=" xf86-video-ati xf86-video-amdgpu"
depends+=" xf86-video-nouveau"
;;
esac