refactor xorg-meta

This commit is contained in:
Daniel Langbein 2021-06-16 18:20:27 +02:00
parent c3979f6bf0
commit 1bb1ef52e6

View File

@ -1,17 +1,15 @@
# Maintainer: Daniel Langbein <daniel@systemli.org>
_reponame=arch
# Maintainer: Daniel Langbein < daniel [ at ] systemli [ dot ] org >
pkgname="xorg-meta"
pkgver=0.0.1
pkgrel=1
pkgdesc="Meta package for installing the xorg group"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=()
# xorg group
# pacman -Sg xorg | sed 's|^xorg |depends+=(|; s|$|)|'
depends+=(xf86-video-vesa) # if no device specific driver (see de-p1st-gpu) is found by xorg, then this generic one is used
depends+=(xf86-video-vesa)
depends+=(xorg-bdftopcf)
depends+=(xorg-docs)
depends+=(xorg-font-util)