aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/sound
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/sound
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/sound')
-rw-r--r--meta/sound/.SRCINFO17
-rw-r--r--meta/sound/PKGBUILD17
-rw-r--r--meta/sound/sommerfeld-sound-1-1-any.pkg.tar.zstbin11746 -> 0 bytes
3 files changed, 0 insertions, 34 deletions
diff --git a/meta/sound/.SRCINFO b/meta/sound/.SRCINFO
deleted file mode 100644
index 1772318..0000000
--- a/meta/sound/.SRCINFO
+++ /dev/null
@@ -1,17 +0,0 @@
-pkgbase = strisemarx-sound
- pkgdesc = strisemarx's sound metapackage
- pkgver = 9
- pkgrel = 1
- url = https://strisemarx.com
- arch = any
- license = GPL3
- depends = alsa-utils
- depends = playerctl
- depends = pipewire
- depends = pipewire-alsa
- depends = pipewire-pulse
- depends = pipewire-jack
- depends = pulsemixer
- optdepends = noisetorch
-
-pkgname = strisemarx-sound
diff --git a/meta/sound/PKGBUILD b/meta/sound/PKGBUILD
deleted file mode 100644
index 880ce3f..0000000
--- a/meta/sound/PKGBUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-pkgname=sommerfeld-sound
-pkgver=1
-pkgrel=1
-arch=('any')
-license=('MIT')
-depends=(
- 'alsa-utils'
- 'playerctl'
- 'pipewire'
- 'pipewire-alsa'
- 'pipewire-pulse'
- 'pipewire-jack'
- 'pulsemixer'
-)
-optdepends=(
- 'noisetorch'
-)
diff --git a/meta/sound/sommerfeld-sound-1-1-any.pkg.tar.zst b/meta/sound/sommerfeld-sound-1-1-any.pkg.tar.zst
deleted file mode 100644
index fed8587..0000000
--- a/meta/sound/sommerfeld-sound-1-1-any.pkg.tar.zst
+++ /dev/null
Binary files differ