summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-15 19:00:57 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-15 19:00:57 (GMT)
commit499f4b39a9646ee2e6ee9acc2244865f8bcdcba4 (patch)
tree38250301ef46c9de788e596d6142573c6d07ba45 /abs/core/mythtv
parent4ab80d71d38d8aa06f9bd01639fdb9357faa80e1 (diff)
downloadlinhes_pkgbuild-499f4b39a9646ee2e6ee9acc2244865f8bcdcba4.zip
linhes_pkgbuild-499f4b39a9646ee2e6ee9acc2244865f8bcdcba4.tar.gz
linhes_pkgbuild-499f4b39a9646ee2e6ee9acc2244865f8bcdcba4.tar.bz2
mythtv: fix linhes menu
Diffstat (limited to 'abs/core/mythtv')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/PKGBUILD2
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml15
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml2
3 files changed, 17 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
index 11e77d5..16a2f80 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
+++ b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythtv
pkgver=0.27.4
-pkgrel=6
+pkgrel=7
commit_hash=`cat ../git_src/git_hash`
pkgdesc="A Homebrew PVR project $commit_hash"
arch=('i686' 'x86_64')
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml
index 6ab8207..fe7640d 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml
+++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml
@@ -39,6 +39,13 @@
</button>
<button>
+ <type>TOOLS</type>
+ <text>LinHES Tools</text>
+ <description>Utilities for LinHES System</description>
+ <action>MENU linhes_tools.xml</action>
+ </button>
+
+ <button>
<type>BACKUP</type>
<text>Backup LinHES</text>
<description>Backup the LinHES System</description>
@@ -52,4 +59,12 @@
<action>MENU mythrestore.xml</action>
</button>
+<!--#Check for updates-->
+ <button>
+ <type>UPGRADE</type>
+ <text>Update LinHES</text>
+ <description>Update the LinHES System</description>
+ <action>MENU update.xml</action>
+ </button>
+<!--#Check for updates-->
</mythmenu>
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml
index af38ba7..d37ba2b 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml
+++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml
@@ -3,7 +3,7 @@
<button>
<type>RESTORE</type>
<text>Restore Now?</text>
- <description>Restore the database from the most recent backup.</description>
+ <description>Restore the database from the most recent backup</description>
<action>NONE</action>
</button>