diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-01-13 19:11:58 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-01-13 19:11:58 (GMT) |
commit | 54b9348a69715bb57934b1fd569a5f07fb2aafe6 (patch) | |
tree | 6d6e4bb55c49d6c59b665500f5d53a6c25dc99fb /abs/core | |
parent | 265672fadca4ee74ce4b74f872822ee974e1c88f (diff) | |
download | linhes_pkgbuild-54b9348a69715bb57934b1fd569a5f07fb2aafe6.zip linhes_pkgbuild-54b9348a69715bb57934b1fd569a5f07fb2aafe6.tar.gz linhes_pkgbuild-54b9348a69715bb57934b1fd569a5f07fb2aafe6.tar.bz2 |
linhes-theme: make osd popup changes
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/linhes-theme/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/linhes-theme/osd.xml.patch | 27 |
2 files changed, 24 insertions, 7 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 1cd5eac..5bbe836 100755 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-theme pkgver=8.4 -pkgrel=19 +pkgrel=20 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') @@ -94,7 +94,7 @@ package() { sed -i "s/MIN_VER/${pkgrel}/" $pkgdir/$THEMEROOT/LinHES/themeinfo.xml } md5sums=('2dca856c2a4d1f959473512c94e43b60' - 'ebb2410010c3fde87024bcc86c41dac8' + '3fc2c8838a9e331a2d19c114760a5acb' '66dd0365257d88b48ffeec00289e3b22' 'ed56a335f8523d288609a81c005cab3f' 'b90b745c72a057c78ebd0b6f2c5530b9' diff --git a/abs/core/linhes-theme/osd.xml.patch b/abs/core/linhes-theme/osd.xml.patch index ba9983f..a5629d4 100644 --- a/abs/core/linhes-theme/osd.xml.patch +++ b/abs/core/linhes-theme/osd.xml.patch @@ -1,5 +1,5 @@ --- osd.xml.orig 2016-11-16 18:00:59.736588734 +0000 -+++ osd.xml 2017-01-12 03:57:35.384792671 +0000 ++++ osd.xml 2017-01-13 18:57:07.721509072 +0000 @@ -7,13 +7,13 @@ <window name="osd_debug"> <area>0,0,1280,720</area> @@ -751,7 +751,16 @@ </fontdef> <shape name="mythpopupbox-backdrop"> -@@ -1822,15 +1848,15 @@ +@@ -1810,7 +1836,7 @@ + </shape> + + <shape name="message-area-seperator-line"> +- <area>362,328,556,2</area> ++ <area>362,290,556,2</area> + <type>box</type> + <fill style="gradient"> + <gradient direction="horizontal" alpha="45"> +@@ -1822,21 +1848,21 @@ </shape> <shape name="mythpopup-box-arrows-backdrop"> @@ -764,12 +773,20 @@ </shape> <textarea name="messagearea"> - <area>355,126,570,196</area> +- <area>355,126,570,196</area> - <font>smallyellow</font> ++ <area>355,126,570,158</area> + <font>small</font> <multiline>yes</multiline> <align>allcenter</align> </textarea> + + <buttonlist name="list"> +- <area>347,332,586,264</area> ++ <area>347,294,586,302</area> + <layout>vertical</layout> + <spacing>4</spacing> + <showarrow>yes</showarrow> @@ -1922,7 +1948,7 @@ </fill> </shape> @@ -784,7 +801,7 @@ </statetype> <statetype name="upscrollarrow"> - <position>2,274</position> -+ <position>548,274</position> ++ <position>548,312</position> <state type="off"> <imagetype name="upon"> <filename>images/osd/lists_up_arrow.png</filename> @@ -793,7 +810,7 @@ </statetype> <statetype name="downscrollarrow"> - <position>22,274</position> -+ <position>568,274</position> ++ <position>568,312</position> <state type="off"> <imagetype name="dnon"> <filename>images/osd/lists_down_arrow.png</filename> |