mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
installer -> XFCE4
This commit is contained in:
parent
7ac201e726
commit
ae19ff6086
@ -20,5 +20,4 @@ depends+=(libva_mesa_driver)
|
||||
# "HW-vide-acceleration: VDPAU"
|
||||
depends+=(mesa_vdpau)
|
||||
|
||||
optdepends=()
|
||||
provides=('de-p1st-gpu') # implicitly provides $pkgname
|
||||
|
14
pkg/de-p1st-gpu-generic/PKGBUILD
Normal file
14
pkg/de-p1st-gpu-generic/PKGBUILD
Normal 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
|
@ -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')
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user