summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_software.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-15 01:29:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-15 01:31:24 (GMT)
commit8b1423718e97f03fa164c9176256b572de9a190f (patch)
tree7af4854f935bc7e52cd78d1a786e212b989e20d4 /abs/core/LinHES-config/mv_software.py
parent5f412bda6e87effcc6836e2d92f1cfbaf7be442d (diff)
downloadlinhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.zip
linhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.tar.gz
linhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.tar.bz2
LinHES-config: fix a typo in Slave_backend client smb filesharing.
Start folding at home service when foldingathome it installed
Diffstat (limited to 'abs/core/LinHES-config/mv_software.py')
-rwxr-xr-xabs/core/LinHES-config/mv_software.py33
1 files changed, 25 insertions, 8 deletions
diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py
index c803a14..20b355e 100755
--- a/abs/core/LinHES-config/mv_software.py
+++ b/abs/core/LinHES-config/mv_software.py
@@ -17,21 +17,38 @@ def setup_software(systemconfig, data_config):
postfix = "-release-fixes"
else:
postfix = "-svn"
-#This section is for MythVantage OS, not LINHES
+ #This section is for MythVantage OS, not LINHES
default_disabled = ("mytharchive", "mythbrowser", "mythnews",
"mythgame", "mythweather", "mythzoneminder","mythnetvision" )
default_installed=("mythgallery", "mythmusic")
other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome", "mythappletrailers", "mythstream", "mupen64")
else:
- default_disabled = ("mytharchive", "mythbrowser", "mythnews",
- "mythgame", "mythweather",
- "mythappletrailers", "mythstream", "mythzoneminder","mythnetvision" )
+ default_disabled = ("mytharchive",
+ "mythbrowser",
+ "mythnews",
+ "mythgame",
+ "mythweather",
+ "mythzoneminder",
+ "mythnetvision" )
+
+ default_installed=("mythgallery",
+ "mythmusic")
+ other_pkg=("romdb",
+ "snes9x",
+ "fceux",
+ "mame",
+ "mednafen",
+ "mupen64",
+ "dolphinemu",
+ "xe",
+ "mythappletrailers",
+ "miro",
+ "webonlinhes",
+ "huludesktop",
+ "dvdcss",
+ "foldingathome")
- default_installed=("mythgallery", "mythmovies", "mythmusic")
- other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin",
- "fuppes", "foldingathome","mupen64","dolphinemu",
- "webonlinhes","huludesktop")
for pkg in default_disabled:
pkgname=pkg+postfix