From 499f4b39a9646ee2e6ee9acc2244865f8bcdcba4 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Mon, 15 Dec 2014 19:00:57 +0000
Subject: mythtv: fix linhes menu

---
 abs/core/mythtv/stable-0.27/mythtv/PKGBUILD               |  2 +-
 abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml    | 15 +++++++++++++++
 .../mythtv/stable-0.27/mythtv/menu-xml/mythrestore.xml    |  2 +-
 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>
 
-- 
cgit v0.12