mirror of
https://github.com/KDE/kde-linux.git
synced 2025-12-23 16:08:29 -05:00
Group packages by category more
kde-dependencies and hw-enablement are kind of "grab bag" package lists right now; we can group a bunch of their items into the category-specific files instead to improve comprehensibility here.
This commit is contained in:
16
mkosi.conf.d/20-packages-graphics.conf
Normal file
16
mkosi.conf.d/20-packages-graphics.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
||||
# SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org>
|
||||
|
||||
# nvidia-open appears to contain vulkan support already
|
||||
[Content]
|
||||
Packages=mesa
|
||||
libva-intel-driver # Hardware accelerated video on old Intel GPUs
|
||||
libva-mesa-driver # Hardware accelerated video on AMD GPUs
|
||||
libva-nvidia-driver # Hardware accelerated video on NVIDIA GPUs
|
||||
libva # Hardware accelerated video in gneeral
|
||||
nvidia-open
|
||||
vpl-gpu-rt # Hardware accelerated video on newer Intel GPUs
|
||||
vulkan-icd-loader
|
||||
vulkan-intel
|
||||
vulkan-radeon
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
|
||||
[Content]
|
||||
Packages=bind
|
||||
dnsmasq # Hotspot creation and networking in VMs
|
||||
freerdp2 # For KRDP
|
||||
iproute2
|
||||
libmtp # kio-extras, for MTP support
|
||||
networkmanager-l2tp # VPN support for NetworkManager
|
||||
networkmanager-openconnect # VPN support for NetworkManager
|
||||
networkmanager-openvpn # VPN support for NetworkManager
|
||||
@@ -12,4 +15,6 @@ Packages=bind
|
||||
networkmanager-vpnc # VPN support for NetworkManager
|
||||
nfs-utils
|
||||
nss-mdns # Needed for Avahi mDNS for local domain resolving etc.
|
||||
samba # For sharing local folders via Samba
|
||||
smbclient # For kio-extras
|
||||
ufw # Simple firewall; consider switching to firewalld once the KCM supports zones
|
||||
@@ -8,5 +8,6 @@ Packages=
|
||||
pipewire-zeroconf
|
||||
pipewire-ffado # FireWire/IEEE 1394 audio
|
||||
pipewire-libcamera
|
||||
sof-firmware # Various audio chipsets
|
||||
wireplumber
|
||||
|
||||
11
mkosi.conf.d/40-packages-printing.conf
Normal file
11
mkosi.conf.d/40-packages-printing.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
||||
# SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org>
|
||||
|
||||
# nvidia-open appears to contain vulkan support already
|
||||
[Content]
|
||||
Packages=cups # Basic printing infrastructure
|
||||
cups-browsed # Network printer auto-discovery
|
||||
gutenprint # FOSS drivers for lots of printers
|
||||
hplip # HP printers
|
||||
splix # Certain Samsung printers
|
||||
system-config-printer # Local printer auto-discovery
|
||||
@@ -3,10 +3,7 @@
|
||||
|
||||
[Content]
|
||||
|
||||
Packages=cups # print-manager
|
||||
cups-browsed # print-manager
|
||||
|
||||
ffmpeg # ffmpegthumbs
|
||||
Packages=ffmpeg # ffmpegthumbs
|
||||
jxrlib # kimageformats
|
||||
libavif # kimageformats
|
||||
libheif # kimageformats
|
||||
@@ -16,20 +13,16 @@ Packages=cups # print-manager
|
||||
|
||||
accountsservice # For users KCM
|
||||
editorconfig-core-c # ktexteditor
|
||||
freerdp2 # krdp
|
||||
icoutils # kio-extras, for .exe thumbnails
|
||||
libappimage # kio-extras, for AppImage app thumbnails
|
||||
libmtp # kio-extras, for MTP support
|
||||
|
||||
switcheroo-control # kio, for launching apps on non-default GPU
|
||||
|
||||
aspell # sonnet
|
||||
hspell # sonnet
|
||||
opencv # For spectacle
|
||||
samba # For kdenetwork-filesharing
|
||||
|
||||
fwupd # for Discover backend
|
||||
smbclient # For kio-extras
|
||||
|
||||
cryfs # plasma-vault, for compatibility
|
||||
encfs # plasma-vault, for compatibility
|
||||
@@ -1,11 +0,0 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
||||
# SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org>
|
||||
|
||||
# nvidia-open appears to contain vulkan support already
|
||||
[Content]
|
||||
Packages=mesa
|
||||
nvidia-open
|
||||
vulkan-icd-loader
|
||||
vulkan-intel
|
||||
vulkan-radeon
|
||||
|
||||
@@ -5,22 +5,11 @@
|
||||
Packages=acsccid # ACS CCID smart card readers
|
||||
bmusb # Specialty video capture/playback boxes from BlackMagicDesign
|
||||
ccid # Generic USB CCID/ICCD card readers
|
||||
dnsmasq # Hotspot creation and networking in VMs
|
||||
dosfstools # Manipulating DOS filesystems
|
||||
fprintd # Fingerprint authentication
|
||||
gutenprint # FOSS drivers for lots of printers
|
||||
hplip # HP printers
|
||||
iio-sensor-proxy # Auto-rotation
|
||||
libva-intel-driver # Hardware accelerated video on old Intel GPUs
|
||||
libva-mesa-driver # Hardware accelerated video on AMD GPUs
|
||||
libva-nvidia-driver # Hardware accelerated video on NVIDIA GPUs
|
||||
libva # Hardware accelerated video in gneeral
|
||||
maliit-keyboard # Touch virtual keyboard
|
||||
sof-firmware # Various audio chipsets
|
||||
splix # Certain Samsung printers
|
||||
steam-devices-git # Valve game controllers
|
||||
system-config-printer # Printer auto-discovery
|
||||
thermald # Improved thermal management and performance for Intel CPUs
|
||||
tpm2-tss # TPM support
|
||||
tuned-ppd # Power profiles
|
||||
vpl-gpu-rt # Hardware accelerated video on newer Intel GPUs
|
||||
|
||||
Reference in New Issue
Block a user