switch-to-kde-programs #38

Merged
eriq12 merged 3 commits from switch-to-kde-programs into main 2025-07-13 12:30:27 -04:00
5 changed files with 625 additions and 13 deletions
Showing only changes of commit 24dca23b66 - Show all commits

View File

@@ -7,5 +7,10 @@ echo "INFO: grab kernel module"
KERNEL_VER=$(ls /lib/modules | head -n 1) KERNEL_VER=$(ls /lib/modules | head -n 1)
echo $KERNEL_VER echo $KERNEL_VER
echo "INFO: rebuild akmods" echo "INFO: grab xpad modules"
sudo akmods --kernels $KERNEL_VER MODULE_VER=$(ls /usr/src | grep xpadneo | sed 's/-/\//')
echo $MODULE_VER
echo "INFO: build and install xpadneo"
sudo dkms build -m $MODULE_VER -k $KERNEL_VER
sudo dkms install -m $MODULE_VER -k $KERNEL_VER

View File

@@ -8,7 +8,6 @@ modules:
- ublue-os/packages - ublue-os/packages
- solopasha/hyprland - solopasha/hyprland
- peterwu/rendezvous - peterwu/rendezvous
- atim/xpadneo
keys: keys:
- https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
install: install:
@@ -32,7 +31,7 @@ modules:
- hyprpolkitagent - hyprpolkitagent
- hyprshot - hyprshot
- hyprland-qt-support - hyprland-qt-support
- hyprland-qt-utils - hyprland-qtutils
# ublue udev rules and signing # ublue udev rules and signing
- ublue-os-udev-rules - ublue-os-udev-rules
@@ -132,8 +131,8 @@ modules:
- gamescope - gamescope
# for performance view # for performance view
- mangohud - mangohud
# xpadneo # dkms for xpadneo
- xpadneo - dkms
# simple editing softare # simple editing softare
- avidemux - avidemux
@@ -175,6 +174,16 @@ modules:
- ffmpeg - ffmpeg
- mesa-vdpau-drivers-freeworld - mesa-vdpau-drivers-freeworld
- type: dnf
repos:
files:
- https://negativo17.org/repos/fedora-steam.repo
install:
packages:
- repo: fedora-steam
packages:
- dkms-xpadneo
- type: script - type: script
scripts: scripts:
- install-xpadneo.sh - install-xpadneo.sh