From 71cbb4ce45a2e15fb2efab3a810213613af42e0e Mon Sep 17 00:00:00 2001 From: Seshan Ravikumar Date: Fri, 4 Nov 2022 00:38:56 -0400 Subject: [PATCH] Fix kscreenlocker --- src/apkbuild-parser/repo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apkbuild-parser/repo.ts b/src/apkbuild-parser/repo.ts index d7131f6..22e151f 100755 --- a/src/apkbuild-parser/repo.ts +++ b/src/apkbuild-parser/repo.ts @@ -26,7 +26,7 @@ export const repository = new Map([ ["kinfocenter", { name: "kinfocenter", repo: "https://invent.kde.org/plasma/kinfocenter.git", aports_repo: "community"}], ["kmenuedit", { name: "kmenuedit", repo: "https://invent.kde.org/plasma/kmenuedit.git", aports_repo: "community"}], ["kscreen", { name: "kscreen", repo: "https://invent.kde.org/plasma/kscreen.git", aports_repo: "community", extraDepends: ["layer-shell-qt-dev"]}], - ["kscreenlocker", { name: "kscreenlocker", repo: "https://invent.kde.org/plasma/kscreenlocker.git", aports_repo: "community"}], + ["kscreenlocker", { name: "kscreenlocker", repo: "https://invent.kde.org/plasma/kscreenlocker.git", aports_repo: "community", extraDepends: ["libkscreen-dev"]}], ["ksshaskpass", { name: "ksshaskpass", repo: "https://invent.kde.org/plasma/ksshaskpass.git", aports_repo: "community"}], ["kwallet-pam", { name: "kwallet-pam", repo: "https://invent.kde.org/plasma/kwallet-pam.git", aports_repo: "community"}], ["kwayland-integration", { name: "kwayland-integration", repo: "https://invent.kde.org/plasma/kwayland-integration.git", aports_repo: "community"}],