summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-05 22:45:15 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-05 22:45:15 (GMT)
commita3bffeb6e46ffef4c418be6d52b6c5c4428f2745 (patch)
tree192e2653de41ee261512ec3c3247e87fc8c7a2ce
parent5651b03574d2dc2d117840022d01326885d7392f (diff)
downloadlinhes_pkgbuild-a3bffeb6e46ffef4c418be6d52b6c5c4428f2745.zip
linhes_pkgbuild-a3bffeb6e46ffef4c418be6d52b6c5c4428f2745.tar.gz
linhes_pkgbuild-a3bffeb6e46ffef4c418be6d52b6c5c4428f2745.tar.bz2
LinHES-config:Added mythzoneminder.
-rw-r--r--abs/core-testing/LinHES-config/PKGBUILD2
-rwxr-xr-xabs/core-testing/LinHES-config/mv_software.py6
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD
index de4e94b..4d01bbe 100644
--- a/abs/core-testing/LinHES-config/PKGBUILD
+++ b/abs/core-testing/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=2.0
-pkgrel=90
+pkgrel=91
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )
pkgdesc="Install and configure your system"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted
diff --git a/abs/core-testing/LinHES-config/mv_software.py b/abs/core-testing/LinHES-config/mv_software.py
index 0a96bb3..55711da 100755
--- a/abs/core-testing/LinHES-config/mv_software.py
+++ b/abs/core-testing/LinHES-config/mv_software.py
@@ -15,7 +15,8 @@ def setup_software(systemconfig, data_config):
postfix = "-svn"
default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews",
- "mythgame", "mythflix", "mythweather" )
+ "mythgame", "mythflix", "mythweather",
+ "mythzoneminder" )
default_installed=("mythcontrols", "mythgallery", "mythmovies",
"mythmusic", "mythsmolt", "mythvideo")
@@ -23,7 +24,8 @@ def setup_software(systemconfig, data_config):
else:
default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews",
"mythgame", "mythflix", "mythweather",
- "mythappletrailers", "mythstream", "mythvodka")
+ "mythappletrailers", "mythstream", "mythvodka",
+ "mythzoneminder" )
default_installed=("mythcontrols", "mythgallery", "mythmovies",
"mythmusic", "mythsmolt", "mythvideo")