summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-07 17:55:17 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-07 17:55:17 (GMT)
commit0fb91053746df32ef8d0a9434e27ea1c931036ed (patch)
treeb094420ebb823cb5a0ddd5fd7b2fb2d3354e18ce
parentbfab6fd6253152340d03a14e2a7c40b87d44af84 (diff)
downloadlinhes_pkgbuild-0fb91053746df32ef8d0a9434e27ea1c931036ed.zip
linhes_pkgbuild-0fb91053746df32ef8d0a9434e27ea1c931036ed.tar.gz
linhes_pkgbuild-0fb91053746df32ef8d0a9434e27ea1c931036ed.tar.bz2
mythinstall: rename Plex Home Theater to OpenPHT
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp4
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/main.cpp2
-rw-r--r--abs/core/mythinstall/PKGBUILD2
3 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp
index 04307ee..7d204d7 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/installsettings.cpp
@@ -1138,9 +1138,9 @@ static HostCheckBox *HostXBMC()
static HostCheckBox *HostPLEXHT()
{
HostCheckBox *gc = new HostCheckBox("HostPLEXHT");
- gc->setLabel(QObject::tr("Plex Home Theater"));
+ gc->setLabel(QObject::tr("OpenPHT"));
gc->setValue(false);
- gc->setHelpText(QObject::tr("Plex Home Theater is a full-featured, powerful App that connects to the Plex Media Server and is designed to be used in the living room from the comfort of your lounge."));
+ gc->setHelpText(QObject::tr("OpenPHT is a community driven fork of Plex Home Theater. OpenPHT is a full-featured, powerful App that connects to Plex Media Server and is designed to be used in the living room from the comfort of your lounge."));
return gc;
};
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/main.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/main.cpp
index 8f5926f..b6e66cd 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/main.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/main.cpp
@@ -328,7 +328,7 @@ int main(int argc, char **argv)
"mythweather",
"mythzoneminder",
"huludesktop",
- "plex-home-theater",
+ "openpht",
"plex-media-server",
"kodi",
"webmin",
diff --git a/abs/core/mythinstall/PKGBUILD b/abs/core/mythinstall/PKGBUILD
index 10de01a..d8b1bdf 100644
--- a/abs/core/mythinstall/PKGBUILD
+++ b/abs/core/mythinstall/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jams
pkgname=mythinstall
pkgver=8.4
-pkgrel=1
+pkgrel=2
pkgdesc="LinHES installer/systemconfig GUI."
arch=('i686' 'x86_64')
depends=('mythtv>=0.28')