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/base/.SRCINFO | 69 ------------------------- meta/base/PKGBUILD | 71 -------------------------- meta/base/sommerfeld-base-7-1-any.pkg.tar.zst | Bin 10467 -> 0 bytes 3 files changed, 140 deletions(-) delete mode 100644 meta/base/.SRCINFO delete mode 100644 meta/base/PKGBUILD delete mode 100644 meta/base/sommerfeld-base-7-1-any.pkg.tar.zst (limited to 'meta/base') diff --git a/meta/base/.SRCINFO b/meta/base/.SRCINFO deleted file mode 100644 index d39d318..0000000 --- a/meta/base/.SRCINFO +++ /dev/null @@ -1,69 +0,0 @@ -pkgbase = strisemarx-base - pkgdesc = strisemarx's base metapackage - pkgver = 30 - pkgrel = 1 - url = https://strisemarx.com - arch = any - license = GPL3 - depends = acpid - depends = base - depends = base-devel - depends = bash-completion - depends = bat - depends = choose - depends = cpupower - depends = curlie - depends = dashbinsh - depends = doas-sudo-shim - depends = dog - depends = duf - depends = fd - depends = fzf - depends = gdu - depends = git - depends = htop - depends = irqbalance - depends = iwd - depends = jq - depends = lf - depends = libusb-compat - depends = linux-firmware - depends = lsd - depends = lshw - depends = man-db - depends = man-pages - depends = neofetch - depends = neovim - depends = nfs-utils - depends = nmap - depends = ocl-icd - depends = openssh - depends = overdue - depends = pacman-cleanup-hook - depends = pacman-contrib - depends = paru - depends = pass - depends = pbzip2 - depends = pigz - depends = pkgstats - depends = procs - depends = qrencode - depends = reflector - depends = ripgrep - depends = rsync - depends = sd - depends = stow - depends = systemd-resolvconf - depends = thermald - depends = tldr - depends = tmux - depends = unzip - depends = wget - depends = wireguard-tools - depends = zsh - depends = zsh-autosuggestions - depends = zsh-completions - depends = zsh-history-substring-search - depends = zsh-syntax-highlighting - -pkgname = strisemarx-base diff --git a/meta/base/PKGBUILD b/meta/base/PKGBUILD deleted file mode 100644 index 74406f7..0000000 --- a/meta/base/PKGBUILD +++ /dev/null @@ -1,71 +0,0 @@ -pkgname=sommerfeld-base -pkgver=7 -pkgrel=1 -arch=('any') -license=('MIT') -depends=( - 'acpid' - 'base' - 'base-devel' - 'bash-completion' - 'bat' - 'choose' - 'cpupower' - 'curlie' - 'dashbinsh' - 'doas-sudo-shim-k' - 'dog' - 'duf' - 'fd' - 'fzf' - 'gdu' - 'git' - 'htop' - 'irqbalance' - 'iwd' - 'jq' - 'lf' - 'libusb-compat' - 'linux-firmware' - 'lsd' - 'lshw' - 'man-db' - 'man-pages' - 'neofetch' - 'neovim' - 'nfs-utils' - 'nmap' - 'ocl-icd' - 'openssh' - 'overdue' - 'pacman-cleanup-hook' - 'pacman-contrib' - 'paru' - 'pass' - 'pbzip2' - 'pigz' - 'pkgstats' - 'procs' - 'qrencode' - 'rebuild-detector' - 'reflector' - 'ripgrep' - 'rsync' - 'sbctl' - 'sd' - 'stow' - 'systemd-resolvconf' - 'thermald' - 'tldr' - 'tmux' - 'torsocks' - 'tree-sitter-cli' - 'unzip' - 'wget' - 'wireguard-tools' - 'zsh' - 'zsh-autosuggestions' - 'zsh-completions' - 'zsh-history-substring-search' - 'zsh-syntax-highlighting' -) diff --git a/meta/base/sommerfeld-base-7-1-any.pkg.tar.zst b/meta/base/sommerfeld-base-7-1-any.pkg.tar.zst deleted file mode 100644 index 4ddd48c..0000000 Binary files a/meta/base/sommerfeld-base-7-1-any.pkg.tar.zst and /dev/null differ -- cgit v1.2.3-70-g09d2