installer -> XFCE4

This commit is contained in:
Daniel Langbein 2021-05-05 16:58:31 +02:00
parent 7ac201e726
commit ae19ff6086
4 changed files with 18 additions and 2 deletions

View File

@ -20,5 +20,4 @@ depends+=(libva_mesa_driver)
# "HW-vide-acceleration: VDPAU"
depends+=(mesa_vdpau)
optdepends=()
provides=('de-p1st-gpu') # implicitly provides $pkgname

View File

@ -0,0 +1,14 @@
# Maintainer: Daniel Langbein <daniel@systemli.org>
_pkgname=gpu-generic
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.1
pkgrel=1
pkgdesc="Generic X drivers"
arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT')
depends=('xf86-video-vesa')
provides=('de-p1st-gpu') # implicitly provides $pkgname

View File

@ -2,7 +2,7 @@
_pkgname=installer
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.6
pkgver=0.1.0
pkgrel=1
pkgdesc="Bash script to install Arch Linux"
arch=('any')

View File

@ -37,3 +37,6 @@ PACSTRAP_INTERACTIVE=1
# pacstrap will still ask for an provider for initramfs
# except if we explicitly add mkinitcpio here
ADDITIONAL_PKGS=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder')
# XFCE4 desktop with HiDPI
ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi')