diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-13 19:47:25 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-13 19:47:25 (GMT) |
commit | 8e4814feb5cb7c24c5f2efeb221fb495810d1de2 (patch) | |
tree | 0d16b5e0f922ae9efd4b333770b3d06a61aa60a3 /abs/core/linhes-theme/PKGBUILD | |
parent | 8ec110e0250531a8e56ba14b5eac356f66fb2345 (diff) | |
download | linhes_pkgbuild-8e4814feb5cb7c24c5f2efeb221fb495810d1de2.zip linhes_pkgbuild-8e4814feb5cb7c24c5f2efeb221fb495810d1de2.tar.gz linhes_pkgbuild-8e4814feb5cb7c24c5f2efeb221fb495810d1de2.tar.bz2 |
linhes-theme: refresh with new background and some other adjustments
base.xml: change warning colors to orange
menu-ui-vert.xml: adjust logo for new background and menus
video-ui.xml: swap Runtime and UserRating location; increase width of Video #; make video stats (video#, runtime, etc) white and the label blue for easier visiblility
recordings-ui.xml: made selection colors yellow to be more consistant; moved coverart to appear over the groups when available
install-ui.xml: adjustments for background
Diffstat (limited to 'abs/core/linhes-theme/PKGBUILD')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 02ee1db..e3af746 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,5 +1,5 @@ pkgname=linhes-theme -pkgver=8.3 +pkgver=8.4 pkgrel=1 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') @@ -7,12 +7,13 @@ license=('GPL2') url="http://linhes.org/" patches=('readme.txt.patch' 'osd.xml.patch' 'base.xml.patch' - 'menu-ui-vert.xml.patch' 'schedule-ui.xml.patch' 'qtlook.txt.patch') + 'menu-ui-vert.xml.patch' 'schedule-ui.xml.patch' 'qtlook.txt.patch' + 'recordings-ui.xml.patch' 'video-ui.xml.patch') #The LinHES theme is based on TintedGlass 4.56 by Harley Peters source=(`echo ${patches[@]:0}` 'themeinfo.xml' 'install-ui.xml' 'osd_subtitle.xml' - 'background.png' 'preview.png' 'tux_thoughts.png' - 'LHLogoAndText.png') + 'bubble_background.png' 'preview.png' 'blank_coverart.png' + 'LHLogo.png' 'LHLogoAndText.png') prepare() { _gitroot="https://github.com/MythTV-Themes/TintedGlass.git" @@ -53,11 +54,13 @@ 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/bubble_background.png $pkgdir/$THEMEROOT/LinHES/images/backgrounds/background.png + rsync -pL $srcdir/blank_coverart.png $pkgdir/$THEMEROOT/LinHES/images/ 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/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 @@ -81,14 +84,17 @@ package() { } md5sums=('2dca856c2a4d1f959473512c94e43b60' '13bff6425487194cc7bc622e64c6176a' - '5fccb4e20c15d87223ea5de4c40faa06' - 'acf2fa359f7be7db30a81cae4dd5fa3f' + 'f2b9c85519e80843294315a42870e582' + 'e17b628a6a9d8e0bdb20f6f5e0651a0c' '22ff4044c8c29560451fb51dcbf4d44e' '9fe3371a8b964a7028126405cfaa330b' + '919d02ffb789b2ec3c1fd5d2866d12dc' + 'a04b287a48d5d67ee6d95a8e975684cc' '5a8fb2a5f0e657d52be6f0a6a006ce72' - 'a0201e0aa1608eeab27ee754e4d2c1de' + '35d77d91125e46728a30ab23d0903223' 'bfc32b9fa5dca3d46dd6f365ecb449b5' - '12d26a786fde397348653128a6d7676a' - '4b1c27297bb5f8d9d7bbaf72b35130b5' - '2bd09b8049aaf5ba21db5baf3a0ce077' + '326a71eb795b322a9ea26f116d890c87' + '8fcd0acc11f4db33a9442949fb1a293d' + '699e3abe05523f454db3561bfc08b4b2' + 'b51ef0cbf8ed2d3a8c1a8257a89aceff' '09ad14842f828b7a8d24070ec8214fe5') |