diff options
Diffstat (limited to 'slackware64/xap')
-rw-r--r-- | slackware64/xap/maketag | 12 | ||||
-rw-r--r-- | slackware64/xap/maketag.ez | 12 | ||||
-rw-r--r-- | slackware64/xap/tagfile | 4 |
3 files changed, 14 insertions, 14 deletions
diff --git a/slackware64/xap/maketag b/slackware64/xap/maketag index 22020a3d..db874de4 100644 --- a/slackware64/xap/maketag +++ b/slackware64/xap/maketag @@ -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 diff --git a/slackware64/xap/maketag.ez b/slackware64/xap/maketag.ez index 22020a3d..db874de4 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 diff --git a/slackware64/xap/tagfile b/slackware64/xap/tagfile index 1edc514c..5e31ed35 100644 --- a/slackware64/xap/tagfile +++ b/slackware64/xap/tagfile @@ -4,6 +4,7 @@ audacious-plugins:REC blackbox:OPT blueman:ADD ddd:REC +easytag:REC electricsheep:REC fluxbox:OPT fvwm:REC @@ -17,7 +18,6 @@ gparted:OPT gucharmap:OPT gv:REC hexchat:OPT -imagemagick:REC mozilla-firefox:REC mozilla-thunderbird:REC network-manager-applet:REC @@ -25,7 +25,7 @@ pan:REC pavucontrol:ADD pidgin:OPT rdesktop:OPT -rxvt:REC +rxvt-unicode:REC sane:OPT seamonkey:REC seyon:OPT |