summaryrefslogtreecommitdiffstats
path: root/slackware64/xfce
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2013-11-04 17:08:47 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-31 22:57:36 +0200
commit76fc4757ac91ac7947a01fb7b53dddf9a78a01d1 (patch)
tree9b98e6e193c7870cb27ac861394c1c4592850922 /slackware64/xfce
parent9664bee729d487bcc0a0bc35859f8e13d5421c75 (diff)
downloadcurrent-76fc4757ac91ac7947a01fb7b53dddf9a78a01d1.tar.gz
current-76fc4757ac91ac7947a01fb7b53dddf9a78a01d1.tar.xz
Slackware 14.1slackware-14.1
Mon Nov 4 17:08:47 UTC 2013 Slackware 14.1 x86_64 stable is released! It's been another interesting release cycle here at Slackware bringing new features like support for UEFI machines, updated compilers and development tools, the switch from MySQL to MariaDB, and many more improvements throughout the system. Thanks to the team, the upstream developers, the dedicated Slackware community, and everyone else who pitched in to help make this release a reality. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. Have fun! :-)
Diffstat (limited to 'slackware64/xfce')
-rw-r--r--slackware64/xfce/maketag8
-rw-r--r--slackware64/xfce/maketag.ez8
-rw-r--r--slackware64/xfce/tagfile2
3 files changed, 9 insertions, 9 deletions
diff --git a/slackware64/xfce/maketag b/slackware64/xfce/maketag
index 130c40d88..e284e1e70 100644
--- a/slackware64/xfce/maketag
+++ b/slackware64/xfce/maketag
@@ -11,7 +11,6 @@ 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 \
-"Terminal" "Xfce's Terminal Emulator" "on" \
"Thunar" "Xfce file manager" "on" \
"exo" "libexo extension library" "on" \
"garcon" "menu implementation for Xfce" "on" \
@@ -34,6 +33,7 @@ Press ENTER when you are done." \
"xfce4-settings" "Xfce settings manager" "on" \
"xfce4-systemload-plugin" "systemload plugin for the Xfce panel" "on" \
"xfce4-taskmanager" "running apps / task manager application" "on" \
+"xfce4-terminal" "Xfce's Terminal Emulator" "on" \
"xfce4-volumed" "audio volume management daemon" "on" \
"xfce4-weather-plugin" "weather plugin for the Xfce panel" "on" \
"xfconf" "Xfce configuration storage system" "on" \
@@ -45,7 +45,7 @@ if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
-Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
+Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
@@ -53,9 +53,9 @@ Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 o
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
-Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
+Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
; do
- if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
+ if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
else
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
diff --git a/slackware64/xfce/maketag.ez b/slackware64/xfce/maketag.ez
index 130c40d88..e284e1e70 100644
--- a/slackware64/xfce/maketag.ez
+++ b/slackware64/xfce/maketag.ez
@@ -11,7 +11,6 @@ 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 \
-"Terminal" "Xfce's Terminal Emulator" "on" \
"Thunar" "Xfce file manager" "on" \
"exo" "libexo extension library" "on" \
"garcon" "menu implementation for Xfce" "on" \
@@ -34,6 +33,7 @@ Press ENTER when you are done." \
"xfce4-settings" "Xfce settings manager" "on" \
"xfce4-systemload-plugin" "systemload plugin for the Xfce panel" "on" \
"xfce4-taskmanager" "running apps / task manager application" "on" \
+"xfce4-terminal" "Xfce's Terminal Emulator" "on" \
"xfce4-volumed" "audio volume management daemon" "on" \
"xfce4-weather-plugin" "weather plugin for the Xfce panel" "on" \
"xfconf" "Xfce configuration storage system" "on" \
@@ -45,7 +45,7 @@ if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
-Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
+Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
@@ -53,9 +53,9 @@ Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 o
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
-Terminal Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
+Thunar exo garcon gtk-xfce-engine libxfce4ui libxfce4util libxfcegui4 orage thunar-volman tumbler xfce4-appfinder xfce4-clipman-plugin xfce4-dev-tools xfce4-mixer xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-screenshooter xfce4-session xfce4-settings xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-volumed xfce4-weather-plugin xfconf xfdesktop xfwm4 xfwm4-themes \
; do
- if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
+ if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
else
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
diff --git a/slackware64/xfce/tagfile b/slackware64/xfce/tagfile
index 34cbce212..bf3b5efdc 100644
--- a/slackware64/xfce/tagfile
+++ b/slackware64/xfce/tagfile
@@ -1,4 +1,3 @@
-Terminal:REC
Thunar:REC
exo:REC
garcon:REC
@@ -21,6 +20,7 @@ xfce4-session:REC
xfce4-settings:REC
xfce4-systemload-plugin:REC
xfce4-taskmanager:REC
+xfce4-terminal:REC
xfce4-volumed:REC
xfce4-weather-plugin:REC
xfconf:REC