Skip to content

Commit

Permalink
tmp: powerdevil fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Oct 18, 2023
1 parent 301debc commit 171735c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/os-variants/mobile/mobile-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export async function buildMobileDev() {
//["kwin", "master"]
//["plasma-nm", "22377cf6"]
//["knewstuff", "ec498e9"]
["plasma-mobile", "work/devinlin/foliorewrite"]
["plasma-mobile", "work/devinlin/foliorewrite"],
["powerdevil", "/work/nico/x11-state"]
]

//const packagesToBuild = "kcmutils plasma5support kirigami-addons plasma-mobile plasma-pa plasma-nm qqc2-breeze-style"
Expand Down Expand Up @@ -64,7 +65,7 @@ export async function buildMobileDev() {
./kdesrc-build --metadata-only
./kdesrc-build --src-only ${packagesToBuild}
${checkoutBranches.map(([repo, branch]) => `cd /opt/kde/src/${repo} && git checkout ${branch} && cd /opt/kde/src/kdesrc-build`).join("; ")}
${checkoutBranches.map(([repo, branch]) => `cd /opt/kde/src/${repo} && git checkout ${branch} && git pull && cd /opt/kde/src/kdesrc-build`).join("; ")}
${packagesToBuild.split(" ").map((p, i, a) => `./kdesrc-build --stop-on-failure --no-include-dependencies --no-src ${p}; echo "-- ✅ Built ${i} of ${a.length}!"`).join("; ")}
EOFSU
sleep 2
Expand Down

0 comments on commit 171735c

Please sign in to comment.