]> git.wh0rd.org - home.git/commitdiff
glinux-setup: update package list
authorMike Frysinger <vapier@gentoo.org>
Thu, 30 Nov 2023 21:54:23 +0000 (16:54 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 30 Nov 2023 21:54:23 +0000 (16:54 -0500)
.bin/glinux-vapier-setup

index f2e5590e2733c1410b0a51719824ed398fb5cd22..4c851f7fbece701fb8e8a92a0ae14d585d38f267 100755 (executable)
@@ -1,17 +1,14 @@
 #!/bin/bash
+
 pkgs=(
        cifs-utils
        clusterssh
        iotop
-       ipython
        pavucontrol
        pssh
        pylint
-       pylint3
-       python-mock
-       python-pip python3-pip
-       python-protobuf
-       python-virtualenv
+       python3-pip
+       python3-protobuf
        sharutils
        unzip
 
@@ -20,16 +17,11 @@ pkgs=(
        lvm2
        thin-provisioning-tools
 
-       xfce4
-       xfce4-goodies
-       xfce4-power-manager
-
        dict
        elinks
        feh
        gimp
        gkrellm
-       gtk-redshift
        inkscape
        mplayer
        mpv
@@ -44,7 +36,6 @@ pkgs=(
        optipng
        pngcrush
        yakuake
-       xscreensaver
 
        autoconf
        automake
@@ -73,12 +64,12 @@ pkgs=(
        tree
 
        dnsutils
-       {g,c}kermit
+       gkermit
        minicom
        mosh
        netcat
        nfs-kernel-server
-       qemu
+       qemu-{user,system,utils}
        rsh-client
        telnet-ssl
        tftp{,d}-hpa
@@ -94,7 +85,6 @@ pkgs=(
        gnome-terminal
        mlterm
        pterm
-       rxvt
        rxvt-unicode
        stterm
        xterm
@@ -107,10 +97,9 @@ pkgs=(
        liblzma-dev
        libpixman-1-dev
        libreadline-dev
-       libsdl1.2-dev
        libusb-1.0-0-dev
-       python-beautifulsoup
-       python-dev
+       python3-bs4
+       python3-dev
        virtualenv
        zlib1g-dev
 )