Skip to content

Comments

qsc: Add Linux support#2

Open
OatmealDome wants to merge 6 commits intospycrab:masterfrom
OatmealDome:master
Open

qsc: Add Linux support#2
OatmealDome wants to merge 6 commits intospycrab:masterfrom
OatmealDome:master

Conversation

@OatmealDome
Copy link

Part of my efforts to get Dolphin running under the Steam Runtime. I used this tool to create a set of Qt 5 shared libraries.

Instead of downloading the zip, I changed it to download the tar.xz so that Unix permissions like +x stay intact (versus the zip which strips those). I think this should be fine on Windows too.

@@ -0,0 +1,29 @@
#!/bin/bash

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this have execute permissions set?


print("Extracting...", end="", flush=True)

if qsc.USE_CACHE and os.path.isdir(name):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When extracted the directory within the archive is still qt-everywhere-src not qt-everywhere-opensource-src.

Suggested change
if qsc.USE_CACHE and os.path.isdir(name):
if qsc.USE_CACHE and os.path.isdir("qt-everywhere-src-{}".format(release)):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants