12 pname = "steam-launcher";
13 namespace = "script.steam.launcher";
16 src = fetchFromGitHub rec {
18 repo = owner + "-xbmc-repo";
19 rev = "d5cea4b590b0ff08ac169b757946b7cb5145b983";
20 sha256 = "sha256-arBMMOoHQuHRcJ7eXD1jvA45Svei7c0srcBZkdAzqY0=";
23 propagatedBuildInputs = [
30 substituteInPlace $out/share/kodi/addons/script.steam.launcher/resources/main.py \
31 --replace "\"which\"" "\"${which}/bin/which\"" \
32 --replace "\"xdotool\"" "\"${xdotool}/bin/xdotool\"" \
33 --replace "\"wmctrl\"" "\"${wmctrl}/bin/wmctrl\""
34 ${dos2unix}/bin/dos2unix $out/share/kodi/addons/script.steam.launcher/resources/scripts/steam-launcher.sh
38 homepage = "https://forum.kodi.tv/showthread.php?tid=157499";
39 description = "Launch Steam in Big Picture Mode from Kodi";
41 This add-on will close/minimise Kodi, launch Steam in Big
42 Picture Mode and when Steam BPM is exited (either by quitting
43 Steam or returning to the desktop) Kodi will
44 restart/maximise. Running pre/post Steam scripts can be
45 configured via the addon.
47 license = licenses.gpl2Only;
48 maintainers = teams.kodi.members;