summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-10-10 23:48:22 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-10-10 23:48:22 (GMT)
commit768773a2f3c0d188ee8b697a26880078dbd784f2 (patch)
treec527006c9f406f631be801dec5ea85c433d8113d /abs/core/mythtv
parent67ad686c6de613b27afc8ca3420aff61c4e42b95 (diff)
downloadlinhes_pkgbuild-768773a2f3c0d188ee8b697a26880078dbd784f2.zip
linhes_pkgbuild-768773a2f3c0d188ee8b697a26880078dbd784f2.tar.gz
linhes_pkgbuild-768773a2f3c0d188ee8b697a26880078dbd784f2.tar.bz2
mythtv: add Cancel Updates menu and simplify update menus
Diffstat (limited to 'abs/core/mythtv')
-rwxr-xr-xabs/core/mythtv/stable-0.24/mythtv/PKGBUILD2
-rw-r--r--abs/core/mythtv/stable-0.24/mythtv/menu-xml/update.xml15
-rw-r--r--abs/core/mythtv/stable-0.24/mythtv/menu-xml/update2.xml12
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>