From 5cb2f38eed00a177d16c9e7a6ccc16bcc1c474be Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 23 Jan 2026 08:40:19 -0600 Subject: prune(archsetup): remove unused packages Remove packages that aren't actively used: - pycharm-community-edition (use emacs for Python) - mcomix (comic book reader) - figlet, figlet-fonts (ASCII art text) - ledger (CLI accounting) --- archsetup | 5 ----- 1 file changed, 5 deletions(-) diff --git a/archsetup b/archsetup index 4cc6199..8142092 100755 --- a/archsetup +++ b/archsetup @@ -1517,7 +1517,6 @@ developer_workstation () { action="Programming Editors" && display "subtitle" "$action" pacman_install mg # mini emacs pacman_install neovim # mega vi - pacman_install pycharm-community-edition # python ide action="Emacs Dependencies" && display "subtitle" "$action" pacman_install emacs @@ -1624,7 +1623,6 @@ supplemental_software() { pacman_install faad2 # processes an aac stream pacman_install fastfetch # cli system information tool pacman_install fdupes # identify binary duplicates - pacman_install figlet # words into ascii art pacman_install filezilla # ftp gui pacman_install gimp # image editor pacman_install gparted # disk partition utility @@ -1638,7 +1636,6 @@ supplemental_software() { pacman_install gucharmap # gui display of character maps pacman_install gzip # compression tool pacman_install handbrake # video transcoder - pacman_install ledger # CLI accounting software pacman_install libconfig # library for processing structured config files pacman_install libmad # mpeg audio decoder pacman_install libmpeg2 # library for decoding mpeg video streams @@ -1687,10 +1684,8 @@ supplemental_software() { # aur installs aur_install dtrx # extraction tool - aur_install figlet-fonts # fonts for figlet aur_install hfsprogs # file system tools for Mac OS aur_install insync # Google Drive sync client - aur_install mcomix # image viewer for comic books aur_install nsxiv # image viewer aur_install snore-git # sleep with feedback # aur_install tageditor # metadata editor for mkv, webm and related video files (DISABLED: hangs indefinitely building qt5-webengine dependency) -- cgit v1.2.3