[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [craft-blueprints-kde] kde/applications/kstars: As we cannot build Phonon VLC on macOS, ensure it is
From:       Ben Cooksley <null () kde ! org>
Date:       2018-08-12 8:41:54
Message-ID: E1folwg-0006lg-Cc () code ! kde ! org
[Download RAW message or body]

Git commit 28d980b577a5d15d65d16cb896a86c1b1cbd4028 by Ben Cooksley.
Committed on 12/08/2018 at 08:41.
Pushed by bcooksley into branch 'master'.

As we cannot build Phonon VLC on macOS, ensure it is disabled there

M  +3    -1    kde/applications/kstars/kstars.py

https://commits.kde.org/craft-blueprints-kde/28d980b577a5d15d65d16cb896a86c1b1cbd4028

diff --git a/kde/applications/kstars/kstars.py b/kde/applications/kstars/kstars.py
index 1cfd016..dbf689a 100644
--- a/kde/applications/kstars/kstars.py
+++ b/kde/applications/kstars/kstars.py
@@ -38,12 +38,14 @@ class subinfo(info.infoclass):
         self.runtimeDependencies["libs/indiclient"] = "default"
         self.runtimeDependencies["libs/libraw"] = "default"
         self.runtimeDependencies["libs/gsl"] = "default"
-        self.runtimeDependencies["qt-libs/phonon-vlc"] = "default"
         self.runtimeDependencies["qt-libs/qtkeychain"] = "default"
 
         # Install proper theme
         self.runtimeDependencies["kde/frameworks/tier1/breeze-icons"] = "default"
 
+        if not Craft.compiler.isMacOS:
+            self.runtimeDependencies["qt-libs/phonon-vlc"] = "default"
+
 
 from Package.CMakePackageBase import *
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic