From 730dd136a9095b4785a184277cefb3fe60259bfe Mon Sep 17 00:00:00 2001
From: Erick555 <37542552+Erick555@users.noreply.github.com>
Date: Fri, 4 Oct 2019 17:44:10 +0000
Subject: [PATCH] Update to freedesktop 19.08

Also remove libudev shared-module and fribidi which are now
provided in runtime.
---
 deps/fribidi.json | 18 ------------------
 shared-modules    |  2 +-
 tv.kodi.Kodi.yml  |  6 ++----
 3 files changed, 3 insertions(+), 23 deletions(-)
 delete mode 100644 deps/fribidi.json

diff --git a/deps/fribidi.json b/deps/fribidi.json
deleted file mode 100644
index cc1eef8..0000000
--- a/deps/fribidi.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-    "name": "fribidi",
-    "no-parallel-make": true,
-    "cleanup": [
-        "/include",
-        "/bin",
-        "/share/man",
-        "*.la",
-        "/lib/*.so"
-    ],
-    "sources": [
-        {
-            "type": "archive",
-            "url": "https://github.com/fribidi/fribidi/releases/download/v1.0.5/fribidi-1.0.5.tar.bz2",
-            "sha256": "6a64f2a687f5c4f203a46fa659f43dd43d1f8b845df8d723107e8a7e6158e4ce"
-        }
-    ]
-}
diff --git a/shared-modules b/shared-modules
index 83318c8..044e2c5 160000
--- a/shared-modules
+++ b/shared-modules
@@ -1 +1 @@
-Subproject commit 83318c84a6a561624579b8dce6091d04c1197073
+Subproject commit 044e2c55e73ab91bf8afbbd0f8cf25b2babd8c7a
diff --git a/tv.kodi.Kodi.yml b/tv.kodi.Kodi.yml
index 3e01aae..71941a7 100644
--- a/tv.kodi.Kodi.yml
+++ b/tv.kodi.Kodi.yml
@@ -1,6 +1,6 @@
 app-id: tv.kodi.Kodi
 runtime: org.freedesktop.Platform
-runtime-version: '18.08'
+runtime-version: '19.08'
 sdk: org.freedesktop.Sdk
 sdk-extensions:
   - org.freedesktop.Sdk.Extension.openjdk11
@@ -27,14 +27,12 @@ command: kodi
 rename-desktop-file: kodi.desktop
 rename-icon: kodi
 modules:
-  - shared-modules/udev/udev-175.json
   - shared-modules/python2.7/python-2.7.json
-  - shared-modules/glu/glu-9.0.0.json
+  - shared-modules/glu/glu-9.json
   - deps/avahi.json
   - deps/libical.json
   - deps/bluez.json
   - deps/fmt.json
-  - deps/fribidi.json
   - deps/fstrcmp.json
   - deps/libass.json
   - deps/libcdio.json
-- 
GitLab