From 11212365982a7fed99a54f12b457d97f6ac15615 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Thu, 2 Jan 2014 22:18:19 +0000
Subject: linhes-theme: fix menu and logo problem

---
 abs/core/linhes-theme/PKGBUILD         | 13 ++++++++-----
 abs/core/linhes-theme/readme.txt.patch | 17 ++++++++++++++---
 2 files changed, 22 insertions(+), 8 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')
diff --git a/abs/core/linhes-theme/readme.txt.patch b/abs/core/linhes-theme/readme.txt.patch
index e1894d0..15ac146 100644
--- a/abs/core/linhes-theme/readme.txt.patch
+++ b/abs/core/linhes-theme/readme.txt.patch
@@ -1,6 +1,6 @@
---- readme.txt.orig	2013-11-18 21:20:01.034553575 +0000
-+++ readme.txt	2013-11-18 21:20:30.387462546 +0000
-@@ -1,15 +1,3 @@
+--- readme.txt.orig	2014-01-02 21:51:10.099789520 +0000
++++ readme.txt	2014-01-02 21:52:11.045337937 +0000
+@@ -1,26 +1,9 @@
 -Backgrounds.
 -
 -If the default background is too light for you there is a darker version located
@@ -16,3 +16,14 @@
  Alternate osd.
  There is an alternate osd available for anybody that doesn't like the default. ( osd.xml.alt )
  I use the alternate osd myself.
+ To use just move the default osd to osd.xml.orig and copy the osd.xml.alt to osd.xml.
+ Example mv osd.xml osd.xml.orig and cp osd.xml.alt osd.xml.
+ 
+-Alternate vertical main menu.
+-There is an alternate main menu using a vertical layout rather than the default horizontal layout.
+-To use just backup main-ui.xml. Example cp menu-ui.xml menu-ui.xml.bak.
+-Then cp menu-ui-vert.xml to menu-ui.xml.
+-
+ Color text in lists.
+ 
+ There are two types of lists in the theme.
-- 
cgit v0.12