Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 272F2782D0F for ; Tue, 16 Jul 2019 19:25:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2449B36F04 for ; Tue, 16 Jul 2019 21:25:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P5itL8epqPuu; Tue, 16 Jul 2019 21:25:10 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563305110; bh=NDCCY98TySO8zo+6K8UArxlpyxGEshb30UZihcBpkaQ=; h=From:To:Cc:Subject:Date; b=GeprhZ+X23kA1stU+69ggIjq0huFp4c3gOa+aoKUgyui3LvHQSnzTnJrIL/xkHdTP ii9mdP2yI4XA1DX7hx5XTJZ0aNKGtSbMuJHysvKPX3zn0yvrWL1LLDEw0ZCIZo1KDi KRNe8s9BN7pOVuur5TIYZi8sKONmx/E8UAPUVtChbxBuzUo/uOm98MJ+4JVF6ylVqL FMHQx5kz6jGcrEYlGsndb8J34UuSFhzYPgNs3EFWM35tIXXuIENT0+Gv0s2NNfmTiJ Dn8KIe/BufnW/wIFdcZ50lC2QU5BB2i3L+UBf+JcfErRlnqgFbJplEkLAj5US4eDin 28hmIIaQF26Xw== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/kde-applications: fill -webdev and -utils depends Date: Tue, 16 Jul 2019 21:24:37 +0200 Message-Id: <20190716192437.13513-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kde-applications/APKBUILD | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/testing/kde-applications/APKBUILD b/testing/kde-applications/APKBUILD index 32f2aa2e00..0d27aca8c5 100644 --- a/testing/kde-applications/APKBUILD +++ b/testing/kde-applications/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=kde-applications pkgver=19.04.3 -pkgrel=0 +pkgrel=1 arch="noarch !ppc64le !s390x" # Limited by edu, network and pim url="https://kde.org/applications/" pkgdesc="KDE Applications meta package" @@ -142,6 +142,15 @@ utils() { depends=" ark filelight + kbackup + kcalc + kcharseelct + kdebugsettings + kdf + kfloppy + kgpg + kteatime + ktimer kwalletmanager print-manager sweeper" @@ -150,7 +159,8 @@ utils() { } webdev() { - depends="" + depends=" + kimagemapeditor" mkdir -p "$subpkgdir" } -- 2.22.0