Skip to content

Commit

Permalink
Add mpv-dev for plasmatube
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Dec 18, 2022
1 parent 9092af5 commit e35e5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apkbuild-parser/repo.ts
Expand Up @@ -167,7 +167,7 @@ export const repository = new Map<string,Package>([
["plasma-dialer", { name: "plasma-dialer", repo: "https://invent.kde.org/plasma-mobile/plasma-dialer.git", aports_repo: "community", extraDepends: ["kio-dev", "kirigami-addons-dev"]}],
["plasma-phonebook", { name: "plasma-phonebook", repo: "https://invent.kde.org/plasma-mobile/plasma-phonebook.git", aports_repo: "community", extraDepends: ["kirigami-addons-dev"]}],
["plasma-settings", { name: "plasma-settings", repo: "https://invent.kde.org/plasma-mobile/plasma-settings.git", aports_repo: "community", extraDepends: ["kirigami-addons-dev"]}],
["plasmatube", { name: "plasmatube", repo: "https://invent.kde.org/plasma-mobile/plasmatube.git", aports_repo: "community"}],
["plasmatube", { name: "plasmatube", repo: "https://invent.kde.org/plasma-mobile/plasmatube.git", aports_repo: "community", extraDepends: ["mpv", "mpv-dev"]}],
["qmlkonsole", { name: "qmlkonsole", repo: "https://invent.kde.org/plasma-mobile/qmlkonsole.git", aports_repo: "community", extraDepends: ["kirigami-addons-dev"]}],
["spacebar", { name: "spacebar", repo: "https://invent.kde.org/plasma-mobile/spacebar.git", aports_repo: "community", extraDepends: ["c-ares"], skipBuild: true}],
["tokodon", { name: "tokodon", repo: "https://invent.kde.org/network/tokodon.git", aports_repo: "community", extraDepends: ["kirigami-addons-dev", "kio-dev"]}],
Expand Down

0 comments on commit e35e5c5

Please sign in to comment.