Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id F016A782B66 for ; Sun, 8 Sep 2019 14:33:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BF966264E5 for ; Sun, 8 Sep 2019 16:33:00 +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 qRil207z2Hhm; Sun, 8 Sep 2019 16:32:59 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1567953178; bh=fEqdaiTkUouMC10OzvwKLr7kpr2RxGNcQTV2C5xW3Hs=; h=From:To:Cc:Subject:Date; b=RBggKbmRTlc221J+dnVsYKRuHOdzsbqdwKO+s3ndG/ECrIYaIxqPi+oygxE1crXtz /p4Y0FOvKtBNzHsLNIYTi8oN7fAAG1UXmD79f/VwFOV7fDpQu1YeluJjS1iKK5830E prtSkXcAJWyNWR7ABzrb2tnfq5ZKnZoS9/UAA4icecc4fYolvn5KK/VBa8yz9YZ2f9 A3zO3Ru/yCNQ3z89AxFUWr23v6NzehAHrrWFNpKx1BK7bLBCRPI4zLXkhkIx23RiYc +CJMJ1p2hNcPaHNbbMJx2SBAKStQZrUSifeRdLqbrn6PAD5+cS12FfFqtXLWeNQkpr 2QZDXuv77hL8A== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/step: add missing makedepends and enable -doc subpackage Date: Sun, 8 Sep 2019 16:32:57 +0200 Message-Id: <20190908143257.19036-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/step/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/step/APKBUILD b/testing/step/APKBUILD index 8963195fe7..47fb7ce8d6 100644 --- a/testing/step/APKBUILD +++ b/testing/step/APKBUILD @@ -7,9 +7,9 @@ arch="all" url="http://edu.kde.org/step/" pkgdesc="Interactive Physics Simulator" license="GPL-2.0-or-later AND GFDL-1.2-only" -makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev qt5-qttools-dev kcrash-dev khtml-dev kconfig-dev kiconthemes-dev knewstuff-dev kplotting-dev eigen-dev" +makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev qt5-qttools-dev kcrash-dev khtml-dev kconfig-dev kiconthemes-dev knewstuff-dev kplotting-dev kdoctools-dev eigen-dev shared-mime-info" source="https://download.kde.org/stable/applications/$pkgver/src/step-$pkgver.tar.xz" -subpackages="$pkgname-lang" +subpackages="$pkgname-doc $pkgname-lang" build() { cmake \ -- 2.23.0