diff options
| author | 2026-04-21 01:23:20 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:20 +0100 | |
| commit | a93494aa2aa48583142594cfe6c005851046f16b (patch) | |
| tree | c89cbc8897944b7c266e2ea3d849f0dd22573591 /meta/wayland | |
| 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/wayland')
| -rw-r--r-- | meta/wayland/PKGBUILD | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/meta/wayland/PKGBUILD b/meta/wayland/PKGBUILD deleted file mode 100644 index 3d6ffbb..0000000 --- a/meta/wayland/PKGBUILD +++ /dev/null @@ -1,59 +0,0 @@ -pkgname=sommerfeld-wayland -pkgver=1 -pkgrel=1 -pkgdesc='Wayland desktop environment metapackage' -arch=('any') -license=('MIT') -depends=( - # Compositor - 'sway' - 'xdg-desktop-portal-wlr' - - # Bar & launcher - 'waybar' - 'fuzzel' - - # Terminal - 'ghostty' - - # Notifications - 'mako' - 'libnotify' - - # Lock screen - 'swaylock' - - # Clipboard - 'wl-clipboard' - - # Screenshots & recording - 'grim' - 'slurp' - 'wf-recorder' - - # Image viewer - 'imv' - - # QR - 'zbar' - - # Document viewers - 'zathura' - 'zathura-pdf-mupdf' - - # Browsers - 'arkenfox-user.js' - 'chromium' - 'librewolf-bin' - 'torbrowser-launcher' - - # Office & PDF - 'libreoffice-still' - 'okular' - - # Misc - 'libfido2' - 'perl-file-mimeinfo' - 'qt5ct' - 'xdg-user-dirs' -) |
