summaryrefslogtreecommitdiffstats
path: root/slackware64/xfce
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2012-09-26 01:10:42 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-31 22:51:55 +0200
commit9664bee729d487bcc0a0bc35859f8e13d5421c75 (patch)
treeb428a16618e36ed864a8d76ea3435e19a452bf90 /slackware64/xfce
parent75a4a592e5ccda30715f93563d741b83e0dcf39e (diff)
downloadcurrent-9664bee729d487bcc0a0bc35859f8e13d5421c75.tar.gz
current-9664bee729d487bcc0a0bc35859f8e13d5421c75.tar.xz
Slackware 14.0slackware-14.0
Wed Sep 26 01:10:42 UTC 2012 Slackware 14.0 x86_64 stable is released! We're perfectionists here at Slackware, so this release has been a long time a-brewing. But we think you'll agree that it was worth the wait. Slackware 14.0 combines modern components, ease of use, and flexible configuration... our "KISS" philosophy demands it. 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. Thanks to everyone who helped make this happen. The Slackware team, the upstream developers, and (of course) the awesome Slackware user community. Have fun! :-)
Diffstat (limited to 'slackware64/xfce')
-rw-r--r--slackware64/xfce/maketag64
-rw-r--r--slackware64/xfce/maketag.ez64
-rw-r--r--slackware64/xfce/tagfile29
3 files changed, 157 insertions, 0 deletions
diff --git a/slackware64/xfce/maketag b/slackware64/xfce/maketag
new file mode 100644
index 000000000..130c40d88
--- /dev/null
+++ b/slackware64/xfce/maketag
@@ -0,0 +1,64 @@
+#!/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 XFCE (XFCE DESKTOP)" \
+ --checklist "Please confirm the packages you wish to install \
+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" \
+"gtk-xfce-engine" "Xfce Gtk+ engines" "on" \
+"libxfce4ui" "Xfce widget library" "on" \
+"libxfce4util" "basic utility library for Xfce" "on" \
+"libxfcegui4" "old Xfce widget library" "on" \
+"orage" "Xfce's calendar" "on" \
+"thunar-volman" "Thunar Volume Manager for Xfce" "on" \
+"tumbler" "thumbnail generator" "on" \
+"xfce4-appfinder" "Application finder" "on" \
+"xfce4-clipman-plugin" "clipman plugin for the Xfce panel" "on" \
+"xfce4-dev-tools" "Xfce development tools" "on" \
+"xfce4-mixer" "Sound mixer applet for Xfce" "on" \
+"xfce4-notifyd" "xfce libnotify daemon" "on" \
+"xfce4-panel" "panel for Xfce" "on" \
+"xfce4-power-manager" "Power Management daemon for Xfce" "on" \
+"xfce4-screenshooter" "screenshooter plugin for Xfce" "on" \
+"xfce4-session" "Xfce session manager" "on" \
+"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-volumed" "audio volume management daemon" "on" \
+"xfce4-weather-plugin" "weather plugin for the Xfce panel" "on" \
+"xfconf" "Xfce configuration storage system" "on" \
+"xfdesktop" "Xfce desktop manager" "on" \
+"xfwm4" "Xfce Window Manager" "on" \
+"xfwm4-themes" "themes for the Xfce window manager" "on" \
+2> $TMP/SeTpkgs
+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 \
+ ; do
+ echo "$pkg: SKP" >> $TMP/SeTnewtag
+ done
+ exit
+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 \
+ ; do
+ if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
+ echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
+ else
+ echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
+ fi
+done
+rm -f $TMP/SeTpkgs
diff --git a/slackware64/xfce/maketag.ez b/slackware64/xfce/maketag.ez
new file mode 100644
index 000000000..130c40d88
--- /dev/null
+++ b/slackware64/xfce/maketag.ez
@@ -0,0 +1,64 @@
+#!/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 XFCE (XFCE DESKTOP)" \
+ --checklist "Please confirm the packages you wish to install \
+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" \
+"gtk-xfce-engine" "Xfce Gtk+ engines" "on" \
+"libxfce4ui" "Xfce widget library" "on" \
+"libxfce4util" "basic utility library for Xfce" "on" \
+"libxfcegui4" "old Xfce widget library" "on" \
+"orage" "Xfce's calendar" "on" \
+"thunar-volman" "Thunar Volume Manager for Xfce" "on" \
+"tumbler" "thumbnail generator" "on" \
+"xfce4-appfinder" "Application finder" "on" \
+"xfce4-clipman-plugin" "clipman plugin for the Xfce panel" "on" \
+"xfce4-dev-tools" "Xfce development tools" "on" \
+"xfce4-mixer" "Sound mixer applet for Xfce" "on" \
+"xfce4-notifyd" "xfce libnotify daemon" "on" \
+"xfce4-panel" "panel for Xfce" "on" \
+"xfce4-power-manager" "Power Management daemon for Xfce" "on" \
+"xfce4-screenshooter" "screenshooter plugin for Xfce" "on" \
+"xfce4-session" "Xfce session manager" "on" \
+"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-volumed" "audio volume management daemon" "on" \
+"xfce4-weather-plugin" "weather plugin for the Xfce panel" "on" \
+"xfconf" "Xfce configuration storage system" "on" \
+"xfdesktop" "Xfce desktop manager" "on" \
+"xfwm4" "Xfce Window Manager" "on" \
+"xfwm4-themes" "themes for the Xfce window manager" "on" \
+2> $TMP/SeTpkgs
+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 \
+ ; do
+ echo "$pkg: SKP" >> $TMP/SeTnewtag
+ done
+ exit
+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 \
+ ; do
+ if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
+ echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
+ else
+ echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
+ fi
+done
+rm -f $TMP/SeTpkgs
diff --git a/slackware64/xfce/tagfile b/slackware64/xfce/tagfile
new file mode 100644
index 000000000..34cbce212
--- /dev/null
+++ b/slackware64/xfce/tagfile
@@ -0,0 +1,29 @@
+Terminal:REC
+Thunar:REC
+exo:REC
+garcon:REC
+gtk-xfce-engine:REC
+libxfce4ui:REC
+libxfce4util:REC
+libxfcegui4:REC
+orage:REC
+thunar-volman:REC
+tumbler:REC
+xfce4-appfinder:REC
+xfce4-clipman-plugin:REC
+xfce4-dev-tools:REC
+xfce4-mixer:REC
+xfce4-notifyd:REC
+xfce4-panel:REC
+xfce4-power-manager:REC
+xfce4-screenshooter:REC
+xfce4-session:REC
+xfce4-settings:REC
+xfce4-systemload-plugin:REC
+xfce4-taskmanager:REC
+xfce4-volumed:REC
+xfce4-weather-plugin:REC
+xfconf:REC
+xfdesktop:REC
+xfwm4:REC
+xfwm4-themes:REC