X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=pkgs;h=e55f92c090e02a1489cbc204a2082862307ade96;hb=HEAD;hp=a5e2bfd6bb633c185d1123fa36be8ac38a6a23f7;hpb=b186607514fbcf10bd5664ccb759a6e873f048c7;p=distro-setup diff --git a/pkgs b/pkgs index a5e2bfd..e2d35b3 100644 --- a/pkgs +++ b/pkgs @@ -1,4 +1,25 @@ #!/bin/bash +# I, Ian Kelling, follow the GNU license recommendations at +# https://www.gnu.org/licenses/license-recommendations.en.html. They +# recommend that small programs, < 300 lines, be licensed under the +# Apache License 2.0. This file contains or is part of one or more small +# programs. If a small program grows beyond 300 lines, I plan to switch +# its license to GPL. + +# Copyright 2024 Ian Kelling + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # meant to be sourced # # packages with the same name across distros. @@ -6,10 +27,12 @@ p1=( bind9-host cryptsetup + libpam-tmpdir lvm2 mbuffer moreutils screen + tmux ) p2=( bash-completion @@ -69,13 +92,15 @@ p3=( apt-show-versions aptitude-doc-en arandr - arbtt # dictionary / thesaurus artha asciidoc backupninja barrier bash-doc + bat + # options beets dep + python3-discogs-client # not using it currently and it has a dependency problem # beets # beets-doc @@ -106,13 +131,18 @@ p3=( dos2unix dosfstools dnsutils + dsh + dunst python3-dnspython + # better du in t11+ + duf duplicity elinks evince exim4-doc-html exfat-fuse - exfat-utils + # was exfat-utils before aramo + exfatprogs expect # for ftp upload dejagnu test libdate-manip-perl libemail-messageid-perl @@ -127,6 +157,8 @@ p3=( fonts-roboto fonts-thai-tlwg fonts-thai-tlwg-otf + ftp-upload + fzf xfonts-intl-asian fonts-sil-lateef gajim @@ -147,15 +179,22 @@ p3=( glibc-doc goaccess gnome-screenshot + # color picker gpick grepmail guvcview + gwenview # for my / office hp printers hplip html-xml-utils + html2text hunspell + # not sure i need it, but i have i2c hacking stuff and it is suggested + # in s76-driver + i2c-tools i3lock i3status + icecast2 iftop iotop info @@ -172,13 +211,16 @@ p3=( knot-dnsutils libterm-readkey-perl libreoffice - linphone + linphone-desktop linux-doc lshw make-doc manpages manpages-dev markdown + # probably add this in t12. it is utilities for maildir. + # for now, building from source + # mblaze mb2md mdadm meld @@ -187,7 +229,6 @@ p3=( mhonarc mmdebstrap mp3gain - mps-youtube mpv mumble mupdf @@ -201,16 +242,15 @@ p3=( nginx-doc nmap nyancat + nzbget obs-studio offlineimap oathtool opendkim-tools p7zip-full - paprefs parted parted-doc pass - pavucontrol pdfgrep perl-doc pianobar @@ -219,18 +259,23 @@ p3=( pidgin pidgin-otr pixz + # unattended-upgrades.log: Please install powermgmt-base package to check power status + powermgmt-base + profanity pry pv python3-doc qemu-user-static + qimgv qrencode + read-edid readline-doc rename reportbug # first exist in t11 afaik ripgrep rfkill - rng-tools + rng-tools-debian rygel sakura schroot @@ -251,11 +296,14 @@ p3=( swh-plugins tar-doc tcpdump + tcl + tcl-tclreadline telnet tmate transmission-remote-gtk trash-cli tty-clock + units uuid-runtime vlc wamerican-huge @@ -266,6 +314,8 @@ p3=( xawtv xbacklight xdot + # needed for some i3 hacks + xdotool xloadimage xprintidle xscreensaver @@ -274,6 +324,7 @@ p3=( xscreensaver-gl-extra global python3-pygments + vainfo ) # shellcheck disable=SC2034