summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-04-02 19:09:06 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-04-02 19:09:06 (GMT)
commit4f9a55f872ce58608438be2bf702825e396dbc7a (patch)
treed17d4a93b046fbae3cbb53216f2798dbc2afd3db
parent796efe61889e7cb6f8ab2bcf1c6941d886792ff1 (diff)
downloadlinhes_pkgbuild-4f9a55f872ce58608438be2bf702825e396dbc7a.zip
linhes_pkgbuild-4f9a55f872ce58608438be2bf702825e396dbc7a.tar.gz
linhes_pkgbuild-4f9a55f872ce58608438be2bf702825e396dbc7a.tar.bz2
mythtv: add remote and screensaver to host-xml.
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/PKGBUILD2
-rwxr-xr-xabs/core-testing/mythtv/stable/mythtv/menu-xml/HOST_SETTINGS.xml12
2 files changed, 13 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
index 72a1669..16bfb3a 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=53
+pkgrel=54
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/HOST_SETTINGS.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/HOST_SETTINGS.xml
index b77febf..707475d 100755
--- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/HOST_SETTINGS.xml
+++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/HOST_SETTINGS.xml
@@ -18,6 +18,18 @@
</button>
<button>
+ <type>MV_SCREENSAVER_SETUP_MENU</type>
+ <text>Screensaver</text>
+ <action>EXEC mythinstall -s screensaver </action>
+ </button>
+
+ <button>
+ <type>MV_IR_SETUP_MENU</type>
+ <text>Remotes</text>
+ <action>EXEC mythinstall -s ir </action>
+ </button>
+
+ <button>
<type>MV_MISC_SETUP_MENU</type>
<text>Misc Settings</text>
<action>EXEC mythinstall -s misc </action>