summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/mythtv/stable-0.24/morethemes/PKGBUILD
blob: c6368bcdd44f29aecfba4ca73b1622551d799e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
pkgname=morethemes
pkgver=0.24
pkgrel=6
pkgdesc="Additional themes for MythTV"
url="http://www.mythtv.org"
license="GPL"
arch=('any')
depends=('mythtv')
groups=('mythtv-extras')
source=(#'ftp://ftp.knoppmyth.net/R6/sources/morethemes-0.23.tar.bz2'
        'ftp://miroku.no-ip.com/blue-abstract-wide.2010.09.16.tar.bz2'
        'http://elkin.de/mythtv/2010.09.08-blootube-ng.tar.bz2'
        'http://elkin.de/mythtv/2010.11.04-Willi.tar.lzma'
        'http://elkin.de/mythtv/2010.03.13-bando-blue.tar.bz2'
        'http://www.thepetersclan.com/files/TintedGlass-1.18.tbz2'
        'http://www.thepetersclan.com/files/Mod-Gray-OSD.tar.bz2'
        'http://www.thepetersclan.com/files/Bluebar-Hires-OSD.tar.bz2'
        'http://www.thepetersclan.com/files/BlueCurves-OSD.tar.bz2'
        'http://www.thepetersclan.com/files/SimplyBlue-OSD.tbz2'
        'http://www.thepetersclan.com/files/BlueCurves2-OSD.tbz2'
        'http://www.thepetersclan.com/files/BlueCurves-2.1-OSD.tbz2'
        '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'
        'http://capnbry.net/~bmayland/fi/pvr150/SimpleGray-OSD-0.4.tar.bz2'
        'http://www.jobs-khakis-chicks.com/MythTV/IsthmusBlue-OSD.tar.gz'
        'http://static.castlesblog.com/public/Glass-OSD-V1.3.zip'
        'http://static.castlesblog.com/public/Minimal-OSD-V1.1.zip')

build() {
    cd ${srcdir}
    mkdir -p ${pkgdir}/usr/share/mythtv/themes
    
    msg "Copying files..."
    for d in `ls -d */`
     do
      cp -a "${d}" ${pkgdir}/usr/share/mythtv/themes
    done

   # Housekeeping
    rm -fr "${pkgdir}/usr/share/mythtv/themes/__MACOSX" || return 1
   # Little fix
    cd ${pkgdir}/usr/share/mythtv/themes/Retro-wide || return 1
    patch -p0 <${srcdir}/retro-wide_video-ui.xml-filetypes.patch || return 1
}

md5sums=('878605505599a0f49c44f3df9affe10f'
         '7c2a2b238b7d44e52b7a8a0361d395aa'
         '2890f3b991db805a88a48eb6c7048f91'
         'c6d90fb469bc30a94e32f76c82122dd3'
         '80d250bf87c8f72ee238a91c854c0a11'
         'c973d0779967034f7a5bc0043574d6f9'
         'fb32ddd900e54cff62a62a21025b2585'
         '79247cf87bbee10363bb214325b7f671'
         '67c501b80afdefeca623261634dafd9c'
         '7b2f2eca37f2d9598b00bce85a193bae'
         '9793dc85a486e1ad9d0c0b6684efd245'
         'a36bb7b2597a44128401b1aba9106122'
         '21d6f967631e45b7039b965a63755282'
         'bfc56ffe1c872989f7a1cb7ae20aea49'
         'e05bb3d77a11f97a1d547b2f5bc1ddf7'
         '09dd8679b56794f9850a2382b4e1ea62'
         'b6c187b233778abacce102fe609d4e09'
         'f8d4fd90f1e45512ea5237de59d5090d'
         '5646e1df6f593f7116cbdec656146266')