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/dev/.SRCINFO | 21 --------------- meta/dev/PKGBUILD | 38 ---------------------------- meta/dev/sommerfeld-dev-6-1-any.pkg.tar.zst | Bin 10469 -> 0 bytes 3 files changed, 59 deletions(-) delete mode 100644 meta/dev/.SRCINFO delete mode 100644 meta/dev/PKGBUILD delete mode 100644 meta/dev/sommerfeld-dev-6-1-any.pkg.tar.zst (limited to 'meta/dev') diff --git a/meta/dev/.SRCINFO b/meta/dev/.SRCINFO deleted file mode 100644 index 8551a79..0000000 --- a/meta/dev/.SRCINFO +++ /dev/null @@ -1,21 +0,0 @@ -pkgbase = strisemarx-dev - pkgdesc = strisemarx's dev metapackage - pkgver = 36 - pkgrel = 1 - url = https://strisemarx.com - arch = any - license = GPL3 - depends = bash-language-server - depends = git-absorb - depends = git-delta - depends = ipython - depends = hyperfine - depends = lua-language-server - depends = namcap - depends = samply - depends = shellcheck - depends = shfmt - depends = sloccount - depends = strace - -pkgname = strisemarx-dev diff --git a/meta/dev/PKGBUILD b/meta/dev/PKGBUILD deleted file mode 100644 index 0da9700..0000000 --- a/meta/dev/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -pkgname=sommerfeld-dev -pkgver=6 -pkgrel=1 -arch=('any') -license=('MIT') -depends=( - 'curl' - 'difftastic' - 'flamelens' - 'git' - 'git-absorb' - 'git-delta' - 'github-cli' - 'go' - 'go-md2man' - 'hyperfine' - 'jdk-openjdk' - 'just' - 'luarocks' - 'mergiraf' - 'mold' - 'npm' - 'podman-compose' - 'podman-docker' - 'python-pipenv' - 'rust-analyzer' - 'rustup' - 'rustup' - 'samply' - 'sccache' - 'sloccount' - 'strace' - 't-rec' - 'unzip' - 'uv' - 'wget' - 'yarn' -) diff --git a/meta/dev/sommerfeld-dev-6-1-any.pkg.tar.zst b/meta/dev/sommerfeld-dev-6-1-any.pkg.tar.zst deleted file mode 100644 index 4752953..0000000 Binary files a/meta/dev/sommerfeld-dev-6-1-any.pkg.tar.zst and /dev/null differ -- cgit v1.2.3-70-g09d2