diff options
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythtv/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythtv/menu-xml/linhes.xml | 15 | ||||
-rw-r--r-- | abs/core/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> |