diff options
author | Michael Hanson <mihanson@linhes.org> | 2011-10-11 02:10:03 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2011-10-11 02:10:03 (GMT) |
commit | 440f95524be6449039e27becf365556993efffa1 (patch) | |
tree | 1e77fe1b9df91908e81f1108002eca25674c38ae /abs/core/mythtv/stable-0.24 | |
parent | bf2399e6a12b828a9ba70da2c911edcf88f9d726 (diff) | |
parent | 2ad886571e3ebde1783e0169cad40da272432a31 (diff) | |
download | linhes_pkgbuild-440f95524be6449039e27becf365556993efffa1.zip linhes_pkgbuild-440f95524be6449039e27becf365556993efffa1.tar.gz linhes_pkgbuild-440f95524be6449039e27becf365556993efffa1.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/mythtv/stable-0.24')
-rwxr-xr-x | abs/core/mythtv/stable-0.24/mythtv/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.24/mythtv/menu-xml/update.xml | 15 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.24/mythtv/menu-xml/update2.xml | 12 |
3 files changed, 6 insertions, 23 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD index b79cb66..cf504eb 100755 --- a/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.24/mythtv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mythtv pkgver=0.24 -pkgrel=23 +pkgrel=24 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') url="http://www.mythtv.org/" diff --git a/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update.xml b/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update.xml index 5b28833..d2ac3fe 100644 --- a/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update.xml +++ b/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update.xml @@ -2,19 +2,8 @@ <button> <type>UPGRADE</type> - <text>Check for updates?</text> - <action>NONE</action> - </button> - - <button> - <type>UPGRADE</type> - <text>Yes</text> + <text>Check for Updates</text> <action>EXEC sudo /usr/LH/bin/linhes_update.sh</action> </button> - - <button> - <type>UPGRADE</type> - <text>No</text> - <action>UPMENU</action> - </button> + </mythmenu> diff --git a/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update2.xml b/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update2.xml index e4a443d..64388cb 100644 --- a/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update2.xml +++ b/abs/core/mythtv/stable-0.24/mythtv/menu-xml/update2.xml @@ -2,21 +2,15 @@ <button> <type>UPGRADE</type> - <text>Install Updates?</text> - <action>NONE</action> + <text>Install Updates</text> + <action>EXEC sudo /usr/LH/bin/linhes_update2.sh install</action> </button> <button> <type>UPGRADE</type> - <text>Yes</text> + <text>Cancel Updates</text> <action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action> </button> - - <button> - <type>UPGRADE</type> - <text>No</text> - <action>UPMENU</action> - </button> <button> <type>UPGRADE</type> |