summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/PKGBUILD2
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml5
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml6
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml8
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>