-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add lightly-qt5 #1073
Merged
Merged
Add lightly-qt5 #1073
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Dipta Biswas <[email protected]>
Signed-off-by: Dipta Biswas <[email protected]>
Signed-off-by: Dipta Biswas <[email protected]>
Merged
korewaChino
previously approved these changes
Apr 5, 2024
let repos = get("https://repology.org/api/v1/project/qt").json_arr();
let branch = sh("git rev-parse --abbrev-ref HEAD", #{"stdout": "piped"}).ctx.stdout;
branch.crop(1);
branch.trim();
let vers = repos.filter(|r| r.repo == `fedora_${branch}`).map(|r| [find("^(\\d+)\\.(\\d+)\\..+$", r.version, 1), find("^(\\d+)\\.(\\d+)\\..+$", r.version, 2)]);
let ver = vers.find(|v| v[0] == "5")[1]; // assume there is only 1 package for v5.x
open_file("anda/themes/lightly-qt5/VER5.txt").write(`${ver}`); // will trig rebuild when changed create a echo -n 15 > VER5.txt |
Signed-off-by: Dipta Biswas <[email protected]>
Signed-off-by: Dipta Biswas <[email protected]>
VER5.txt should have no newline |
actually it'll be fine, it'll cause 1 more useless rebuild, not the end of the world… |
madonuko
approved these changes
Apr 5, 2024
raboneko
pushed a commit
that referenced
this pull request
Apr 5, 2024
* Create lightly-qt5. spec Signed-off-by: Dipta Biswas <[email protected]> * Fix filename & location of lightly-qt5 Signed-off-by: Dipta Biswas <[email protected]> * Create anda.hcl for lightly-qt5 Signed-off-by: Dipta Biswas <[email protected]> * Create update.rhai Signed-off-by: Dipta Biswas <[email protected]> * Create VER5.txt Signed-off-by: Dipta Biswas <[email protected]> --------- Signed-off-by: Dipta Biswas <[email protected]> (cherry picked from commit f31987f)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
madonuko
pushed a commit
that referenced
this pull request
Apr 5, 2024
* Create lightly-qt5. spec Signed-off-by: Dipta Biswas <[email protected]> * Fix filename & location of lightly-qt5 Signed-off-by: Dipta Biswas <[email protected]> * Create anda.hcl for lightly-qt5 Signed-off-by: Dipta Biswas <[email protected]> * Create update.rhai Signed-off-by: Dipta Biswas <[email protected]> * Create VER5.txt Signed-off-by: Dipta Biswas <[email protected]> --------- Signed-off-by: Dipta Biswas <[email protected]> (cherry picked from commit f31987f) Co-authored-by: Dipta Biswas <[email protected]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This package was orphaned in Fedora recently. The fedora maintainers used to build this package using unmaintained sources from upstream. I have switched to a maintained fork.
Note that packaging has been done with plasma 6 in mind, so don't build it for fedora < 40. Also, merge this after I have submitted lightly-qt6.
An update script has been intentionally omitted because this is the last commit that builds against KF5. The package, however, should be rebuilt (with sources at this very commit) against every new minor version of Qt, like how breeze is rebuilt in Fedora.