ALL=() ALL_ArrNames=() A_DesktopApplicaitons=( "leafpad" "solitaire-minesweeper-1.3-i486" \ "gtkhash-0.6.0-i686-up" "leafpad" "MPlayer" "clipit" "geany" "get_java" \ "getflash" "get_libreoffice" "gnome-mplayer" "pfind" \ "pupmd5sum" "screener" "bulldog-finder-4.1.1" "galculator" \ "file-roller" "gparted" "gtkhash-thunar-plugin" "gnome-bluetooth-2.32.0" \ "gpicview" "isomaster" "libical" "libvisual-0.4.0" "pburn-xslacko" \ "pfilesearch" "pfilesearch" "pschedule" "thunar" "thunar-archive-plugin" \ "thunar-volman" "mtpaint" ) ALL+=( "${A_DesktopApplicaitons[@]}" ) ALL_ArrNames+=( "A_DesktopApplicaitons" ) #Let's remove this desktop related stuff and move it into a different sfs #Core PUppy A_CorePuppyDtAps=( "pfontview" "Pup-Kview" "Pup-SysInfo" ) ALL+=( "${A_CorePuppyDtAps[@]}" ) ALL_ArrNames+=( "A_CorePuppyDtAps" ) #Dektop related stuff A_DesktopCore=( "desk_icon_theme_blue_moon_Slacko" "desk_icon_theme_stardust" \ "desk_icon_theme_zabuton" "desktop-file-utils" "gnome-menus" \ "libgnomecanvas" "libxfce4ui" "libxfce4util" "libxfcegui4-4.10.0" \ "puppy_icon_theme" "pup-volume-monitor" "redshiftGUI-0.2.1" "retrovol" \ "pupx" "shared-mime-info" "soothe-theme" "xfce4-cpugraph-plugin-1.0.5" \ "xfce4-mixer-4.11.0" "xfce4-notifyd" "xfce4-panel" "xfce4-screenshooter-1.8.1" \ "xfce4-session" "xfce4-settings" "xfce4-terminal" "xfce4-whiskermenu-plugin" \ "xfconf" "xfdesktop" "xfwm4" \ "garcon" "hicolor-icon-theme" "libexo_lib-0.3.2" "libgtkhtml" "lxtask" \ "netmon_wce" "mkwallpaper" ) ALL+=( "${A_DesktopCore[@]}" ) ALL_ArrNames+=( "A_DesktopCore" ) #Programming related stuff A_DevCore=( "libglade2" "libgladeui1_11" "puppybasic-2.5b" "subversion" "automake" \ "bacon" "flex" "gcc_dev" "git" "gcc_dev" "jimtcl" "make" "pkgconfig" \ "tcl" ) ALL+=( "${A_DevCore[@]}" ) ALL_ArrNames+=( "A_DevCore" ) #Browser related stuff A_BrowserCore=( "libwebkitgtk-1.10.2" "libwebp-0.3.1" "gst-ffmpeg-0.10.13" \ "gst-plugins-base-0.10.36" "gst-plugins-good-0.10.31" "gstreamer-0.10.36" \ "midori-0.5.9" "ffconvert" "ffmpeg" "libcroco" "libsoup-2.42.2" "lynx2-8-7-i486" \ "tazweb-1.6.2" ) ALL+=( "${A_BrowserCore[@]}" ) ALL_ArrNames+=( "A_BrowserCore" ) #Video Related stuff A_VideoCore=( "libtheora" "libvpx" "schroedinger" ) ALL+=( "${A_VideoCore[@]}" ) ALL_ArrNames+=( "A_VideoCore" ) #Internet/networking reled stuff A_NetworkingCore=( "pgprs" "ppp" "rp-pppoe" "samba" "Simple-File-Sharing_Samba4" \ "firewall_ng" "firewallstatus" "frisbee" \ "wvdial" "putty-0.60-2010-09-10-i486" "arp" "arp-scan" "axel-1.0a-1" "lcms" "neon" \ "transmission" ) ALL+=( "${A_NetworkingCore[@]}" ) ALL_ArrNames+=( "A_NetworkingCore" ) #F=( ) #Sound Related stuff A_SoundCore=( "alsaequal" "alsa-lib" "alsa-utils" "asunder-2.1-i486" "audiofile" \ "flac" "esound" "lame" "libao" \ "libid3tag" "libmad" "libogg" "libvorbis" "lvm2" "mplayer_codecs_basic" ) ALL+=( "${A_SoundCore[@]}" ) ALL_ArrNames+=( "A_SoundCore" ) #Other Hardware and sound realted stuff A_HW_Misc=( "pTape-2.0" "bluez-4.99" "bluez-firmware-1.2" ) ALL+=( "${A_HW_Misc[@]}" ) ALL_ArrNames+=( "A_HW_Misc" ) #Digital Camera related stuff A_CameraCore=( "libdc1394" "libdv" "gphotofs" ) ALL+=( "${A_CameraCore[@]}" ) ALL_ArrNames+=( "A_CameraCore" ) #Printing, scaners and pdfs related stuff A_PrintScanPDF+=( "libgsf" "cups" "cups_pdf" "foomatic-filters" "ghostscript" \ "gtklp" "libspectre" "libtiff" "sane-backends" ) ALL+=( "${A_PrintScanPDF[@]}" ) ALL_ArrNames+=( "A_PrintScanPDF" ) #I'm not sure what this stuff is fore A_Unknown=( "bbc_provided" ) ALL+=( "${A_A_Unknown[@]}" ) ALL_ArrNames+=( "A_A_Unknown" ) #Misc. Command line tools A_Commandline=( "testdisk" ) ALL+=( "${A_Commandline[@]}" ) ALL_ArrNames+=( "A_Commandline" ) #Core stuff to remove A_SystemCore=( "icu_unknown" "bash" "jasper" "parted" ) ALL+=( "${A_SystemCore[@]}" ) ALL_ArrNames+=( "A_SystemCore" )