From a93494aa2aa48583142594cfe6c005851046f16b Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:23:20 +0100 Subject: refactor: replace meta/ PKGBUILDs with plain text package lists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- meta/sound/.SRCINFO | 17 ----------------- meta/sound/PKGBUILD | 17 ----------------- meta/sound/sommerfeld-sound-1-1-any.pkg.tar.zst | Bin 11746 -> 0 bytes 3 files changed, 34 deletions(-) delete mode 100644 meta/sound/.SRCINFO delete mode 100644 meta/sound/PKGBUILD delete mode 100644 meta/sound/sommerfeld-sound-1-1-any.pkg.tar.zst (limited to 'meta/sound') 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 Binary files a/meta/sound/sommerfeld-sound-1-1-any.pkg.tar.zst and /dev/null differ -- cgit v1.2.3-70-g09d2