Advertisement
s243a

pkgs_arry

Mar 29th, 2019
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.85 KB | None | 0 0
  1. ALL=()
  2. ALL_ArrNames=()
  3. A_DesktopApplicaitons=( "leafpad" "solitaire-minesweeper-1.3-i486" \
  4. "gtkhash-0.6.0-i686-up" "leafpad" "MPlayer" "clipit" "geany" "get_java" \
  5.   "getflash" "get_libreoffice" "gnome-mplayer" "pfind" \
  6.  "pupmd5sum" "screener" "bulldog-finder-4.1.1" "galculator" \
  7.  "file-roller" "gparted" "gtkhash-thunar-plugin" "gnome-bluetooth-2.32.0" \
  8. "gpicview" "isomaster" "libical" "libvisual-0.4.0" "pburn-xslacko" \
  9. "pfilesearch" "pfilesearch" "pschedule" "thunar" "thunar-archive-plugin" \
  10. "thunar-volman" "mtpaint" )
  11. ALL+=( "${A_DesktopApplicaitons[@]}" )
  12. ALL_ArrNames+=( "A_DesktopApplicaitons" )
  13.  
  14. #Let's remove this desktop related stuff and move it into a different sfs
  15. #Core PUppy
  16. A_CorePuppyDtAps=( "pfontview" "Pup-Kview" "Pup-SysInfo" )
  17. ALL+=( "${A_CorePuppyDtAps[@]}" )
  18. ALL_ArrNames+=( "A_CorePuppyDtAps" )
  19.  
  20. #Dektop related stuff
  21. A_DesktopCore=( "desk_icon_theme_blue_moon_Slacko" "desk_icon_theme_stardust" \
  22. "desk_icon_theme_zabuton" "desktop-file-utils" "gnome-menus" \
  23.  "libgnomecanvas" "libxfce4ui" "libxfce4util" "libxfcegui4-4.10.0" \
  24. "puppy_icon_theme" "pup-volume-monitor" "redshiftGUI-0.2.1" "retrovol" \
  25. "pupx" "shared-mime-info" "soothe-theme" "xfce4-cpugraph-plugin-1.0.5" \
  26. "xfce4-mixer-4.11.0" "xfce4-notifyd" "xfce4-panel" "xfce4-screenshooter-1.8.1" \
  27. "xfce4-session" "xfce4-settings" "xfce4-terminal" "xfce4-whiskermenu-plugin" \
  28. "xfconf" "xfdesktop" "xfwm4" \
  29.  "garcon" "hicolor-icon-theme" "libexo_lib-0.3.2" "libgtkhtml" "lxtask" \
  30. "netmon_wce" "mkwallpaper"  )
  31. ALL+=( "${A_DesktopCore[@]}" )
  32. ALL_ArrNames+=( "A_DesktopCore" )
  33.  
  34. #Programming related stuff
  35. A_DevCore=( "libglade2" "libgladeui1_11" "puppybasic-2.5b" "subversion" "automake" \
  36.  "bacon" "flex" "gcc_dev" "git" "gcc_dev" "jimtcl" "make" "pkgconfig" \
  37. "tcl" )
  38. ALL+=( "${A_DevCore[@]}" )
  39. ALL_ArrNames+=( "A_DevCore" )
  40.  
  41. #Browser related stuff
  42. A_BrowserCore=( "libwebkitgtk-1.10.2" "libwebp-0.3.1" "gst-ffmpeg-0.10.13" \
  43. "gst-plugins-base-0.10.36" "gst-plugins-good-0.10.31" "gstreamer-0.10.36" \
  44.  "midori-0.5.9" "ffconvert" "ffmpeg" "libcroco" "libsoup-2.42.2" "lynx2-8-7-i486" \
  45. "tazweb-1.6.2" )
  46. ALL+=( "${A_BrowserCore[@]}" )
  47. ALL_ArrNames+=( "A_BrowserCore" )
  48.  
  49. #Video Related stuff
  50. A_VideoCore=( "libtheora" "libvpx" "schroedinger" )
  51. ALL+=( "${A_VideoCore[@]}" )
  52. ALL_ArrNames+=( "A_VideoCore" )
  53.  
  54. #Internet/networking reled stuff
  55. A_NetworkingCore=( "pgprs" "ppp" "rp-pppoe" "samba" "Simple-File-Sharing_Samba4" \
  56. "firewall_ng" "firewallstatus" "frisbee" \
  57.  "wvdial" "putty-0.60-2010-09-10-i486" "arp" "arp-scan" "axel-1.0a-1" "lcms" "neon" \
  58. "transmission" )
  59. ALL+=( "${A_NetworkingCore[@]}" )
  60. ALL_ArrNames+=( "A_NetworkingCore" )
  61.  
  62. #F=( )
  63. #Sound Related stuff
  64. A_SoundCore=( "alsaequal" "alsa-lib" "alsa-utils" "asunder-2.1-i486" "audiofile" \
  65. "flac" "esound" "lame" "libao" \
  66. "libid3tag" "libmad" "libogg" "libvorbis" "lvm2" "mplayer_codecs_basic" )
  67. ALL+=( "${A_SoundCore[@]}" )
  68. ALL_ArrNames+=( "A_SoundCore" )
  69.  
  70. #Other Hardware and sound realted stuff
  71. A_HW_Misc=( "pTape-2.0" "bluez-4.99" "bluez-firmware-1.2" )
  72. ALL+=( "${A_HW_Misc[@]}" )
  73. ALL_ArrNames+=( "A_HW_Misc" )
  74.  
  75. #Digital Camera related stuff
  76. A_CameraCore=( "libdc1394" "libdv" "gphotofs"  )
  77. ALL+=( "${A_CameraCore[@]}" )
  78. ALL_ArrNames+=( "A_CameraCore" )
  79.  
  80. #Printing, scaners and pdfs related stuff
  81. A_PrintScanPDF+=( "libgsf" "cups" "cups_pdf" "foomatic-filters" "ghostscript" \
  82. "gtklp" "libspectre" "libtiff" "sane-backends" )
  83. ALL+=( "${A_PrintScanPDF[@]}" )
  84. ALL_ArrNames+=( "A_PrintScanPDF" )
  85.  
  86. #I'm not sure what this stuff is fore
  87. A_Unknown=( "bbc_provided" )
  88. ALL+=( "${A_A_Unknown[@]}" )
  89. ALL_ArrNames+=( "A_A_Unknown" )
  90.  
  91. #Misc. Command line tools
  92. A_Commandline=( "testdisk" )
  93. ALL+=( "${A_Commandline[@]}" )
  94. ALL_ArrNames+=( "A_Commandline" )
  95.  
  96. #Core stuff to remove
  97. A_SystemCore=( "icu_unknown" "bash" "jasper" "parted" )
  98. ALL+=( "${A_SystemCore[@]}" )
  99. ALL_ArrNames+=( "A_SystemCore" )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement