Add initial test-manjaro-kde
This commit is contained in:
parent
763f3a39f2
commit
e184619266
22 changed files with 323 additions and 0 deletions
6
arkdep-build.d/test-manjaro-kde/bootstrap.list
Normal file
6
arkdep-build.d/test-manjaro-kde/bootstrap.list
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
base
|
||||||
|
linux
|
||||||
|
linux-firmware
|
||||||
|
amd-ucode
|
||||||
|
intel-ucode
|
||||||
|
dracut
|
19
arkdep-build.d/test-manjaro-kde/overlay/etc/nsswitch.conf
Normal file
19
arkdep-build.d/test-manjaro-kde/overlay/etc/nsswitch.conf
Normal 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
|
96
arkdep-build.d/test-manjaro-kde/overlay/etc/pacman.conf
Normal file
96
arkdep-build.d/test-manjaro-kde/overlay/etc/pacman.conf
Normal 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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
%wheel ALL=(ALL:ALL) ALL
|
|
@ -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=
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/bluetooth.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/bluetooth.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/NetworkManager-dispatcher.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/sddm.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/switcheroo-control.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/NetworkManager.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/apparmor.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/cups.path
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/cups.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/NetworkManager-wait-online.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/cups.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/cups.socket
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/systemd-boot-update.service
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/fstrim.timer
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/system/paccache.timer
|
106
arkdep-build.d/test-manjaro-kde/package.list
Normal file
106
arkdep-build.d/test-manjaro-kde/package.list
Normal 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
|
1
arkdep-build.d/test-manjaro-kde/type
Normal file
1
arkdep-build.d/test-manjaro-kde/type
Normal file
|
@ -0,0 +1 @@
|
||||||
|
archlinux
|
Loading…
Add table
Reference in a new issue