diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-01-02 21:45:55 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-01-02 21:45:55 (GMT) |
commit | 79cb0661623c5f6ca9f9edf0a01f99de5640e99e (patch) | |
tree | dd9fbdadccc1df8d6ad8156ae350bd558f69f96e /abs/core/linhes-theme/PKGBUILD | |
parent | c0973e515e82c694822f44c252bd9308c48e8395 (diff) | |
download | linhes_pkgbuild-79cb0661623c5f6ca9f9edf0a01f99de5640e99e.zip linhes_pkgbuild-79cb0661623c5f6ca9f9edf0a01f99de5640e99e.tar.gz linhes_pkgbuild-79cb0661623c5f6ca9f9edf0a01f99de5640e99e.tar.bz2 |
linhes-theme: pull in updates from upstream
Diffstat (limited to 'abs/core/linhes-theme/PKGBUILD')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index fb894fb..5a11a8e 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,20 +1,19 @@ pkgname=linhes-theme pkgver=8.1 -pkgrel=15 +pkgrel=16 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') url="http://linhes.org/" patches=('readme.txt.patch' 'osd.xml.patch' 'base.xml.patch' - 'menu-ui-vert.xml.patch' 'recordings-ui.xml.patch' 'schedule-ui.xml.patch' - 'video-ui.xml.patch' 'config-ui.xml.patch') + 'menu-ui-vert.xml.patch' 'qtlook.txt.patch') -#The LinHES theme is based on TintedGlass by Harley Peters -source=("git://github.com/MythTV-Themes/TintedGlass.git#branch=fixes/0.27" +#The LinHES theme is based on TintedGlass 4.39 by Harley Peters +source=("git+https://github.com/MythTV-Themes/TintedGlass.git#branch=fixes/0.27" `echo ${patches[@]:0}` 'themeinfo.xml' 'install-ui.xml' - 'background.png' 'preview.png' 'qt-background.png' 'tux_thoughts.png' - 'LHLogo.png' 'LHLogoAndText.png') + 'background.png' 'preview.png' 'tux_thoughts.png' + 'LHLogo.png') package() { THEMEROOT=usr/share/mythtv/themes @@ -37,12 +36,12 @@ package() { msg "Copy *.xml and adding backgrounds and images for LinHES" rsync -pL $srcdir/*.xml $pkgdir/$THEMEROOT/LinHES/ rm -r $pkgdir/$THEMEROOT/LinHES/images/backgrounds/* - rsync -pL $srcdir/*background.png $pkgdir/$THEMEROOT/LinHES/images/backgrounds/ + rsync -pL $srcdir/background.png $pkgdir/$THEMEROOT/LinHES/images/backgrounds/ rsync -pL $srcdir/preview.png $pkgdir/$THEMEROOT/LinHES/ #tux_thoughts.png is the thought bubble for the menu descriptions rsync -pL $srcdir/tux_thoughts.png $pkgdir/$THEMEROOT/LinHES/images/ - rsync -pL $srcdir/LHLogo*.png $pkgdir/$THEMEROOT/LinHES/images/ + rsync -pL $srcdir/LHLogo.png $pkgdir/$THEMEROOT/LinHES/images/ msg "Modifying yellows and blue to LinHES yellow and blue" #yellow @@ -54,18 +53,13 @@ package() { } md5sums=('SKIP' '9c2fc68864cbedb6e449056972b457aa' - 'e061490fc869e0e14d4e144c17c3ec56' - 'e7af3675fc706a7cb4ea9d0c321219d5' - '9e4fcf840f14c6f17f30432e28edd885' - '33609e27406f00bdc0243a5ef840c6f9' - 'aff82cf901edc4baa058013d93610cfc' - 'e502da82e6d76b3f43dd7ddc20c1e2e7' - '78b64e567cd799df52045d9fc5a59cc0' + 'ed4f8baf431e20babc345e4e2602426f' + '9c2c8f2a8d881e01ea84457ae508f655' + '74a66e91f7d329d297c749a8827f5c0a' + '9fe3371a8b964a7028126405cfaa330b' '7d7bc458a8f4af408700609f3e1f412e' 'a0201e0aa1608eeab27ee754e4d2c1de' - 'cbe5f663ebb5d51abe811f81dafec303' - '4b1c27297bb5f8d9d7bbaf72b35130b5' '12d26a786fde397348653128a6d7676a' + '4b1c27297bb5f8d9d7bbaf72b35130b5' '2bd09b8049aaf5ba21db5baf3a0ce077' - 'b51ef0cbf8ed2d3a8c1a8257a89aceff' - '09ad14842f828b7a8d24070ec8214fe5') + 'b51ef0cbf8ed2d3a8c1a8257a89aceff') |