diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-04 19:03:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-04 19:03:05 (GMT) |
commit | 1a88a6987070019e4901e7da132de64ff32d0694 (patch) | |
tree | dc1ee9d6901a69bf51d5b3ddca75e3f6d7661e09 /abs | |
parent | 64a523b563e3cd7bb2a640c23267f2cf91d3bacc (diff) | |
download | linhes_pkgbuild-1a88a6987070019e4901e7da132de64ff32d0694.zip linhes_pkgbuild-1a88a6987070019e4901e7da132de64ff32d0694.tar.gz linhes_pkgbuild-1a88a6987070019e4901e7da132de64ff32d0694.tar.bz2 |
linhes-theme: change buttonlist to wrap scrolling. refs #940
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/linhes-theme/base.xml.patch | 22 |
2 files changed, 17 insertions, 9 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 2b8d462..d23da5a 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-theme pkgver=8.1 -pkgrel=9 +pkgrel=10 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') @@ -52,7 +52,7 @@ package() { md5sums=('SKIP' '9c2fc68864cbedb6e449056972b457aa' 'e061490fc869e0e14d4e144c17c3ec56' - 'ed60c5b0b30b1ad1d051a070bfd2f8dd' + 'abf14a78424114b6d9ba1d9e58ab754d' '83b03852c6f46bc791bfa6e8c894ca01' '33609e27406f00bdc0243a5ef840c6f9' 'aff82cf901edc4baa058013d93610cfc' diff --git a/abs/core/linhes-theme/base.xml.patch b/abs/core/linhes-theme/base.xml.patch index 5ecde61..95bfa1e 100644 --- a/abs/core/linhes-theme/base.xml.patch +++ b/abs/core/linhes-theme/base.xml.patch @@ -1,5 +1,5 @@ --- base.xml.orig 2013-11-22 18:52:58.956295819 +0000 -+++ base.xml 2013-11-30 22:28:57.188884895 +0000 ++++ base.xml 2013-12-04 18:36:51.715548849 +0000 @@ -424,26 +424,26 @@ <!-- Base definition of a base popup backdrop --> @@ -98,7 +98,15 @@ <line color="#454545" alpha="180" width="2" /> </shape> -@@ -579,7 +579,7 @@ +@@ -571,6 +571,7 @@ + <buttonlist name="base_button_list"> + <layout>vertical</layout> + <spacing>2</spacing> ++ <wrapstyle>selection</wrapstyle> + <drawfrombottom>yes</drawfrombottom> + <buttonarea>0,0,100%,100%</buttonarea> + <statetype name="buttonitem"> +@@ -579,7 +580,7 @@ <area>0,0,100%,100%</area> </shape> <textarea name="buttontext"> @@ -107,7 +115,7 @@ <cutdown>yes</cutdown> <align>allcenter</align> </textarea> -@@ -997,7 +997,7 @@ +@@ -997,7 +998,7 @@ <shape name="buttonbackground"> <area>0,0,100%,100%</area> <type>roundbox</type> @@ -116,7 +124,7 @@ <line color="#454545" alpha="180" width="2" /> <cornerradius>90</cornerradius> </shape> -@@ -1064,7 +1064,7 @@ +@@ -1064,7 +1065,7 @@ <shape name="buttonbackground"> <area>0,0,100%,100%</area> <type>roundbox</type> @@ -125,7 +133,7 @@ <line color="#454545" alpha="180" width="2" /> <cornerradius>90</cornerradius> </shape> -@@ -1117,7 +1117,7 @@ +@@ -1117,7 +1118,7 @@ <shape name="background"> <area>0,0,100%,100%</area> <type>roundbox</type> @@ -134,7 +142,7 @@ <line color="#454545" alpha="180" width="2" /> <cornerradius>90</cornerradius> </shape> -@@ -1235,15 +1235,13 @@ +@@ -1235,15 +1236,13 @@ <group name="clock-backdrop-group" from="base_clock_backdrop_group" /> @@ -152,7 +160,7 @@ <animation trigger="AboutToShow"> <section> -@@ -1260,76 +1258,76 @@ +@@ -1260,76 +1259,76 @@ </animation> <shape name="popup-backdrop" from="base_popup_backdrop"> |