summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-08 21:08:40 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-08 21:08:40 (GMT)
commit8509c335b3f41fcc530ed481dfd014199e9a9b23 (patch)
tree4e0c94b857fb4a220cca1235b754d79f4761d7b3 /abs
parent09d165f46e752cb3fcd323c1799cfe7d4b6f1696 (diff)
downloadlinhes_pkgbuild-8509c335b3f41fcc530ed481dfd014199e9a9b23.zip
linhes_pkgbuild-8509c335b3f41fcc530ed481dfd014199e9a9b23.tar.gz
linhes_pkgbuild-8509c335b3f41fcc530ed481dfd014199e9a9b23.tar.bz2
LinHES-config: mv_software.py & mv_common.py: update plex name for dashes
Diffstat (limited to 'abs')
-rwxr-xr-xabs/core/LinHES-config/PKGBUILD8
-rwxr-xr-xabs/core/LinHES-config/mv_common.py4
-rwxr-xr-xabs/core/LinHES-config/mv_software.py2
3 files changed, 9 insertions, 5 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD
index 7e2f86b..193cc31 100755
--- a/abs/core/LinHES-config/PKGBUILD
+++ b/abs/core/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
-pkgver=8.2
-pkgrel=18
+pkgver=8.3
+pkgrel=1
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config )
pkgdesc="Install and configure your system"
depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted'
@@ -157,14 +157,14 @@ md5sums=('17d9dd5a097fbbd4dae75dff8e2677ff'
'e959df98947eb0d2ea64ff616b61aab5'
'2506860a416e1988934225d80d501c2c'
'c0549457750c4f8e8038d904a0f3012a'
- '1224a6a51cfe3283b562e3c250688b53'
+ '21838e6bfc9ece97bf6e22b7bdf8c46f'
'b845de3e05c1734cce4b9ac5e8f1baaf'
'885fcb99a0179d9704385e14aefd7af6'
'8b7dce4a3a0a281fa6656aa8781a648e'
'4b10fff21a0274f950f97f2b61e92463'
'824e49d9b01fed295c704ab68908b464'
'fe5e31b833cc6707209e9d656b6eb53c'
- '3d97bf5c1a02b03430709d267ba27c00'
+ '3b44e43c4290ae617431193620a4c1bb'
'087a0ef743bc8af915503f8773536ce4'
'38665330aeb3a8bdf7be24857fe035bb'
'80685e047993b00161be29e3580f3a40'
diff --git a/abs/core/LinHES-config/mv_common.py b/abs/core/LinHES-config/mv_common.py
index 3160989..12d8822 100755
--- a/abs/core/LinHES-config/mv_common.py
+++ b/abs/core/LinHES-config/mv_common.py
@@ -223,6 +223,8 @@ def pacinstall(pkg):
pacinstall("web-on-linhes")
elif pkg == "xbmc":
pacinstall("xbmc-pvr-addons")
+ elif pkg == "plexhometheater":
+ pacinstall("plex-home-theater")
elif pkg == "mame":
pacinstall("sdlmame")
elif pkg == "foldingathome":
@@ -261,6 +263,8 @@ def pacremove(pkg):
pacremove("web-on-linhes")
elif pkg == "xbmc":
pacremove("xbmc-pvr-addons")
+ elif pkg == "plexhometheater":
+ pacremove("plex-home-theater")
elif pkg == "mame":
pacremove("sdlmame")
elif pkg == "foldingathome":
diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py
index dd783bb..c01660e 100755
--- a/abs/core/LinHES-config/mv_software.py
+++ b/abs/core/LinHES-config/mv_software.py
@@ -72,7 +72,7 @@ def setup_software(systemconfig, data_config):
"webmin",
"webonlinhes",
"huludesktop",
- "plex-home-theater",
+ "plexhometheater",
"xbmc",
"dvdcss",
"foldingathome")