diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-07-22 23:34:20 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-07-22 23:34:20 (GMT) |
commit | 9e052d8b7ec9a356695eb47dedc81dd467606836 (patch) | |
tree | 421216acedd85910b1d97a3887b6619a5cdf6e82 /abs/core-testing/mythtv/stable-0.23/morethemes | |
parent | f94f3f4e18634d4fb763d1a3d9193ee332637112 (diff) | |
download | linhes_pkgbuild-9e052d8b7ec9a356695eb47dedc81dd467606836.zip linhes_pkgbuild-9e052d8b7ec9a356695eb47dedc81dd467606836.tar.gz linhes_pkgbuild-9e052d8b7ec9a356695eb47dedc81dd467606836.tar.bz2 |
mythtv (including plugins): bumped to latest
Diffstat (limited to 'abs/core-testing/mythtv/stable-0.23/morethemes')
-rwxr-xr-x | abs/core-testing/mythtv/stable-0.23/morethemes/PKGBUILD | 21 | ||||
-rw-r--r-- | abs/core-testing/mythtv/stable-0.23/morethemes/retro-wide_video-ui.xml-filetypes.patch | 22 |
2 files changed, 35 insertions, 8 deletions
diff --git a/abs/core-testing/mythtv/stable-0.23/morethemes/PKGBUILD b/abs/core-testing/mythtv/stable-0.23/morethemes/PKGBUILD index e74fd25..e5382bf 100755 --- a/abs/core-testing/mythtv/stable-0.23/morethemes/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.23/morethemes/PKGBUILD @@ -1,17 +1,20 @@ pkgname=morethemes pkgver=0.23 -pkgrel=2 +pkgrel=28 pkgdesc="Additional themes for MythTV" url="http://www.mythtv.org" license="GPL" arch=('i686' 'x86_64') - depends=('mythtv') groups=('mythtv-extras') - -patches=() - -source=('ftp://ftp.knoppmyth.net/R6/sources/morethemes-0.23.tar.bz2' 'ftp://miroku.no-ip.com/blue-abstract-wide.2010.05.26.tar.bz2' 'http://elkin.de/mythtv/2010.06.13-Willi.tar.bz2' 'http://elkin.de/mythtv/2010.03.13-bando-blue.tar.bz2' 'http://www.mythtv.org/themes/LCARS.tar.gz' 'http://www.mythtv.org/themes/TransBlue.tar.gz' 'http://www.westnet.com/~chris/Mythtv/Retro-wide.tar.gz') +source=('ftp://ftp.knoppmyth.net/R6/sources/morethemes-0.23.tar.bz2' + 'ftp://miroku.no-ip.com/blue-abstract-wide.2010.05.26.tar.bz2' + 'http://elkin.de/mythtv/2010.06.13-Willi.tar.bz2' + 'http://elkin.de/mythtv/2010.03.13-bando-blue.tar.bz2' + 'http://www.mythtv.org/themes/LCARS.tar.gz' + 'http://www.mythtv.org/themes/TransBlue.tar.gz' + 'http://www.westnet.com/~chris/Mythtv/Retro-wide.tar.gz' + 'retro-wide_video-ui.xml-filetypes.patch') build() { @@ -30,12 +33,14 @@ build() { cp -a LCARS $pkgdir/usr/share/mythtv/themes cp -a TransBlue $pkgdir/usr/share/mythtv/themes cp -a Retro-wide $pkgdir/usr/share/mythtv/themes + cd $pkgdir/usr/share/mythtv/themes/Retro-wide + patch -p0 <${srcdir}/retro-wide_video-ui.xml-filetypes.patch } - md5sums=('5672c0e8604f7b1610fa9a1c7626423c' 'ddc9c7c481664df048b83b7de0731c44' '3c9fbcc9495eb2b0a0fd5ae61acc779a' 'c6d90fb469bc30a94e32f76c82122dd3' 'a36bb7b2597a44128401b1aba9106122' '21d6f967631e45b7039b965a63755282' - '526e806848cd4d0ae57883ba18edc6af') + '526e806848cd4d0ae57883ba18edc6af' + '45ff91449f31ac2546c82f559d2e8394') diff --git a/abs/core-testing/mythtv/stable-0.23/morethemes/retro-wide_video-ui.xml-filetypes.patch b/abs/core-testing/mythtv/stable-0.23/morethemes/retro-wide_video-ui.xml-filetypes.patch new file mode 100644 index 0000000..e5465dc --- /dev/null +++ b/abs/core-testing/mythtv/stable-0.23/morethemes/retro-wide_video-ui.xml-filetypes.patch @@ -0,0 +1,22 @@ +--- video-ui.xml.orig 2010-07-04 06:21:18.000000000 +0000 ++++ video-ui.xml 2010-07-04 06:22:22.000000000 +0000 +@@ -967,14 +967,17 @@ + + <button name="done_button" from="basebutton"> + <position>700,550</position> ++ <value>Done</value> + </button> + + <button name="new_button" from="basebutton"> +- <position>600,550</position> ++ <position>400,550</position> ++ <value>New</value> + </button> + + <button name="delete_button" from="basebutton"> +- <position>0,550</position> ++ <position>100,550</position> ++ <value>Delete</value> + </button> + </window> + |