diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-12 22:05:48 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-12 22:05:48 (GMT) |
commit | 2069df55aaf31a2b9903f72120645586caf4871b (patch) | |
tree | e661ab7ffca1123fa590b17703ea885281414890 /abs/core | |
parent | 7b9062c07f9dfdaa08858820774207a12ac9324b (diff) | |
download | linhes_pkgbuild-2069df55aaf31a2b9903f72120645586caf4871b.zip linhes_pkgbuild-2069df55aaf31a2b9903f72120645586caf4871b.tar.gz linhes_pkgbuild-2069df55aaf31a2b9903f72120645586caf4871b.tar.bz2 |
mythtv & mythplugins: update to latest fixes
Diffstat (limited to 'abs/core')
5 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/mythtv/stable-0.27/git_src/git_hash b/abs/core/mythtv/stable-0.27/git_src/git_hash index 108ebdf..065c8e2 100644 --- a/abs/core/mythtv/stable-0.27/git_src/git_hash +++ b/abs/core/mythtv/stable-0.27/git_src/git_hash @@ -1 +1 @@ -39686c6c6800053fe25764d2f27cfdfc2dd21fab +ad2f1ffebde4fcb05856584a3411a45487cc4cf5 diff --git a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD index 3deb3ee..45c4187 100644 --- a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.27 -pkgrel=12 +pkgrel=13 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') diff --git a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD index 815f74b..fe05903 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.27 -pkgrel=12 +pkgrel=13 commit_hash=`cat ../git_src/git_hash` pkgdesc="A Homebrew PVR project $commit_hash" arch=('i686' 'x86_64') diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update.xml index 0b13a8f..2d47e7d 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update.xml +++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update.xml @@ -5,7 +5,7 @@ <text>Check for Updates</text> <description>Search for LinHES system updates</description> <action>EXEC sudo /usr/LH/bin/linhes_update.sh</action> -<!-- <action>JUMP Reload Theme</action> --> + <action>JUMP Reload Theme</action> </button> </mythmenu> diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml index 25102b9..4eee8cc 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml +++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml @@ -5,7 +5,7 @@ <text>Install Updates</text> <description>Install updates for the LinHES system</description> <action>EXEC sudo /usr/LH/bin/linhes_update2.sh install</action> -<!-- <action>JUMP Reload Theme</action> --> + <action>JUMP Reload Theme</action> </button> <button> @@ -13,7 +13,7 @@ <text>Cancel Updates</text> <description>Return to Main Menu</description> <action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action> -<!-- <action>JUMP Reload Theme</action> --> + <action>JUMP Reload Theme</action> </button> <button> |