This commit is contained in:
Daniel Langbein 2021-06-19 22:56:16 +02:00
parent 4fd320dac6
commit 5bea680c5a
3 changed files with 29 additions and 24 deletions

View File

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

View File

@ -31,30 +31,35 @@ LEAVE_MOUNTED=1
PACSTRAP_INTERACTIVE=1 PACSTRAP_INTERACTIVE=1
# Additional pacman packages ############## ADDITIONAL_PKGS from here on ##############
# E.g. to specify the preferred providers and avoid questions during pacstrap
# -> Choose providers for initramfs, de-p1st-kernel, de-p1st-ucode
#
# Even though de-p1st-mkinitcpio depends on mkinitcpio,
# pacstrap will still ask for an provider for initramfs
# except if we explicitly add mkinitcpio here
ADDITIONAL_PKGS=() ADDITIONAL_PKGS=()
ADDITIONAL_PKGS+=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder' 'virtualbox-guest-utils')
# # Specify the preferred providers for initramfs, de-p1st-kernel, de-p1st-ucode
ADDITIONAL_PKGS+=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder')
# VBox guest additions
ADDITIONAL_PKGS+=('virtualbox-guest-utils')
# XFCE4 desktop with HiDPI # XFCE4 desktop with HiDPI
ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi' 'de-p1st-sddm-tablet') ADDITIONAL_PKGS+=('de-p1st-gpu-generic' 'de-p1st-xfce4-hidpi' 'de-p1st-sddm-tablet')
#
# smartcard # Audio
ADDITIONAL_PKGS+=('de-p1st-smartcard') ## pulseaudio - base
# other programs
ADDITIONAL_PKGS+=('signal-desktop' 'nextcloud-client' 'keepassxc' 'xournalpp' 'evince')
ADDITIONAL_PKGS+=('intellij-idea-ultimate-edition' 'intellij-idea-ultimate-edition-jre')
# gallery / image viewer
ADDITIONAL_PKGS+=('nomacs' 'qt5-imageformats')
#
# pulseaudio - base
ADDITIONAL_PKGS+=('pulseaudio' 'pulseaudio-alsa' 'pavucontrol') ADDITIONAL_PKGS+=('pulseaudio' 'pulseaudio-alsa' 'pavucontrol')
# pulseaudio - xfce4 ## pulseaudio - xfce4
ADDITIONAL_PKGS+=('xfce4-pulseaudio-plugin') ADDITIONAL_PKGS+=('xfce4-pulseaudio-plugin')
# sound theme ## sound theme
ADDITIONAL_PKGS+=('libcanberra' 'libcanberra-pulse') ADDITIONAL_PKGS+=('libcanberra' 'libcanberra-pulse')
# If your network is unsafe, e.g. if you live in Germany, then include a VPN client
ADDITIONAL_PKGS+=('riseup-vpn')
# Smartcard (e.g. Nitrokey or Yubikey)
ADDITIONAL_PKGS+=('de-p1st-smartcard')
# Other programs
ADDITIONAL_PKGS+=('signal-desktop' 'nextcloud-client' 'keepassxc' 'xournalpp')
# Development
ADDITIONAL_PKGS+=('intellij-idea-ultimate-edition' 'intellij-idea-ultimate-edition-jre')
# Document viewer
ADDITIONAL_PKGS+=('evince')
# Gallery / image viewer
ADDITIONAL_PKGS+=('nomacs' 'qt5-imageformats')

View File

@ -54,7 +54,7 @@ depends+=(de-p1st-sddm-theme)
# ============== network, theme, keyboard ============== # ============== network, theme, keyboard ==============
# #
# NetworkManager applet # NetworkManager and NetworkManager applet
depends+=(network-manager-applet) # depends on networkmanager depends+=(network-manager-applet) # depends on networkmanager
# #
# gtk and qt theme # gtk and qt theme