Add initial test-manjaro-kde

This commit is contained in:
Dennis ten Hoove 2024-02-28 10:02:57 +01:00
parent 763f3a39f2
commit e184619266
22 changed files with 323 additions and 0 deletions

View file

@ -0,0 +1,6 @@
base
linux
linux-firmware
amd-ucode
intel-ucode
dracut

View file

@ -0,0 +1,19 @@
# Name Service Switch configuration file.
# See nsswitch.conf(5) for details.
passwd: files systemd extrausers
group: files [SUCCESS=merge] systemd extrausers
shadow: files systemd extrausers
gshadow: files systemd
publickey: files
hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns
networks: files
protocols: files
services: files
ethers: files
rpc: files
netgroup: files

View file

@ -0,0 +1,96 @@
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst = manjaro-system archlinux-keyring manjaro-keyring
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
#Color
#NoProgressBar
# We cannot check disk space from within a chroot environment
CheckSpace
#VerbosePkgLists
ParallelDownloads = 4
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Manjaro Linux
# packagers with `pacman-key --populate archlinux manjaro`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
[core]
SigLevel = PackageRequired
Server = https://mirrors2.manjaro.org/testing/$repo/$arch
[extra]
SigLevel = PackageRequired
Server = https://mirrors2.manjaro.org/testing/$repo/$arch
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
[multilib]
SigLevel = PackageRequired
Server = https://mirrors2.manjaro.org/testing/$repo/$arch
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

View file

@ -0,0 +1 @@
%wheel ALL=(ALL:ALL) ALL

View file

@ -0,0 +1,79 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file, or by creating "drop-ins" in
# the system.conf.d/ subdirectory. The latter is generally recommended.
# Defaults can be restored by simply deleting this file and all drop-ins.
#
# Use 'systemd-analyze cat-config systemd/system.conf' to display the full config.
#
# See systemd-system.conf(5) for details.
[Manager]
#LogLevel=info
#LogTarget=journal-or-kmsg
#LogColor=yes
#LogLocation=no
#LogTime=no
#DumpCore=yes
#ShowStatus=yes
#CrashChangeVT=no
#CrashShell=no
#CrashReboot=no
#CtrlAltDelBurstAction=reboot-force
#CPUAffinity=
#NUMAPolicy=default
#NUMAMask=
#RuntimeWatchdogSec=off
#RuntimeWatchdogPreSec=off
#RuntimeWatchdogPreGovernor=
#RebootWatchdogSec=10min
#KExecWatchdogSec=off
#WatchdogDevice=
#CapabilityBoundingSet=
#NoNewPrivileges=no
#SystemCallArchitectures=
#TimerSlackNSec=
#StatusUnitFormat=description
#DefaultTimerAccuracySec=1min
#DefaultStandardOutput=journal
#DefaultStandardError=inherit
#DefaultTimeoutStartSec=90s
DefaultTimeoutStopSec=15s
#DefaultTimeoutAbortSec=
#DefaultDeviceTimeoutSec=90s
#DefaultRestartSec=100ms
#DefaultStartLimitIntervalSec=10s
#DefaultStartLimitBurst=5
#DefaultEnvironment=
#DefaultCPUAccounting=no
#DefaultIOAccounting=no
#DefaultIPAccounting=no
#DefaultMemoryAccounting=yes
#DefaultTasksAccounting=yes
#DefaultTasksMax=15%
#DefaultLimitCPU=
#DefaultLimitFSIZE=
#DefaultLimitDATA=
#DefaultLimitSTACK=
#DefaultLimitCORE=
#DefaultLimitRSS=
#DefaultLimitNOFILE=1024:524288
#DefaultLimitAS=
#DefaultLimitNPROC=
#DefaultLimitMEMLOCK=8M
#DefaultLimitLOCKS=
#DefaultLimitSIGPENDING=
#DefaultLimitMSGQUEUE=
#DefaultLimitNICE=
#DefaultLimitRTPRIO=
#DefaultLimitRTTIME=
#DefaultOOMPolicy=stop
#DefaultSmackProcessLabel=
#ReloadLimitIntervalSec=
#ReloadLimitBurst=

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/bluetooth.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/bluetooth.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-dispatcher.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/sddm.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/switcheroo-control.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/apparmor.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/cups.path

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/cups.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/NetworkManager-wait-online.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/cups.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/cups.socket

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/systemd-boot-update.service

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/fstrim.timer

View file

@ -0,0 +1 @@
/usr/lib/systemd/system/paccache.timer

View file

@ -0,0 +1,106 @@
apparmor
arch-install-scripts
arianna
ark
arkdep
bind
bluez
bluez-cups
bluez-plugins
bluez-utils
btrfs-progs
colord-kde
cups
cups-pdf
dbus-broker-units
discover
dolphin
dosfstools
efibootmgr
evince
f2fs-tools
flatpak
git
gst-plugin-pipewire
gst-plugins-base
gst-plugins-good
gwenview
ibus-typing-booster
kamera
kamoso
kcolorchooser
kcron
kde-inotify-survey
kdeconnect
kdegraphics-thumbnailers
kdenetwork-filesharing
khelpcenter
kio-admin
kmix
kmousetool
kmouth
koko
konsole
kpipewire
ksystemlog
libnss-extrausers
libva-mesa-driver
man-db
manjaro-kde-settings
mesa
mesa-vdpau
neovim
networkmanager
networkmanager-openconnect
networkmanager-openvpn
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
okular
openssh
pacman-contrib
partitionmanager
phonon-qt5-gstreamer
pipewire
pipewire-alsa
pipewire-audio
pipewire-jack
pipewire-pulse
plasma-desktop
plasma-integration
plasma-settings
plasma-systemmonitor
plasma-thunderbolt
plasma-vault
plasma-wayland-session
plasma-welcome
plasma-welcome
plasma-workspace
podman
power-profiles-daemon
print-manager
pv
qemu-guest-agent
sddm
sddm-kcm
skanlite
sof-firmware
spectacle
spice-vdagent
sudo
svgpart
switcheroo-control
terminus-font
vulkan-intel
vulkan-mesa-layers
vulkan-radeon
webp-pixbuf-loader
wget
wireplumber
xdg-desktop-portal-kde
xdg-user-dirs
xdg-utils
zsh
zsh-autosuggestions
zsh-completions
zsh-syntax-highlighting

View file

@ -0,0 +1 @@
archlinux