blob: 165d2b36658684a3e1c3527b7449b56a97962f58 [file] [log] [blame]
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -03001#!/bin/bash
2#-------------------------------------------------------------------------------
3#Created by helmuthdu mailto: helmuthdu[at]gmail[dot]com
4#-------------------------------------------------------------------------------
5#This program is free software: you can redistribute it and/or modify
6#it under the terms of the GNU General Public License as published by
7#the Free Software Foundation, either version 3 of the License, or
8#(at your option) any later version.
9#
10#This program is distributed in the hope that it will be useful,
11#but WITHOUT ANY WARRANTY; without even the implied warranty of
12#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13#GNU General Public License for more details.
14#
15#You should have received a copy of the GNU General Public License
16#along with this program. If not, see <http://www.gnu.org/licenses/>.
17#-------------------------------------------------------------------------------
18
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -030019#MAINMENU {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020020 # 1) Basic Setup
21 # 2) Desktop Environment
22 # 3) Accessories Apps
23 # 4) Development Apps
24 # 5) Office Apps
25 # 6) System Apps
26 # 7) Graphics Apps
27 # 8) Internet Apps
28 # 9) Audio Apps
29 #10) Video Apps
30 #11) Games
31 #12) LAMP
32 #13) Fonts
33 #14) Extra
34 #15) Clean Orphan Packages
35 MAINMENU="1-13 15"
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -030036#}}}
Helmuth Saatkampb84c1432012-10-02 12:17:19 -030037#BASIC SETUP {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020038 CUPS="y"
Helmuth Saatkamp440795c2013-01-03 20:46:58 -020039 CUSTOMREPO="n" # Add custom repositories
Helmuth2f259c52013-07-18 15:47:19 -030040 FIRMWARE="y" # Install custom firmwares
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020041 GITTOR="y"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020042 NFS="n"
Helmutha960f812013-08-14 11:52:13 -030043 READAHEAD="y"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020044 SAMBA="y"
Helmuth Saatkampd4d24172012-12-14 14:49:16 -020045 SSH="y"
Helmuth Saatkamp27373e52013-04-20 08:30:19 -030046 TLP="n" # Laptop Power Manager
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020047 ZRAM="y"
Helmuth Saatkampfb90b982013-02-17 08:39:44 -030048 PROPRIETARY_DRIVER="n" # Proprietary (NVIDIA|ATI) driver
Helmuth Saatkamp233fd7c2013-01-11 11:43:16 -020049 #FONT CONFIGURATION {{{
50 # 1) Default
51 # 2) Infinality
52 # 3) Ubuntu
Helmuth Saatkamp5b19a492013-01-27 20:18:05 -020053 FONTCONFIG=1
Helmuth Saatkamp233fd7c2013-01-11 11:43:16 -020054 #}}}
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020055 #ADDITIONAL FIRMWARE {{{
56 # 1) alsa-firmware
57 # 2) ipw2100
58 # 3) ipw2200
59 # 4) b43
60 # 5) b43legacy
61 # 6) broadcom-wl
Helmuth2f259c52013-07-18 15:47:19 -030062 # 7) bluez-firmware
63 # 8) libmtp
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020064 # 9) libffado [Fireware Audio Devices]
65 #10) libraw1394 [IEE1394 Driver]
Helmuth Saatkamp6a7388b2013-05-22 23:34:21 -030066 #11) aic94xx-firmware
67 #12) bfa-firmware
Helmuth2f259c52013-07-18 15:47:19 -030068 FIRMWARE_OPTIONS="8"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020069 #}}}
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -030070#}}}
Helmuth Saatkamp35370542012-12-31 14:01:44 -020071#DESKTOP ENVIRONMENT|WINDOW MANAGER {{{
72 # 1) Cinnamon
73 # 2) E17
74 # 3) GNOME
75 # 4) KDE
76 # 5) LXDE
77 # 6) Mate
78 # 7) XFCE
79 # 8) Awesome
80 # 9) Fluxbox
81 #10) OpenBox
82 DESKTOPENV=3
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020083 #KDE {{{
84 # 1) Apper
Helmuth Saatkamp57835ee2013-03-04 20:50:06 -030085 # 2) Choqok
86 # 3) Digikam
87 # 4) K3b
88 # 5) Rosa Icon
Helmuth2babebf2013-09-16 08:51:08 -030089 # 6) Caledonia Bundle
90 # 7) Skrooge
91 # 8) Yakuake
92 KDE_OPTIONS="1-8"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -020093 #}}}
Helmuth Saatkampfb90b982013-02-17 08:39:44 -030094 #ESSENTIAL APPS [E17,LXDE,Awesome,Fluxbox,OpenBox] {{{
Helmuth Saatkamp35370542012-12-31 14:01:44 -020095 # 1) Display Manager
96 # 2) Dmenu
97 # 3) Viewnior
98 # 4) Gmrun
99 # 5) PCManFM
100 # 6) rxvt-unicode
101 # 7) Scrot
102 # 8) Thunar
103 # 9) Tint2
104 #10) Volwheel
105 #11) Xfburn
106 #12) Xcompmgr
Helmuth Saatkamp5ef4edb2013-05-02 23:13:08 -0300107 #13) Zathura
Helmuth Saatkamp35370542012-12-31 14:01:44 -0200108 MISCAPPS="1 3"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200109 #}}}
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200110 #DISPLAY MANAGER {{{
111 # 1) Elsa
112 # 2) GDM
113 # 3) LightDM
114 # 4) LXDM
115 # 5) Slim
Helmuth Saatkamp35370542012-12-31 14:01:44 -0200116 DISPLAY_MANAGER="3"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200117 #}}}
Helmuth Saatkamp35370542012-12-31 14:01:44 -0200118 # 1) Icons Themes
119 # 2) GTK2|GTK3 Themes
120 # 3) GNOME|CINNAMON Themes
121 THEMES_OPTIONS="1 2"
Helmuth Saatkamp8c7b5ad2012-12-31 10:34:01 -0200122 #ICONS THEMES {{{
123 # 1) Awoken
124 # 2) Elementary XFCE
125 # 3) Faenza
126 # 4) Faenza-Cupertino
127 # 5) Faience
128 # 6) iNX
129 # 7) Matrilineare
Helmuth02c8d402013-09-16 08:44:57 -0300130 # 8) Moka
131 # 9) Nitrux
Helmuth Saatkampfc9757b2013-04-24 10:23:16 -0300132 ICONS_THEMES="3 5"
Helmuth Saatkamp8c7b5ad2012-12-31 10:34:01 -0200133 #}}}
134 #GTK THEMES {{{
Helmuth Saatkampfc9757b2013-04-24 10:23:16 -0300135 # 1) Greybird
Helmuth02c8d402013-09-16 08:44:57 -0300136 # 2) Numix
137 # 3) Orion
138 GTK_THEMES="1-3"
Helmuth Saatkamp35370542012-12-31 14:01:44 -0200139 #}}}
140 #GNOME SHELL THEMES {{{
Helmuth Saatkampfc9757b2013-04-24 10:23:16 -0300141 # 1) Default-Mod
142 GNOME_SHELL_THEMES="1"
Helmuth Saatkamp35370542012-12-31 14:01:44 -0200143 #}}}
144 #CINNAMON THEMES {{{
Helmuth Saatkampfb90b982013-02-17 08:39:44 -0300145 # 1) Ambience
146 # 2) Baldr
147 # 3) Eleganse
148 # 4) Elementary-luna
149 # 5) Faience
150 # 6) Gnome
151 # 7) Google+
152 # 8) Helios
153 # 9) Holo
154 #10) Nadia
155 #11) Loki
Helmuth Saatkamp35370542012-12-31 14:01:44 -0200156 CINNAMON_THEMES="5"
Helmuth Saatkamp8c7b5ad2012-12-31 10:34:01 -0200157 #}}}
Helmuth Saatkampbdb896f2012-09-08 09:10:55 -0300158#}}}
159#NETWORK MANAGER {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200160 # 1) NetworkManager
161 # 2) Wicd
Helmuth Saatkamp9291ab52012-12-24 12:39:02 -0200162 # 3) ConnMan
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200163 # n) None
Helmuth Saatkampfb90b982013-02-17 08:39:44 -0300164 NETWORKMANAGER=1
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200165 #USB 3G MODEM SUPPORT
Helmuth Saatkampace0cec2013-04-09 22:44:16 -0300166 USBMODEM="y"
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300167#}}}
168#ACCESSORIES {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200169 # 1) Cairo Dock
170 # 2) Catfish
Helmuth Saatkamp9291ab52012-12-24 12:39:02 -0200171 # 3) Conky
Helmuthe847e8a2013-08-22 07:36:31 -0300172 # 4) Docky
173 # 5) Galculator|Speedcrunch
174 # 6) Terra [Drop-down Terminal]
175 # 7) Kupfer
176 # 8) Pyrenamer
177 # 9) Shutter
178 #10) Stormcloud
179 #11) Synapse
180 #12) Terminator
181 #13) Zim
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200182 ACCESSORIES_OPTIONS=""
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300183#}}}
184#DEVELOPEMENT {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200185 # 1) Aptana Studio
186 # 2) Bluefish
187 # 3) Eclipse
188 # 4) Emacs
189 # 5) Gvim
190 # 6) Geany
191 # 7) IntelliJ IDEA
192 # 8) Kdevelop
Helmuth2f259c52013-07-18 15:47:19 -0300193 # 9) LightTable
Helmuth53fb1452013-08-23 10:02:02 -0300194 #10) Monodevelop
195 #11) Netbeans
196 #12) NodeJS
197 #13) OpenJDK
198 #14) Oracle JDK
199 #15) QT Creator
200 #16) Sublime Text
201 #17) Debuggers
202 #18) MySQL Workbench
Helmuth02c8d402013-09-16 08:44:57 -0300203 #19) DBSchema
204 #20) Meld
205 DEVELOPMENT_OPTIONS="14 12 16 20"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200206 #ECLIPSE {{{
207 # 1) Eclipse Classic
208 # 2) Eclipse IDE for C/C++ Developers
209 # 3) Android Development Tools for Eclipse
210 # 4) Web Development Tools for Eclipse
211 # 5) PHP Development Tools for Eclipse
212 # 6) Python Development Tools for Eclipse
213 # 7) Aptana Studio plugin for Eclipse
214 # 8) Vim-like editing plugin for Eclipse
215 # 9) Git support plugin for Eclipse
Helmuth Saatkampfb90b982013-02-17 08:39:44 -0300216 #10) Colortheme for Eclipse
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200217 ECLIPSE_OPTIONS="1"
218 #}}}
Helmuthfdff0cb2013-08-12 14:41:31 -0300219 #NODEJS {{{
220 # 1) backbone
221 # 2) coffee-script
222 # 3) express
223 # 4) grunt
224 # 5) jshint
225 # 6) jslint
226 # 7) less
227 # 8) markdown
228 # 9) mocha
229 # 10) stylus
230 # 11) uglify-js
231 # 12) underscore
232 NODEJS_OPTIONS="2 5 6 7 11"
233 #}}}
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300234#}}}
235#OFFICE {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200236 # 1) LibreOffice
237 # 2) Abiword+Gnumeric|Calligra
238 # 3) Latex + Texmaker
239 # 4) Calibre
Helmuth4f5755e2013-08-14 12:43:23 -0300240 # 5) Everpad
241 # 6) GCStar
242 # 7) Homebank
243 # 8) Impressive
244 # 9) Nitrotask
245 #10) OCRFeeder
246 #11) UberWriter
247 #12) Xmind
Helmuth4bacc7c2013-08-22 07:35:31 -0300248 OFFICE_OPTIONS="1"
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300249#}}}
250#SYSTEM TOOLS {{{
Helmuth Saatkampfc9757b2013-04-24 10:23:16 -0300251 # 1) ClamAV
Helmuth Saatkamp78d98332013-05-03 07:00:49 -0300252 # 2) FirewallD
Helmuthacfba112013-09-20 14:32:21 -0300253 # 3) UFW
254 # 4) Gparted
255 # 5) Grsync
256 # 6) Htop
257 # 7) Virtualbox
258 # 8) Webmin
259 # 9) Wine
260 SYSTEMTOOLS_OPTIONS="7 9"
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300261#}}}
262#GRAPHICS {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200263 # 1) Blender
264 # 2) Gimp
Helmuth Saatkamp9291ab52012-12-24 12:39:02 -0200265 # 3) Gradiator
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200266 # 4) Gthumb
267 # 5) Inkscape
268 # 6) MComix
269 # 7) Mypaint
Helmuth Saatkamp859ff602013-05-23 15:21:17 -0300270 # 8) Pencil
271 # 9) Scribus
272 #10) Shotwell
273 #11) Simple Scan
274 #12) XnViewMP
Helmuth Saatkampf696d402013-06-03 11:28:54 -0300275 GRAPHICS_OPTIONS="2-8 10"
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300276#}}}
277#INTERNET {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200278 # 1) Browser
279 # 2) Download|Fileshare
280 # 3) Email|RSS
Helmuth02c8d402013-09-16 08:44:57 -0300281 # 4) Instant Messaging|IRC
282 # 5) Mapping Tools
283 # 6) VNC|Desktop Share
284 INTERNET_OPTIONS="1-6"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200285 #BROWSER {{{
286 # 1) Chromium
287 # 2) Google Chrome
288 # 3) Midori|Rekonq
289 # 4) Mozilla Firefox
290 # 5) Opera
291 BROWSERS_OPTIONS="2 4"
292 #}}}
293 #DOWNLOAD|FILESHARE {{{
Helmuth76f1e842013-08-06 14:49:19 -0300294 # 1) AeroFS
295 # 2) BitTorrent Sync
296 # 3) Deluge
297 # 4) Dropbox
298 # 5) Jdownloader
299 # 6) Nitroshare
300 # 7) Sparkleshare
301 # 8) Spider Oak
302 # 9) Steadyflow
303 #10) Trasmission
304 DOWNLOAD_OPTIONS="4 5"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200305 #}}}
306 #EMAIL|RSS {{{
307 # 1) Mozilla Thunderbird
308 # 2) Liferea
Helmuth Saatkampace0cec2013-04-09 22:44:16 -0300309 EMAIL_OPTIONS=""
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200310 #}}}
Helmuth02c8d402013-09-16 08:44:57 -0300311 #IM|IRC {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200312 # 1) Emesene
313 # 2) Google Talk-Plugin
314 # 3) Pidgin
315 # 4) Skype
316 # 5) Teamspeak
Helmuth02c8d402013-09-16 08:44:57 -0300317 # 6) Irssi
318 # 7) HexChat|Konversation
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200319 IM_OPTIONS="4"
320 #}}}
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200321 #MAPPING {{{
322 # 1) Google Earth
323 # 2) NASA World Wind
324 MAPPING_OPTIONS="1"
325 #}}}
326 #VNC|Desktop Share {{{
327 # 1) Remmina
328 # 2) Teamviewer
329 VNC_OPTIONS=""
330 #}}}
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300331#}}}
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300332#AUDIO {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200333 # 1) Players
334 # 2) Editors|Tools
335 # 3) Codecs
336 AUDIO_OPTIONS="1-3"
337 #PLAYERS {{{
338 # 1) Amarok
339 # 2) Audacious
340 # 3) Banshee
341 # 4) Clementine
342 # 5) Deadbeef
343 # 6) Exaile
344 # 7) Musique
345 # 8) Nuvola
346 # 9) Rhythmbox
347 #10) Radiotray
348 #11) Spotify
349 #12) Tomahawk
350 #13) Timidity++
Helmuth Saatkampd9fa3502012-12-25 10:51:21 -0200351 #14) Xnoise
Helmuth Saatkamp8c7b5ad2012-12-31 10:34:01 -0200352 AUDIO_PLAYER_OPTIONS="9"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200353 #}}}
354 #EDITORS|TOOLS {{{
355 # 1) Soundconverter|Soundkonverter
Helmuth Saatkamp440795c2013-01-03 20:46:58 -0200356 # 2) Easytag
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200357 # 3) Audacity
358 # 4) OcenAudio
359 AUDIO_EDITOR_OPTIONS="1"
360 #}}}
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300361#}}}
362#VIDEO {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200363 # 1) Players
364 # 2) Editors|Tools
365 # 3) Codecs
366 VIDEO_OPTIONS="1-3"
367 #PLAYERS {{{
368 # 1) Audience
369 # 2) Gnome Mplayer
370 # 3) Parole
371 # 4) Minitube
372 # 5) Miro
373 # 6) Rosa Media Player
374 # 7) SMplayer
375 # 8) VLC
376 # 9) XBMC
377 VIDEO_PLAYER_OPTIONS="8 9"
378 #}}}
379 #EDITORS|TOOLS {{{
Helmuth Saatkampb1ab6f02012-11-09 09:13:10 -0200380 # 1) Avidemux
381 # 2) Arista
Helmuth Saatkampf696d402013-06-03 11:28:54 -0300382 # 3) Handbrake
383 # 4) Transmageddon
384 # 5) Kdenlive
385 # 6) Openshot
386 # 7) Pitivi
387 # 8) Kazam
Helmuth Saatkamp8c7b5ad2012-12-31 10:34:01 -0200388 VIDEO_EDITOR_OPTIONS="2"
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200389 #}}}
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300390#}}}
Helmuth Saatkamp9f1ad832012-03-08 18:20:53 -0300391#GAMES {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200392 # 1) Action|Adventure
393 # 2) Arcade|Platformer
394 # 3) Dungeon
395 # 4) Emulators
396 # 5) FPS
397 # 6) MMO
398 # 7) Puzzle
399 # 8) RPG
400 # 9) Racing
401 #10) Simulation
402 #11) Strategy
Helmuth Saatkamp233fd7c2013-01-11 11:43:16 -0200403 #12) PlayOnLinux
404 #13) Steam
405 GAMES_OPTIONS=""
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200406 #ACTION {{{
407 # 1) Astromenace
408 # 2) Counter-Strike 2D
409 # 3) Dead Cyborg
410 # 4) M.A.R.S.
411 # 5) Nikki
412 # 6) OpenTyrian
413 # 7) Sonic Robot Bast 2
414 # 8) SteelStorm
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200415 ACTION=""
416 #}}}
417 #ARCADE {{{
418 # 1) Abuse
419 # 2) Battle Tanks
420 # 3) Bomberclone
421 # 4) Those Funny Funguloids
422 # 5) Frogatto
423 # 6) Goonies
424 # 7) Mari0
425 # 8) Neverball
426 # 9) Opensonic
427 #10) Robombs
428 #11) Super Mario Chronicles
429 #12) X-Moto
430 ARCADE=""
431 #}}}
432 #DUNGEON {{{
433 # 1) Adom
434 # 2) Tales of MajEyal
435 # 3) Lost Labyrinth
436 # 4) S.C.O.U.R.G.E.
437 # 5) Stone-Soupe
438 DUNGEON=""
439 #}}}
440 #EMULATORS {{{
441 # 1) BSNES
442 # 2) Desmume
443 # 3) Dolphin
444 # 4) ePSXe
445 # 5) Project64
Helmuth Saatkampa37f9c32013-05-22 23:28:38 -0300446 # 6) Snes9x
447 # 7) VisualBoyAdvanced
448 # 8) wxMupen64Plus
449 # 9) ZSNES
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200450 EMULATORS=""
451 #}}}
452 #FPS {{{
453 # 1) AlienArena
454 # 2) Warsow
455 # 3) Wolfenstein: Enemy Territory
456 # 4) World of Padman
457 # 5) Xonotic
458 FPS=""
459 #}}}
460 #MMO {{{
Helmuth Saatkampcc5dce32013-01-04 10:30:22 -0200461 # 1) Heroes of Newerth
462 # 2) League of Legends
463 # 3) ManaPlus
464 # 4) Runescape
465 # 5) Savage II
466 # 6) Spiral Knights
467 # 7) Wakfu
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200468 MMO=""
469 #}}}
470 #PUZZLE {{{
471 # 1) Frozen Bubble
472 # 2) Puzzle Moppet
473 # 3) Numptyphysics
474 PUZZLE=""
475 #}}}
476 #RPG {{{
477 # 1) Ardentryst
478 # 2) Flare
479 # 3) Freedroid RPG
480 RPG=""
481 #}}}
482 #RACING {{{
483 # 1) Maniadrive
484 # 2) Death Rally
485 # 3) Stuntrally
486 # 4) SupertuxKart
487 # 5) Speed Dreams
488 RACING=""
489 #}}}
490 #SIMULATION {{{
491 # 1) Simultrans
492 # 2) Theme Hospital
493 # 3) OpenTTD
494 SIMULATION=""
495 #}}}
496 #STRATEGY {{{
497 # 1) 0ad
498 # 2) Hedgewars
499 # 3) MegaGlest
500 # 4) Warzone 2100
501 # 5) Wesnoth
502 # 6) Zod
503 STRATEGY=""
504 #}}}
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300505#}}}
Helmuth Saatkamp0f757592012-09-27 00:17:51 -0300506#WEBSERVER {{{
Helmuth53fb1452013-08-23 10:02:02 -0300507 # 1) LAMP - APACHE, MariaDB & PHP
508 # 2) LAPP - APACHE, POSTGRESQL & PHP
509 # 3) LAMA - APACHE, MariaDB & ASP.NET
510 # 4) LAPA - APACHE, POSTGRESQL & ASP.NET
511 # 5) LEMP - NGINX, MariaDB & PHP
512 # 6) LEPP - NGINX, POSTGRESQL & PHP
Helmuth Saatkampfb90b982013-02-17 08:39:44 -0300513 WEBSERVER=2
Helmuth Saatkamp0f757592012-09-27 00:17:51 -0300514#}}}
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300515#FONTS {{{
Helmuth Saatkamp8c7b5ad2012-12-31 10:34:01 -0200516 # 1) ttf-anka-coder
Helmuth Saatkamp631a4fe2013-01-03 11:34:48 -0200517 # 2) ttf-dejavu
518 # 3) ttf-exljbris
519 # 4) ttf-funfonts
520 # 5) ttf-google-webfonts
521 # 6) ttf-liberation
522 # 7) ttf-ms-fonts
523 # 8) ttf-vista-fonts
524 # 9) wqy-microhei
Helmuth Saatkampf696d402013-06-03 11:28:54 -0300525 FONTS_OPTIONS="1-9"
Helmuth Saatkampb4896aa2012-03-08 17:46:59 -0300526#}}}
Helmuth Saatkampf45435a2012-06-25 12:42:16 -0300527#EXTRA {{{
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200528 # 1) Elementary Project
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200529 EXTRA_OPTIONS=""
530 #ELEMENTARY PROJECT {{{
531 # 1) Audience
Helmuth Saatkampee0e6942013-03-02 07:46:12 -0300532 # 2) Cerbere
533 # 3) Contractor
534 # 4) Eidete
535 # 5) Dexter
536 # 6) Feedler
537 # 7) Files
538 # 8) Footnote
539 # 9) Foto
540 #10) Gala
541 #11) Geary
542 #12) Lingo
543 #13) Maya
544 #14) Midori
545 #15) Noise
546 #16) Scratch
547 #17) Plank
548 #18) Pantheon Terminal
549 #19) Slingshot
550 #20) Snap
551 #21) Switchboard
552 #22) Wingpanel
553 #23) eICONS
554 #24) eGTK
555 ELEMENTARY_OPTIONS=""
Helmuth Saatkamp1a596eb2012-11-07 10:40:04 -0200556 #}}}
Helmuth Saatkampf45435a2012-06-25 12:42:16 -0300557#}}}