diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-21 22:12:22 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-21 22:12:22 (GMT) |
commit | 897051449a9bd6636e1d247152ce37760a7b1497 (patch) | |
tree | 0f50b8958d427d9daa1ac5ed8b02f2d351d6314d /abs/core/linhes-theme/PKGBUILD | |
parent | 5149cbad92c9d8b3aa5e7ab67f40577683b1a7d8 (diff) | |
download | linhes_pkgbuild-897051449a9bd6636e1d247152ce37760a7b1497.zip linhes_pkgbuild-897051449a9bd6636e1d247152ce37760a7b1497.tar.gz linhes_pkgbuild-897051449a9bd6636e1d247152ce37760a7b1497.tar.bz2 |
linhes-theme: add Tux bubble for menu descriptions. refs #940.
Move menu to top of screen. Change size of popup menu to match size of video osd popup menu. Widen clock field to avoid trunkation.
Diffstat (limited to 'abs/core/linhes-theme/PKGBUILD')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 4424d21..7f58de5 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,17 +1,18 @@ pkgname=linhes-theme pkgver=8.1 -pkgrel=1 +pkgrel=2 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') +patches=('readme.txt.patch' 'osd.xml.patch' 'base.xml.patch' + 'menu-ui.xml.patch') #The LinHES theme is based on TintedGlass by Harley Peters source=("git://github.com/MythTV-Themes/TintedGlass.git" `echo ${patches[@]:0}` 'themeinfo.xml' - 'background.png' 'qt-background.png') + 'background.png' 'qt-background.png' 'tux_thoughts.png') package() { THEMEROOT=usr/share/mythtv/themes @@ -31,10 +32,12 @@ package() { cd $startdir msg "--------------------------done applying patches-------------------------" - msg "Copy themeinfo.xml and adding backgrounds for LinHES" + msg "Copy themeinfo.xml and adding backgrounds and images for LinHES" rsync -pL $srcdir/themeinfo.xml $pkgdir/$THEMEROOT/LinHES/ rm -r $pkgdir/$THEMEROOT/LinHES/images/backgrounds/* rsync -pL $srcdir/*background.png $pkgdir/$THEMEROOT/LinHES/images/backgrounds/ + #tux_thoughts.png is the thought bubble for the menu descriptions + rsync -pL $srcdir/tux_thoughts.png $pkgdir/$THEMEROOT/LinHES/images/ msg "Modifying yellows and blue to LinHES yellow and blue" #yellow @@ -48,7 +51,9 @@ package() { md5sums=('SKIP' '9c2fc68864cbedb6e449056972b457aa' '15b4462932b7be0e56b2e69e0214823a' - 'fce30678cb5903aada8466ce7004abea' + '2fb0990e8fef2c70e9bd8cfb36689b2b' + '83b03852c6f46bc791bfa6e8c894ca01' '7d7bc458a8f4af408700609f3e1f412e' 'cbe5f663ebb5d51abe811f81dafec303' - '12d26a786fde397348653128a6d7676a') + '12d26a786fde397348653128a6d7676a' + '2bd09b8049aaf5ba21db5baf3a0ce077') |