Skip to content

Commit

Permalink
Version 1.6.5 - Updated one patch that was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
kekePower committed Dec 2, 2017
1 parent ca7cb84 commit 58b31ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
4 changes: 3 additions & 1 deletion build.leia
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,9 @@ fi
# Function: BUILD_JSON
function build_json () {

${SUDO} make -C ${KODI}/tools/depends/native/JsonSchemaBuilder PREFIX=/usr/local >> ${LOGGYLOGFILE} 2>&1
if [[ ! -a /usr/local/bin/JsonSchemaBuilder ]]; then
${SUDO} make -C ${KODI}/tools/depends/native/JsonSchemaBuilder PREFIX=/usr/local >> ${LOGGYLOGFILE} 2>&1
fi

}

Expand Down
21 changes: 11 additions & 10 deletions include/patches/add-kekePower-info.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- SettingsSystemInfo.xml.orig 2017-11-15 13:59:29.108796515 +0100
+++ addons/skin.estuary/xml/SettingsSystemInfo.xml 2017-11-15 13:57:25.757407395 +0100
@@ -219,6 +219,39 @@
--- addons/skin.estuary/xml/SettingsSystemInfo.xml.orig 2017-11-09 17:54:38.273448966 +0100
+++ addons/skin.estuary/xml/SettingsSystemInfo.xml 2017-11-09 17:50:04.762429867 +0100
@@ -219,6 +219,40 @@
<shadowcolor>black</shadowcolor>
</control>
</control>
Expand All @@ -17,23 +17,24 @@
+ <height>25</height>
+ <label>Provided by kekePower</label>
+ <font>font25_title</font>
+ <textcolor>yellow</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
+ <control type="grouplist">
+ <description>Vendor url</description>
+ <itemgap>10</itemgap>
+ <top>200</top>
+ <left>1210</left>
+ <width>800</width>
+ <orientation>horizontal</orientation>
+ <itemgap>10</itemgap>
+ <top>200</top>
+ <left>1210</left>
+ <width>800</width>
+ <orientation>horizontal</orientation>
+ <control type="label">
+ <description>Vendor text url</description>
+ <description>Vendor url text</description>
+ <width>auto</width>
+ <height>25</height>
+ <label>https://github.com/kekePower/build.leia</label>
+ <font>font12</font>
+ <textcolor>yellow</textcolor>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
Expand Down

0 comments on commit 58b31ca

Please sign in to comment.