aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/gaming
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:20 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:20 +0100
commita93494aa2aa48583142594cfe6c005851046f16b (patch)
treec89cbc8897944b7c266e2ea3d849f0dd22573591 /meta/gaming
parent9a4cef8de726574b11f2bf56ddc27430a4f5e941 (diff)
downloaddotfiles-a93494aa2aa48583142594cfe6c005851046f16b.tar.gz
dotfiles-a93494aa2aa48583142594cfe6c005851046f16b.tar.bz2
dotfiles-a93494aa2aa48583142594cfe6c005851046f16b.zip
refactor: replace meta/ PKGBUILDs with plain text package lists
- Convert 16 PKGBUILD metapackages to simple .txt files (one package per line) - Delete all PKGBUILD, .SRCINFO, and .pkg.tar.zst binary artifacts - Clean stale packages: lf→yazi, tmux→zellij, neofetch→fastfetch, stow→chezmoi - Remove duplicate rustup in dev, duplicate mesa in intel - Add justfile recipes: install, install-all, status (unified drift detection) - Configure chezmoi to exclude scripts from status/diff output - Update copilot instructions
Diffstat (limited to 'meta/gaming')
-rw-r--r--meta/gaming/.SRCINFO20
-rw-r--r--meta/gaming/PKGBUILD22
2 files changed, 0 insertions, 42 deletions
diff --git a/meta/gaming/.SRCINFO b/meta/gaming/.SRCINFO
deleted file mode 100644
index 09fa859..0000000
--- a/meta/gaming/.SRCINFO
+++ /dev/null
@@ -1,20 +0,0 @@
-pkgbase = sommerfeld-gaming
- pkgver = 1
- pkgrel = 1
- arch = any
- license = MIT
- depends = discord
- depends = gamemode
- depends = lib32-fontconfig
- depends = lib32-gamemode
- depends = lib32-systemd
- depends = mangohud
- depends = steam
- depends = steam-native-runtime
- depends = ttf-liberation
- depends = wqy-zenhei
- optdepends = lutris
- optdepends = proton-ge-custom-bin
- optdepends = supertuxkart
-
-pkgname = sommerfeld-gaming
diff --git a/meta/gaming/PKGBUILD b/meta/gaming/PKGBUILD
deleted file mode 100644
index 6d36c7c..0000000
--- a/meta/gaming/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-pkgname=sommerfeld-gaming
-pkgver=1
-pkgrel=1
-arch=('any')
-license=('MIT')
-depends=(
- 'discord'
- 'gamemode'
- 'lib32-fontconfig'
- 'lib32-gamemode'
- 'lib32-systemd'
- 'mangohud'
- 'steam'
- 'steam-native-runtime'
- 'ttf-liberation'
- 'wqy-zenhei'
-)
-optdepends=(
- 'lutris'
- 'proton-ge-custom-bin'
- 'supertuxkart'
-)