2009-08-26 17:00:38 +02:00
|
|
|
#!/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" \
|
|
|
|
"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" \
|
2010-05-19 10:58:23 +02:00
|
|
|
"blueman" "Graphical Bluetooth manager" "on" \
|
2013-11-04 18:08:47 +01:00
|
|
|
"ddd" "X frontend for the GNU gdb debugger" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"electricsheep" "A distributed screensaver program" "on" \
|
|
|
|
"fluxbox" "Window manager based on blackbox" "on" \
|
|
|
|
"fvwm" "FVWM window manager" "on" \
|
2010-05-19 10:58:23 +02:00
|
|
|
"geeqie" "A lightweight picture viewing program" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"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" \
|
2016-06-30 22:26:57 +02:00
|
|
|
"gparted" "A graphical partition manipulation program" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"gucharmap" "Unicode character map" "on" \
|
|
|
|
"gv" ".ps/.pdf viewer based on Ghostview" "on" \
|
2016-06-30 22:26:57 +02:00
|
|
|
"hexchat" "IRC client for X" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"imagemagick" "ImageMagick image utilities" "on" \
|
|
|
|
"mozilla-firefox" "Mozilla Firefox web browser" "on" \
|
|
|
|
"mozilla-thunderbird" "Mozilla Thunderbird email client" "on" \
|
2012-09-26 03:10:42 +02:00
|
|
|
"network-manager-applet" "NetworkManager Applet" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"pan" "Pan newsreader (good for Reading News)" "on" \
|
2016-06-30 22:26:57 +02:00
|
|
|
"pavucontrol" "PulseAudio Volume Controller" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"pidgin" "GTK+ based messaging program" "on" \
|
|
|
|
"rdesktop" "Remote Desktop Protocol client" "on" \
|
|
|
|
"rxvt" "Lightweight xterm alternative" "on" \
|
|
|
|
"sane" "Scanner Access Now Easy" "on" \
|
|
|
|
"seamonkey" "SeaMonkey Application Suite" "on" \
|
|
|
|
"seyon" "A complete telecommunications package" "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" \
|
2011-04-25 15:37:00 +02:00
|
|
|
"xaos" "Fast real-time fractal zoomer/viewer" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"xfractint" "Fractint for X" "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" \
|
|
|
|
"xv" "XV GIF/TIFF/JPEG/PostScript Image Viewer" "on" \
|
|
|
|
2> $TMP/SeTpkgs
|
|
|
|
if [ $? = 1 -o $? = 255 ]; then
|
|
|
|
rm -f $TMP/SeTpkgs
|
|
|
|
> $TMP/SeTnewtag
|
|
|
|
for pkg in \
|
2016-06-30 22:26:57 +02:00
|
|
|
MPlayer audacious audacious-plugins blackbox blueman ddd electricsheep fluxbox fvwm geeqie gftp gimp gkrellm gnuchess gnuplot gparted gucharmap gv hexchat imagemagick mozilla-firefox mozilla-thunderbird network-manager-applet pan pavucontrol pidgin rdesktop rxvt sane seamonkey seyon vim-gvim windowmaker x11-ssh-askpass x3270 xaos xfractint xgames xine-lib xine-ui xlockmore xmms xpaint xpdf xsane xscreensaver xv \
|
2009-08-26 17:00:38 +02:00
|
|
|
; do
|
|
|
|
echo "$pkg: SKP" >> $TMP/SeTnewtag
|
|
|
|
done
|
|
|
|
exit
|
|
|
|
fi
|
|
|
|
cat /dev/null > $TMP/SeTnewtag
|
|
|
|
for PACKAGE in \
|
2016-06-30 22:26:57 +02:00
|
|
|
MPlayer audacious audacious-plugins blackbox blueman ddd electricsheep fluxbox fvwm geeqie gftp gimp gkrellm gnuchess gnuplot gparted gucharmap gv hexchat imagemagick mozilla-firefox mozilla-thunderbird network-manager-applet pan pavucontrol pidgin rdesktop rxvt sane seamonkey seyon vim-gvim windowmaker x11-ssh-askpass x3270 xaos xfractint xgames xine-lib xine-ui xlockmore xmms xpaint xpdf xsane xscreensaver xv \
|
2009-08-26 17:00:38 +02:00
|
|
|
; do
|
2013-11-04 18:08:47 +01:00
|
|
|
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
|
2009-08-26 17:00:38 +02:00
|
|
|
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
|
|
|
|
else
|
|
|
|
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
rm -f $TMP/SeTpkgs
|