diff options
| author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-18 08:00:15 (GMT) | 
|---|---|---|
| committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-09-18 08:00:15 (GMT) | 
| commit | aea3473af4c728fcb02922503eff2d0af1c74fe8 (patch) | |
| tree | 90d34fec939a3b4dfb5e907fe3737c583dfa3e7d | |
| parent | 09db03eda28fbb6c243d63d3b919361838db132c (diff) | |
| download | linhes_pkgbuild-aea3473af4c728fcb02922503eff2d0af1c74fe8.zip linhes_pkgbuild-aea3473af4c728fcb02922503eff2d0af1c74fe8.tar.gz linhes_pkgbuild-aea3473af4c728fcb02922503eff2d0af1c74fe8.tar.bz2 | |
mythtv:Added view files to be upgraded to menu.
| -rw-r--r-- | abs/core-testing/mythtv/stable/mythtv/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml | 6 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD index 2b3edd7..bda3d57 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=85 +pkgrel=86  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/update2.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml index 70e7189..f3776c8 100644 --- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml @@ -17,4 +17,10 @@       <text>No</text>       <action>UPMENU</action>     </button> + +   <button> +     <type>UPDATE</type> +     <text>View files to be upgraded.</text> +     <action>EXEC sudo /usr/LH/bin/linhes_update3.sh</action> +   </button>  </mythmenu> | 
