From c93c41ee2bcad37d8fc0598d528842508e2d181d Mon Sep 17 00:00:00 2001 From: Seshan Ravikumar Date: Mon, 28 Nov 2022 12:37:12 -0500 Subject: [PATCH] Update repo.ts --- src/apkbuild-parser/repo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apkbuild-parser/repo.ts b/src/apkbuild-parser/repo.ts index 5a51176..92b6539 100755 --- a/src/apkbuild-parser/repo.ts +++ b/src/apkbuild-parser/repo.ts @@ -148,7 +148,7 @@ export const repository = new Map([ // plasma mobile gear ["alligator", { name: "alligator", repo: "https://invent.kde.org/plasma-mobile/alligator.git", aports_repo: "community"}], - ["angelfish", { name: "angelfish", repo: "https://invent.kde.org/plasma-mobile/angelfish.git", aports_repo: "community", skipBuild: true}], + ["angelfish", { name: "angelfish", repo: "https://invent.kde.org/plasma-mobile/angelfish.git", aports_repo: "community", skipBuild: false}], ["audiotube", { name: "audiotube", repo: "https://invent.kde.org/plasma-mobile/audiotube.git", aports_repo: "community"}], ["calindori", { name: "calindori", repo: "https://invent.kde.org/plasma-mobile/calindori.git", aports_repo: "community"}], ["kalk", { name: "kalk", repo: "https://invent.kde.org/plasma-mobile/kalk.git", aports_repo: "community"}], @@ -163,7 +163,7 @@ export const repository = new Map([ ["ktrip", { name: "ktrip", repo: "https://invent.kde.org/utilities/ktrip.git", aports_repo: "community"}], ["kweather", { name: "kweather", repo: "https://invent.kde.org/plasma-mobile/kweather.git", aports_repo: "community"}], ["kweathercore", { name: "kweathercore", repo: "https://invent.kde.org/libraries/kweathercore.git", aports_repo: "community"}], - ["neochat", { name: "neochat", repo: "https://invent.kde.org/network/neochat.git", aports_repo: "community"}], + ["neochat", { name: "neochat", repo: "https://invent.kde.org/network/neochat.git", aports_repo: "community", skipBuild: true}], // todo: KF5::ItemModels not found ["plasma-dialer", { name: "plasma-dialer", repo: "https://invent.kde.org/plasma-mobile/plasma-dialer.git", aports_repo: "community", extraDepends: ["kio-dev"]}], ["plasma-phonebook", { name: "plasma-phonebook", repo: "https://invent.kde.org/plasma-mobile/plasma-phonebook.git", aports_repo: "community"}], ["plasma-settings", { name: "plasma-settings", repo: "https://invent.kde.org/plasma-mobile/plasma-settings.git", aports_repo: "community"}],