diff options
| author | 2026-04-21 01:23:20 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:20 +0100 | |
| commit | a93494aa2aa48583142594cfe6c005851046f16b (patch) | |
| tree | c89cbc8897944b7c266e2ea3d849f0dd22573591 /meta/fonts | |
| parent | 9a4cef8de726574b11f2bf56ddc27430a4f5e941 (diff) | |
| download | dotfiles-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/fonts')
| -rw-r--r-- | meta/fonts/.SRCINFO | 16 | ||||
| -rw-r--r-- | meta/fonts/PKGBUILD | 14 | ||||
| -rw-r--r-- | meta/fonts/sommerfeld-fonts-1-1-any.pkg.tar.zst | bin | 11720 -> 0 bytes |
3 files changed, 0 insertions, 30 deletions
diff --git a/meta/fonts/.SRCINFO b/meta/fonts/.SRCINFO deleted file mode 100644 index 6673b16..0000000 --- a/meta/fonts/.SRCINFO +++ /dev/null @@ -1,16 +0,0 @@ -pkgbase = strisemarx-fonts - pkgdesc = strisemarx's fonts metapackage - pkgver = 3 - pkgrel = 1 - url = https://strisemarx.com - arch = any - license = GPL3 - depends = noto-fonts-emoji - depends = otf-font-awesome - depends = otf-latinmodern-math - depends = ttf-dejavu - depends = ttf-fira-code - depends = ttf-font-awesome - depends = ttf-noto-nerd - -pkgname = strisemarx-fonts diff --git a/meta/fonts/PKGBUILD b/meta/fonts/PKGBUILD deleted file mode 100644 index 3259d4c..0000000 --- a/meta/fonts/PKGBUILD +++ /dev/null @@ -1,14 +0,0 @@ -pkgname=sommerfeld-fonts -pkgver=1 -pkgrel=1 -arch=('any') -license=('MIT') -depends=( - 'noto-fonts-emoji' - 'otf-font-awesome' - 'otf-latinmodern-math' - 'ttf-dejavu' - 'ttf-fira-code' - 'ttf-font-awesome' - 'ttf-noto-nerd' -) diff --git a/meta/fonts/sommerfeld-fonts-1-1-any.pkg.tar.zst b/meta/fonts/sommerfeld-fonts-1-1-any.pkg.tar.zst Binary files differdeleted file mode 100644 index 6a2e281..0000000 --- a/meta/fonts/sommerfeld-fonts-1-1-any.pkg.tar.zst +++ /dev/null |
