diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-18 08:23:43 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-18 08:23:43 (GMT) |
commit | 2306e9a5e3fc2feaab2e8d6299142aa652946522 (patch) | |
tree | e4a4cccf1ecbcf511d07443f822286a087c1f4d1 /abs/core-testing/mythtv | |
parent | 3f7f6755080dc75184b8dbcf7c76ac96202cbec8 (diff) | |
download | linhes_pkgbuild-2306e9a5e3fc2feaab2e8d6299142aa652946522.zip linhes_pkgbuild-2306e9a5e3fc2feaab2e8d6299142aa652946522.tar.gz linhes_pkgbuild-2306e9a5e3fc2feaab2e8d6299142aa652946522.tar.bz2 |
mythtv:menu cleanups.
Diffstat (limited to 'abs/core-testing/mythtv')
4 files changed, 10 insertions, 11 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD index bda3d57..a76fe2c 100644 --- a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.21 -pkgrel=86 +pkgrel=88 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg' diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml index 9651c23..80bd3c9 100644 --- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml @@ -52,10 +52,9 @@ <!--#Check for updates--> <button> - <type>UPDATE</type> - <text>Update LinHES</text> + <type>UPGRADE</type> + <text>Upgrade LinHES</text> <action>MENU update.xml</action> </button> <!--#Check for updates--> - </mythmenu> diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml index 55bbe28..5b28833 100644 --- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml @@ -1,19 +1,19 @@ <mythmenu name="LinHES"> <button> - <type>UPDATE</type> + <type>UPGRADE</type> <text>Check for updates?</text> <action>NONE</action> </button> <button> - <type>UPDATE</type> + <type>UPGRADE</type> <text>Yes</text> <action>EXEC sudo /usr/LH/bin/linhes_update.sh</action> </button> <button> - <type>UPDATE</type> + <type>UPGRADE</type> <text>No</text> <action>UPMENU</action> </button> diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml index f3776c8..2ab82ea 100644 --- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml @@ -1,25 +1,25 @@ <mythmenu name="LinHES"> <button> - <type>UPDATE</type> + <type>UPGRADE</type> <text>Perform updates?</text> <action>NONE</action> </button> <button> - <type>UPDATE</type> + <type>UPGRADE</type> <text>Yes</text> <action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action> </button> <button> - <type>UPDATE</type> + <type>UPGRADE</type> <text>No</text> <action>UPMENU</action> </button> <button> - <type>UPDATE</type> + <type>UPGRADE</type> <text>View files to be upgraded.</text> <action>EXEC sudo /usr/LH/bin/linhes_update3.sh</action> </button> |