[SCM] kodi/master: Fix positioning the of "from debian" text next to KODI logo

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sat Jan 7 01:11:11 UTC 2017


The following commit has been merged in the master branch:
commit 72b59022e5519d102e842afbc7a0d368caf0ec6b
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sat Jan 7 02:05:04 2017 +0100

    Fix positioning the of "from debian" text next to KODI logo

diff --git a/debian/patches/04-differentiate-from-vanilla-Kodi.patch b/debian/patches/04-differentiate-from-vanilla-Kodi.patch
index da7d32a..04ec136 100644
--- a/debian/patches/04-differentiate-from-vanilla-Kodi.patch
+++ b/debian/patches/04-differentiate-from-vanilla-Kodi.patch
@@ -52,22 +52,18 @@
    EXPECT_EQ(g_sysinfo.GetUserAgent().find(' '), g_sysinfo.GetUserAgent().find(" (")) << "Second parameter in 'GetUserAgent()' string must be in brackets";
 --- a/addons/skin.estuary/xml/Home.xml
 +++ b/addons/skin.estuary/xml/Home.xml
-@@ -916,6 +916,18 @@
- 						<param name="visible" value="Player.HasMedia" />
- 					</include>
+@@ -942,6 +942,14 @@
+ 					<height>36</height>
+ 					<texture>icons/logo-text.png</texture>
  				</control>
 +		                <control type="image">
-+			          <description>LOGO2</description>
-+			          <left>210</left>
-+			          <top>0</top>
++			          <left>150</left>
++				  <top>0</top>
 +			          <width>250</width>
-+			          <height>82</height>
-+			          <aspectratio aligny="top" align="left">keep</aspectratio>
++				  <height>56</height>
++			          <aspectratio>keep</aspectratio>
 +			          <texture>from-debian-logo.png</texture>
-+			          <include>VisibleFadeEffect</include>
-+			          <include>Window_OpenClose_Animation</include>
-+			          <visible>!Skin.HasSetting(homepageWeatherinfo)</visible>
 +		                </control>
  			</control>
- 			<include>BottomBar</include>
- 			<include content="TopBar">
+ 			<control type="group">
+ 				<animation effect="slide" end="0,90" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation>

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list