summaryrefslogtreecommitdiffstats
path: root/slackware64/xap/maketag.ez
diff options
context:
space:
mode:
Diffstat (limited to 'slackware64/xap/maketag.ez')
-rw-r--r--slackware64/xap/maketag.ez12
1 files changed, 6 insertions, 6 deletions
diff --git a/slackware64/xap/maketag.ez b/slackware64/xap/maketag.ez
index 22020a3dc..db874de4e 100644
--- a/slackware64/xap/maketag.ez
+++ b/slackware64/xap/maketag.ez
@@ -7,8 +7,8 @@ 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. \
+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" \
@@ -17,6 +17,7 @@ Press ENTER when you are done." \
"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" \
"fluxbox" "Window manager based on blackbox" "on" \
"fvwm" "FVWM window manager" "on" \
@@ -30,7 +31,6 @@ Press ENTER when you are done." \
"gucharmap" "Unicode character map" "on" \
"gv" ".ps/.pdf viewer based on Ghostview" "on" \
"hexchat" "IRC client for X" "on" \
-"imagemagick" "ImageMagick image utilities" "on" \
"mozilla-firefox" "Mozilla Firefox web browser" "on" \
"mozilla-thunderbird" "Mozilla Thunderbird email client" "on" \
"network-manager-applet" "NetworkManager Applet" "on" \
@@ -38,7 +38,7 @@ Press ENTER when you are done." \
"pavucontrol" "PulseAudio Volume Controller" "on" \
"pidgin" "GTK+ based messaging program" "on" \
"rdesktop" "Remote Desktop Protocol client" "on" \
-"rxvt" "Lightweight xterm alternative" "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" \
@@ -63,7 +63,7 @@ if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
-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 \
+MPlayer audacious audacious-plugins blackbox blueman ddd easytag electricsheep fluxbox fvwm geeqie gftp gimp gkrellm gnuchess gnuplot gparted gucharmap gv hexchat mozilla-firefox mozilla-thunderbird network-manager-applet pan pavucontrol pidgin rdesktop rxvt-unicode sane seamonkey seyon vim-gvim windowmaker x11-ssh-askpass x3270 xaos xfractint xgames xine-lib xine-ui xlockmore xmms xpaint xpdf xsane xscreensaver xv \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
@@ -71,7 +71,7 @@ MPlayer audacious audacious-plugins blackbox blueman ddd electricsheep fluxbox f
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
-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 \
+MPlayer audacious audacious-plugins blackbox blueman ddd easytag electricsheep fluxbox fvwm geeqie gftp gimp gkrellm gnuchess gnuplot gparted gucharmap gv hexchat mozilla-firefox mozilla-thunderbird network-manager-applet pan pavucontrol pidgin rdesktop rxvt-unicode sane seamonkey seyon vim-gvim windowmaker x11-ssh-askpass x3270 xaos xfractint xgames xine-lib xine-ui xlockmore xmms xpaint xpdf xsane xscreensaver xv \
; do
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag