summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable-0.23/morethemes/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-07-22 23:34:20 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-07-22 23:34:20 (GMT)
commit9e052d8b7ec9a356695eb47dedc81dd467606836 (patch)
tree421216acedd85910b1d97a3887b6619a5cdf6e82 /abs/core-testing/mythtv/stable-0.23/morethemes/PKGBUILD
parentf94f3f4e18634d4fb763d1a3d9193ee332637112 (diff)
downloadlinhes_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/PKGBUILD')
-rwxr-xr-xabs/core-testing/mythtv/stable-0.23/morethemes/PKGBUILD21
1 files changed, 13 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')