[pitivi/1.0] flatpak: Get the Sdk/Runtime from flathub



commit f433a5e7d1e2d62e6d19bdba4be3ca0de442710b
Author: Thibault Saunier <tsaunier igalia com>
Date:   Wed Apr 4 20:44:26 2018 -0300

    flatpak: Get the Sdk/Runtime from flathub
    
    This is better mantained and it is the future

 build/flatpak/pitivi-flatpak | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/flatpak/pitivi-flatpak b/build/flatpak/pitivi-flatpak
index eb70351a..593a260f 100755
--- a/build/flatpak/pitivi-flatpak
+++ b/build/flatpak/pitivi-flatpak
@@ -317,7 +317,7 @@ class FlatpakPackage(FlatpakObject):
             return
 
         self.flatpak("install", self.repo.name, self.name,
-                     self.branch, show_output=True,
+                     self.branch, "--reinstall", show_output=True,
                      comment="Installing %s" % self.name)
 
     def update(self):
@@ -412,8 +412,8 @@ class PitiviFlatpak:  # pylint: disable=too-many-instance-attributes
         repos = FlatpakRepos()
         self.sdk_repo = repos.add(
             FlatpakRepo("gnome",
-                        url="http://sdk.gnome.org/repo/";,
-                        repo_file="https://sdk.gnome.org/gnome.flatpakrepo";))
+                        url="https://dl.flathub.org/repo/";,
+                        repo_file="https://dl.flathub.org/repo/flathub.flatpakrepo";))
 
         sdk_branch = SDK_BRANCH[self.branch]
         self.runtime = FlatpakPackage(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]