From 8bcec1732ac034e6dbf3f8b843bf7e22ae16d8a0 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Wed, 8 Dec 2010 21:49:22 +0000 Subject: linhes-config: remove plugins that are no longer with mythtv --- abs/core/LinHES-config/mv_software.py | 18 +++++++----------- abs/core/mythinstall/PKGBUILD | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py index c0f5a5b..6a2201c 100755 --- a/abs/core/LinHES-config/mv_software.py +++ b/abs/core/LinHES-config/mv_software.py @@ -18,21 +18,17 @@ def setup_software(systemconfig, data_config): else: postfix = "-svn" #This section is for MythVantage OS, not LINHES - default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews", - "mythgame", "mythflix", "mythweather", - "mythzoneminder","mythnetvision" ) + default_disabled = ("mytharchive", "mythbrowser", "mythnews", + "mythgame", "mythweather", "mythzoneminder","mythnetvision" ) - default_installed=("mythcontrols", "mythgallery", "mythmovies", - "mythmusic", "mythsmolt", "mythvideo") + default_installed=("mythgallery", "mythmusic", "mythsmolt", "mythvideo") other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome", "mythappletrailers", "mythstream", "mupen64") else: - default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews", - "mythgame", "mythflix", "mythweather", - "mythappletrailers", "mythstream", "mythvodka", - "mythzoneminder","mythnetvision" ) + default_disabled = ("mytharchive", "mythbrowser", "mythnews", + "mythgame", "mythweather", + "mythappletrailers", "mythstream", "mythzoneminder","mythnetvision" ) - default_installed=("mythcontrols", "mythgallery", "mythmovies", - "mythmusic", "mythsmolt", "mythvideo") + default_installed=("mythgallery", "mythmovies", "mythmusic", "mythsmolt", "mythvideo") other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome","mupen64") for pkg in default_disabled: diff --git a/abs/core/mythinstall/PKGBUILD b/abs/core/mythinstall/PKGBUILD index d62ba03..479c2cc 100644 --- a/abs/core/mythinstall/PKGBUILD +++ b/abs/core/mythinstall/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jams pkgname=mythinstall pkgver=3 -pkgrel=4 +pkgrel=6 pkgdesc="LinHES installer/systemconfig GUI." arch=i686 depends=() -- cgit v0.12