diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-11-26 21:13:24 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-11-26 21:13:24 (GMT) |
commit | bcb80f9deba36cf51079f1c6fd7992278f91ff7e (patch) | |
tree | 57fb103b886c903ee243544dba70c0133fbd8fa0 /abs/core/mythtv | |
parent | bd75224b904e29eafdd323c655d50cac36d44a8b (diff) | |
download | linhes_pkgbuild-bcb80f9deba36cf51079f1c6fd7992278f91ff7e.zip linhes_pkgbuild-bcb80f9deba36cf51079f1c6fd7992278f91ff7e.tar.gz linhes_pkgbuild-bcb80f9deba36cf51079f1c6fd7992278f91ff7e.tar.bz2 |
mythtv, mythplugins, mythinstall: recompile
Diffstat (limited to 'abs/core/mythtv')
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythtv/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythtv/menu-xml/library.xml.patch | 11 |
3 files changed, 7 insertions, 8 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD index 656d7c8..ac8f77b 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.4 -pkgrel=3 +pkgrel=4 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 ce809c0..500f68f 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.4 -pkgrel=3 +pkgrel=4 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/library.xml.patch b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/library.xml.patch index 8f80928..0c0177a 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/library.xml.patch +++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/library.xml.patch @@ -1,6 +1,6 @@ ---- themes/defaultmenu/library.xml.orig 2012-06-10 08:02:54.000000000 +0000 -+++ themes/defaultmenu/library.xml 2012-06-10 08:03:38.000000000 +0000 -@@ -40,6 +40,13 @@ +--- themes/defaultmenu/library.xml.orig 2014-11-26 20:21:35.092552944 +0000 ++++ themes/defaultmenu/library.xml 2014-11-26 20:22:43.103983263 +0000 +@@ -56,6 +56,13 @@ </button> <button> @@ -14,13 +14,12 @@ <type>IMAGES</type> <text>Image Gallery</text> <description>Look at Pictures</description> -@@ -51,8 +58,7 @@ +@@ -67,7 +74,7 @@ <type>GAME</type> <text>Play Games</text> <description>Play video games</description> - <action>PLUGIN mythgame</action> -- <depends>mythgame</depends> + <action>MENU game.xml</action> + <depends>mythgame</depends> </button> - </mythmenu> |