Advertisement
Guest User

xfce4.10

a guest
May 19th, 2012
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. cd /root &&
  2. wget http://archive.xfce.org/xfce/4.10/fat_tarballs/xfce-4.10.tar.bz2 &&
  3. tar xfvj xfce-4.10.tar.bz2 &&
  4. cd src/ &&
  5.  
  6. tar xfvj libxfce4util-4.10.0.tar.bz2 &&
  7. cd libxfce4util-4.10.0/ &&
  8. ./configure --prefix=/usr &&
  9. make &&
  10. make install &&
  11. cd .. &&
  12.  
  13. tar xfvj xfconf-4.10.0.tar.bz2 &&
  14. cd xfconf-4.10.0/ &&
  15. ./configure --prefix=/usr &&
  16. make &&
  17. make install &&
  18. cd .. &&
  19.  
  20. tar xfvj libxfce4ui-4.10.0.tar.bz2 &&
  21. cd libxfce4ui-4.10.0/ &&
  22. ./configure --prefix=/usr &&
  23. make &&
  24. make install &&
  25. cd .. &&
  26.  
  27. tar xfvj exo-0.8.0.tar.bz2 &&
  28. cd exo-0.8.0/ &&
  29. ./configure --prefix=/usr &&
  30. make &&
  31. make install &&
  32. cd .. &&
  33.  
  34. tar xfvj gtk-xfce-engine-3.0.0.tar.bz2 &&
  35. cd gtk-xfce-engine-3.0.0/ &&
  36. ./configure --prefix=/usr &&
  37. make &&
  38. make install &&
  39. cd .. &&
  40.  
  41. tar xfvj garcon-0.2.0.tar.bz2 &&
  42. cd garcon-0.2.0/ &&
  43. ./configure --prefix=/usr &&
  44. make &&
  45. make install &&
  46. mkdir -p /etc/xdg/menus/
  47. cp data/xfce/xfce-applications.menu /etc/xdg/menus/ &&
  48. cd .. &&
  49.  
  50. tar xfvj xfce4-panel-4.10.0.tar.bz2 &&
  51. cd xfce4-panel-4.10.0/ &&
  52. ./configure --prefix=/usr &&
  53. make &&
  54. make install &&
  55. cd .. &&
  56.  
  57. tar xfvj Thunar-1.4.0.tar.bz2 &&
  58. cd Thunar-1.4.0/ &&
  59. ./configure --prefix=/usr &&
  60. make &&
  61. make install &&
  62. cd .. &&
  63.  
  64. tar xfvj xfce4-appfinder-4.10.0.tar.bz2 &&
  65. cd xfce4-appfinder-4.10.0/ &&
  66. ./configure --prefix=/usr &&
  67. make &&
  68. make install &&
  69. cd .. &&
  70.  
  71. tar xfvj xfce4-session-4.10.0.tar.bz2 &&
  72. cd xfce4-session-4.10.0/ &&
  73. ./configure --prefix=/usr --enable-libgnome-keyring &&
  74. make &&
  75. make install &&
  76. cd .. &&
  77.  
  78. tar xfvj xfce4-settings-4.10.0.tar.bz2 &&
  79. cd xfce4-settings-4.10.0/ &&
  80. ./configure --enable-sound-settings --enable-pluggable-dialogs --prefix=/usr &&
  81. make &&
  82. make install &&
  83. cd .. &&
  84.  
  85. tar xfvj xfdesktop-4.10.0.tar.bz2 &&
  86. cd xfdesktop-4.10.0/ &&
  87. ./configure --prefix=/usr &&
  88. make &&
  89. make install &&
  90. cd .. &&
  91.  
  92. tar xfvj xfwm4-4.10.0.tar.bz2 &&
  93. cd xfwm4-4.10.0/ &&
  94. ./configure --prefix=/usr &&
  95. make &&
  96. make install &&
  97. cd .. &&
  98.  
  99. tar xfvj tumbler-0.1.25.tar.bz2 &&
  100. cd tumbler-0.1.25/ &&
  101. ./configure --prefix=/usr &&
  102. make &&
  103. make install &&
  104. cd .. &&
  105.  
  106. tar xfvj thunar-volman-0.8.0.tar.bz2 &&
  107. cd thunar-volman-0.8.0/ &&
  108. ./configure --prefix=/usr &&
  109. make &&
  110. make install &&
  111. cd .. &&
  112.  
  113. tar xfvj xfce4-power-manager-1.2.0.tar.bz2 &&
  114. cd xfce4-power-manager-1.2.0/ &&
  115. ./configure --prefix=/usr &&
  116. make &&
  117. make install &&
  118. cd .. &&
  119.  
  120. wget http://archive.xfce.org/src/archive/libxfcegui4/4.10/libxfcegui4-4.10.0.tar.bz2
  121. tar xfvj libxfcegui4-4.10.0.tar.bz2 &&
  122. cd libxfcegui4-4.10.0/ &&
  123. ./configure --prefix=/usr &&
  124. make &&
  125. make install &&
  126. cd .. &&
  127.  
  128. wget http://archive.xfce.org/src/apps/terminal/0.4/Terminal-0.4.8.tar.bz2
  129. tar xfvj Terminal-0.4.8.tar.bz2 &&
  130. cd Terminal-0.4.8/ &&
  131. ./configure --prefix=/usr &&
  132. make &&
  133. make install &&
  134. cd .. &&
  135.  
  136. wget http://archive.xfce.org/src/apps/mousepad/0.2/mousepad-0.2.16.tar.bz2
  137. tar xfvj mousepad-0.2.16.tar.bz2 &&
  138. cd mousepad-0.2.16 &&
  139. ./configure --prefix=/usr &&
  140. make &&
  141. make install &&
  142. cd .. &&
  143.  
  144. wget http://archive.xfce.org/src/apps/xfce4-taskmanager/1.0/xfce4-taskmanager-1.0.0.tar.bz2
  145. tar xfvj xfce4-taskmanager-1.0.0.tar.bz2 &&
  146. cd xfce4-taskmanager-1.0.0/ &&
  147. ./configure --prefix=/usr &&
  148. make &&
  149. make install &&
  150. cd .. &&
  151.  
  152. wget http://archive.xfce.org/src/apps/xfce4-screenshooter/1.8/xfce4-screenshooter-1.8.1.tar.bz2
  153. tar xfvj xfce4-screenshooter-1.8.1.tar.bz2 &&
  154. cd xfce4-screenshooter-1.8.1/ &&
  155. ./configure --prefix=/usr &&
  156. make &&
  157. make install &&
  158. cd .. &&
  159.  
  160. wget http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/xfce4-notifyd-0.2.2.tar.bz2
  161. tar xfvj xfce4-notifyd-0.2.2.tar.bz2 &&
  162. cd xfce4-notifyd-0.2.2/ &&
  163. ./configure --prefix=/usr &&
  164. make &&
  165. make install &&
  166. cd .. &&
  167.  
  168.  
  169. wget http://archive.xfce.org/src/apps/xfce4-mixer/4.8/xfce4-mixer-4.8.0.tar.bz2
  170. tar xfvj xfce4-mixer-4.8.0.tar.bz2 &&
  171. cd xfce4-mixer-4.8.0 &&
  172. ./configure --prefix=/usr &&
  173. make &&
  174. make install &&
  175. cd .. &&
  176.  
  177. wget http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.2/xfce4-clipman-plugin-1.2.3.tar.bz2
  178. tar xfvj xfce4-clipman-plugin-1.2.3.tar.bz2 &&
  179. cd xfce4-clipman-plugin-1.2.3/ &&
  180. ./configure --prefix=/usr &&
  181. make &&
  182. make install &&
  183. cd .. &&
  184.  
  185. wget http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.3/xfce4-places-plugin-1.3.0.tar.bz2
  186. tar xfvj xfce4-places-plugin-1.3.0.tar.bz2 &&
  187. cd xfce4-places-plugin-1.3.0/ &&
  188. ./configure --prefix=/usr &&
  189. make &&
  190. make install &&
  191. cd .. &&
  192.  
  193. wget http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/thunar-archive-plugin-0.3.0.tar.bz2
  194. tar xfvj thunar-archive-plugin-0.3.0.tar.bz2 &&
  195. cd thunar-archive-plugin-0.3.0/ &&
  196. ./configure --prefix=/usr &&
  197. make &&
  198. make install &&
  199. cd ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement