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/mail/.SRCINFO | 14 -------------- meta/mail/PKGBUILD | 12 ------------ meta/mail/sommerfeld-mail-1-1-any.pkg.tar.zst | Bin 11721 -> 0 bytes 3 files changed, 26 deletions(-) delete mode 100644 meta/mail/.SRCINFO delete mode 100644 meta/mail/PKGBUILD delete mode 100644 meta/mail/sommerfeld-mail-1-1-any.pkg.tar.zst (limited to 'meta/mail') diff --git a/meta/mail/.SRCINFO b/meta/mail/.SRCINFO deleted file mode 100644 index ec25653..0000000 --- a/meta/mail/.SRCINFO +++ /dev/null @@ -1,14 +0,0 @@ -pkgbase = strisemarx-mail - pkgdesc = strisemarx's mail metapackage - pkgver = 6 - pkgrel = 1 - url = https://strisemarx.com - arch = any - license = GPL3 - depends = aerc - depends = khal - depends = khard - depends = protonmail-bridge-nogui - depends = vdirsyncer - -pkgname = strisemarx-mail diff --git a/meta/mail/PKGBUILD b/meta/mail/PKGBUILD deleted file mode 100644 index d450701..0000000 --- a/meta/mail/PKGBUILD +++ /dev/null @@ -1,12 +0,0 @@ -pkgname=sommerfeld-mail -pkgver=1 -pkgrel=1 -arch=('any') -license=('MIT') -depends=( - 'aerc' - 'khal' - 'khard' - 'protonmail-bridge-nogui' - 'vdirsyncer' -) diff --git a/meta/mail/sommerfeld-mail-1-1-any.pkg.tar.zst b/meta/mail/sommerfeld-mail-1-1-any.pkg.tar.zst deleted file mode 100644 index e4fb105..0000000 Binary files a/meta/mail/sommerfeld-mail-1-1-any.pkg.tar.zst and /dev/null differ -- cgit v1.2.3-70-g09d2