X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=pkgs;h=d8acab13c182fa4a17f5310e9e5c02883d3f08aa;hb=HEAD;hp=b90144aa67d5dfe840f33bb52db548bf70b7640a;hpb=768363d8771edb9d9ed82425fa772d77b90139c0;p=distro-setup diff --git a/pkgs b/pkgs index b90144a..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,6 +131,7 @@ p3=( dos2unix dosfstools dnsutils + dsh dunst python3-dnspython # better du in t11+ @@ -115,7 +141,8 @@ p3=( 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 @@ -152,16 +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 @@ -178,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 @@ -193,7 +229,6 @@ p3=( mhonarc mmdebstrap mp3gain - mps-youtube mpv mumble mupdf @@ -207,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 @@ -225,19 +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 @@ -258,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 @@ -273,6 +314,8 @@ p3=( xawtv xbacklight xdot + # needed for some i3 hacks + xdotool xloadimage xprintidle xscreensaver @@ -281,6 +324,7 @@ p3=( xscreensaver-gl-extra global python3-pygments + vainfo ) # shellcheck disable=SC2034