mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
9f8168864e
a/hwdata-0.383-noarch-1.txz: Upgraded. a/pciutils-3.13.0-x86_64-1.txz: Upgraded. d/ccache-4.10-x86_64-1.txz: Upgraded. d/meson-1.4.1-x86_64-1.txz: Upgraded. d/ruby-3.3.2-x86_64-1.txz: Upgraded. kde/plasma-sdk-5.27.11.1-x86_64-1.txz: Upgraded. kde/plasma-workspace-5.27.11.1-x86_64-1.txz: Upgraded. kde/tokodon-23.08.5-x86_64-1.txz: Added. l/libvpx-1.14.1-x86_64-1.txz: Upgraded. l/python-requests-2.32.3-x86_64-1.txz: Upgraded. n/NetworkManager-1.48.0-x86_64-1.txz: Upgraded. n/getmail-6.19.00-x86_64-1.txz: Upgraded. x/libevdev-1.13.2-x86_64-1.txz: Upgraded. x/wayland-1.23.0-x86_64-1.txz: Upgraded. xap/gnuplot-6.0.1-x86_64-1.txz: Upgraded. xap/mpv-0.38.0-x86_64-1.txz: Added. Evidently we need one more media player. ;-) Thanks to John Vogel Corning, Andreas Guldstrand, and Christoph Willing.
87 lines
4.4 KiB
Bash
87 lines
4.4 KiB
Bash
#!/bin/sh
|
|
#item ####description ###on off ###
|
|
TMP=/var/log/setup/tmp
|
|
if [ ! -d $TMP ]; then
|
|
mkdir -p $TMP
|
|
fi
|
|
cat /dev/null > $TMP/SeTnewtag
|
|
dialog --title "SELECTING PACKAGES FROM SERIES XAP (X APPLICATIONS)" \
|
|
--checklist "Please confirm the packages you wish to install \
|
|
from series XAP. Use the UP/DOWN keys to scroll through the list, and \
|
|
the SPACE key to deselect any items you don't want to install. \
|
|
Press ENTER when you are done." \
|
|
20 70 10 \
|
|
"MPlayer" "Media player" "on" \
|
|
"NetworkManager-openvpn" "OpenVPN Support for NetworkManager" "on" \
|
|
"audacious" "A media player of the XMMS lineage" "on" \
|
|
"audacious-plugins" "Plugins for Audacious to support media types" "on" \
|
|
"blackbox" "Minimalist and fast window manager" "on" \
|
|
"blueman" "Graphical Bluetooth manager" "on" \
|
|
"ddd" "X frontend for the GNU gdb debugger" "on" \
|
|
"easytag" "Tag editor for audio files" "on" \
|
|
"electricsheep" "A distributed screensaver program" "on" \
|
|
"ffmpegthumbnailer" "A lightweight video thumbnailer" "on" \
|
|
"fluxbox" "Window manager based on blackbox" "on" \
|
|
"freerdp" "Free Remote Desktop Protocol" "on" \
|
|
"fvwm" "FVWM window manager" "on" \
|
|
"geeqie" "A lightweight picture viewing program" "on" \
|
|
"gftp" "A multithreaded FTP client" "on" \
|
|
"gimp" "GNU Image Manipulation Program" "on" \
|
|
"gkrellm" "Graphical system monitor utility" "on" \
|
|
"gnuchess" "Chess playing programs" "on" \
|
|
"gnuplot" "Gnuplot function plotting utility" "on" \
|
|
"gparted" "A graphical partition manipulation program" "on" \
|
|
"gucharmap" "Unicode character map" "on" \
|
|
"gv" ".ps/.pdf viewer based on Ghostview" "on" \
|
|
"hexchat" "IRC client for X" "on" \
|
|
"libnma" "NetworkManager GUI client library" "on" \
|
|
"mozilla-firefox" "Mozilla Firefox web browser" "on" \
|
|
"mozilla-thunderbird" "Mozilla Thunderbird email client" "on" \
|
|
"mpv" "a command-line media player" "on" \
|
|
"network-manager-applet" "NetworkManager Applet" "on" \
|
|
"pan" "Pan newsreader (good for Reading News)" "on" \
|
|
"pavucontrol" "PulseAudio Volume Controller" "on" \
|
|
"pidgin" "GTK+ based messaging program" "on" \
|
|
"rdesktop" "Remote Desktop Protocol client" "on" \
|
|
"rxvt-unicode" "Terminal emulator with Unicode support" "on" \
|
|
"sane" "Scanner Access Now Easy" "on" \
|
|
"seamonkey" "SeaMonkey Application Suite" "on" \
|
|
"seyon" "A complete telecommunications package" "on" \
|
|
"ssr" "Simple Screen Recorder" "on" \
|
|
"vim-gvim" "X/GTK+ GUI add-on for the VIM editor" "on" \
|
|
"windowmaker" "GNU window manager for X" "on" \
|
|
"x11-ssh-askpass" "X11-based SSH passphrase dialog" "on" \
|
|
"x3270" "x3270 - IBM host access tool" "on" \
|
|
"xaos" "Fast real-time fractal zoomer/viewer" "on" \
|
|
"xgames" "A collection of games for X" "on" \
|
|
"xine-lib" "Multimedia player libraries" "on" \
|
|
"xine-ui" "Multimedia player (user interface)" "on" \
|
|
"xlockmore" "A screen saver and locker for X" "on" \
|
|
"xmms" "An audio player similar to WinAmp" "on" \
|
|
"xpaint" "A color painting/image editing program" "on" \
|
|
"xpdf" "Portable Document Format (PDF) viewer" "on" \
|
|
"xsane" "X interface to Scanner Access Now Easy" "on" \
|
|
"xscreensaver" "A screen saver and locker for X" "on" \
|
|
"xsnow" "let it snow on your desktop" "on" \
|
|
2> $TMP/SeTpkgs
|
|
if [ $? = 1 -o $? = 255 ]; then
|
|
rm -f $TMP/SeTpkgs
|
|
> $TMP/SeTnewtag
|
|
for pkg in \
|
|
MPlayer NetworkManager-openvpn audacious audacious-plugins blackbox blueman ddd easytag electricsheep ffmpegthumbnailer fluxbox freerdp fvwm geeqie gftp gimp gkrellm gnuchess gnuplot gparted gucharmap gv hexchat libnma mozilla-firefox mozilla-thunderbird mpv network-manager-applet pan pavucontrol pidgin rdesktop rxvt-unicode sane seamonkey seyon ssr vim-gvim windowmaker x11-ssh-askpass x3270 xaos xgames xine-lib xine-ui xlockmore xmms xpaint xpdf xsane xscreensaver xsnow \
|
|
; do
|
|
echo "$pkg: SKP" >> $TMP/SeTnewtag
|
|
done
|
|
exit
|
|
fi
|
|
cat /dev/null > $TMP/SeTnewtag
|
|
for PACKAGE in \
|
|
MPlayer NetworkManager-openvpn audacious audacious-plugins blackbox blueman ddd easytag electricsheep ffmpegthumbnailer fluxbox freerdp fvwm geeqie gftp gimp gkrellm gnuchess gnuplot gparted gucharmap gv hexchat libnma mozilla-firefox mozilla-thunderbird mpv network-manager-applet pan pavucontrol pidgin rdesktop rxvt-unicode sane seamonkey seyon ssr vim-gvim windowmaker x11-ssh-askpass x3270 xaos xgames xine-lib xine-ui xlockmore xmms xpaint xpdf xsane xscreensaver xsnow \
|
|
; do
|
|
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
|
|
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
|
|
else
|
|
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
|
|
fi
|
|
done
|
|
rm -f $TMP/SeTpkgs
|