summaryrefslogtreecommitdiffstats
path: root/slackware64/xfce/maketag
diff options
context:
space:
mode:
Diffstat (limited to 'slackware64/xfce/maketag')
-rw-r--r--slackware64/xfce/maketag6
1 files changed, 3 insertions, 3 deletions
diff --git a/slackware64/xfce/maketag b/slackware64/xfce/maketag
index babf829d6..8f894f3c2 100644
--- a/slackware64/xfce/maketag
+++ b/slackware64/xfce/maketag
@@ -11,13 +11,13 @@ from series XFCE. 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 \
-"Thunar" "Xfce file manager" "on" \
"exo" "libexo extension library" "on" \
"garcon" "menu implementation for Xfce" "on" \
"gtk-xfce-engine" "Xfce Gtk+ engines" "on" \
"libxfce4ui" "Xfce widget library" "on" \
"libxfce4util" "basic utility library for Xfce" "on" \
"orage" "Xfce's calendar" "on" \
+"thunar" "Xfce file manager" "on" \
"thunar-volman" "Thunar Volume Manager for Xfce" "on" \
"tumbler" "thumbnail generator" "on" \
"xfce4-appfinder" "Application finder" "on" \
@@ -42,7 +42,7 @@ if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
-Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \
+exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
@@ -50,7 +50,7 @@ Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tu
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
-Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \
+exo garcon gtk-xfce-engine libxfce4ui libxfce4util orage thunar thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-pulseaudio-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-weather-plugin xfconf xfdesktop xfwm4 \
; do
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag