diff options
Diffstat (limited to 'abs/core/linhes-theme/PKGBUILD')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index a97f0e6..cc584c8 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-theme pkgver=8.1 -pkgrel=12 +pkgrel=13 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') @@ -13,7 +13,8 @@ patches=('readme.txt.patch' 'osd.xml.patch' 'base.xml.patch' #The LinHES theme is based on TintedGlass by Harley Peters source=("git://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') + 'background.png' 'preview.png' 'qt-background.png' 'tux_thoughts.png' + 'LHLogo.png' 'LHLogoAndText.png') package() { THEMEROOT=usr/share/mythtv/themes @@ -41,6 +42,7 @@ package() { #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/ msg "Modifying yellows and blue to LinHES yellow and blue" #yellow @@ -54,7 +56,7 @@ md5sums=('SKIP' '9c2fc68864cbedb6e449056972b457aa' 'e061490fc869e0e14d4e144c17c3ec56' 'abf14a78424114b6d9ba1d9e58ab754d' - '2475f2c38d029e20080d52a752a2638a' + 'c876f3fc191ba564b760268c86c967f1' '33609e27406f00bdc0243a5ef840c6f9' 'aff82cf901edc4baa058013d93610cfc' 'e502da82e6d76b3f43dd7ddc20c1e2e7' @@ -62,6 +64,8 @@ md5sums=('SKIP' '7d7bc458a8f4af408700609f3e1f412e' '909d7a8114436dcfc28a01d0d97ec11f' 'cbe5f663ebb5d51abe811f81dafec303' - 'fac3ab2c1aeb3ddb691f2cab8b2aa82e' + '4b1c27297bb5f8d9d7bbaf72b35130b5' '12d26a786fde397348653128a6d7676a' - '2bd09b8049aaf5ba21db5baf3a0ce077') + '2bd09b8049aaf5ba21db5baf3a0ce077' + 'b51ef0cbf8ed2d3a8c1a8257a89aceff' + '09ad14842f828b7a8d24070ec8214fe5') |