diff options
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/linhes-theme/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/linhes-theme/status-ui.xml.patch | 28 |
2 files changed, 18 insertions, 14 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 42d8d23..dac36e2 100755 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-theme pkgver=8.5.1 -pkgrel=8 +pkgrel=9 pkgdesc="Default LinHES MythTV theme" arch=('i686' 'x86_64') license=('GPL2') @@ -115,7 +115,7 @@ md5sums=('2dca856c2a4d1f959473512c94e43b60' '814b52b7ad9a6918585764f5790d1c3b' 'a0b6733e4a6734a3c24e8dc3b0c14e74' '384871202030f41148536e2e89bb1801' - '979cdd540b672e3383b33188ccb247b6' + '8efbd524cef4dd3f5fbe5b7d5ad854f0' '8312aff444945f80a76100696c81cb2e' '2803a328cd276393964240842da03010' '4125880d1739b196a8041ecc3d773ee2' diff --git a/abs/core/linhes-theme/status-ui.xml.patch b/abs/core/linhes-theme/status-ui.xml.patch index 400f14c..f50061e 100644 --- a/abs/core/linhes-theme/status-ui.xml.patch +++ b/abs/core/linhes-theme/status-ui.xml.patch @@ -1,29 +1,33 @@ ---- status-ui.xml.orig 2018-01-03 21:51:16.028700351 +0000 -+++ status-ui.xml 2018-01-03 21:21:37.423911248 +0000 -@@ -170,100 +170,140 @@ +--- status-ui.xml.orig 2018-06-01 18:03:53.259163788 +0000 ++++ status-ui.xml 2018-06-01 18:02:26.000483611 +0000 +@@ -170,100 +170,152 @@ </window> <window name="standbymode"> - <area>-1,-1,568,320</area> + <area>0,0,1280,720</area> -- <animation trigger="AboutToShow"> + <animation trigger="AboutToShow"> - <section> - <alpha start="0" end="255" easingcurve="OutQuart"/> - <zoom start="0" end="100" easingcurve="OutQuart"/> -- </section> -- </animation> -- -- <animation trigger="AboutToHide"> -- <section> ++ <section duration="400"> ++ <alpha start="0" end="255" easingcurve="InQuart"/> + </section> + </animation> + + <animation trigger="AboutToHide"> + <section> - <alpha start="255" end="0" easingcurve="InQuart"/> - <zoom start="100" end="0" easingcurve="InQuart"/> -- </section> -- </animation> ++ <alpha start="255" end="0" easingcurve="OutQuart"/> + </section> + </animation> + + <textarea name="heading" from="base_heading"> + <value>Standby</value> + </textarea> - ++ <shape name="standbymode-backdrop" from="base_backdrop"> - <area>0,0,568,320</area> + <area>20,36,1240,649</area> |