diff options
Diffstat (limited to 'abs/core/linhes-theme/PKGBUILD')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 5a11a8e..2976d56 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-theme pkgver=8.1 -pkgrel=16 +pkgrel=18 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') @@ -13,7 +13,7 @@ patches=('readme.txt.patch' 'osd.xml.patch' 'base.xml.patch' 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' 'tux_thoughts.png' - 'LHLogo.png') + 'LHLogoAndText.png') package() { THEMEROOT=usr/share/mythtv/themes @@ -41,7 +41,10 @@ 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/ + rsync -pL $srcdir/LHLogoAndText.png $pkgdir/$THEMEROOT/LinHES/images/ + + #vertical menu + mv $pkgdir/$THEMEROOT/LinHES/menu-ui-vert.xml $pkgdir/$THEMEROOT/LinHES/menu-ui.xml msg "Modifying yellows and blue to LinHES yellow and blue" #yellow @@ -52,7 +55,7 @@ package() { grep -lr '#3a9ade' $pkgdir/$THEMEROOT/LinHES/ | xargs sed -i "s/\#3a9ade/\#0072bc/g" } md5sums=('SKIP' - '9c2fc68864cbedb6e449056972b457aa' + '95478bd9bab15e9e4365c1048757c225' 'ed4f8baf431e20babc345e4e2602426f' '9c2c8f2a8d881e01ea84457ae508f655' '74a66e91f7d329d297c749a8827f5c0a' @@ -62,4 +65,4 @@ md5sums=('SKIP' '12d26a786fde397348653128a6d7676a' '4b1c27297bb5f8d9d7bbaf72b35130b5' '2bd09b8049aaf5ba21db5baf3a0ce077' - 'b51ef0cbf8ed2d3a8c1a8257a89aceff') + '09ad14842f828b7a8d24070ec8214fe5') |