~alpine/aports

testing/step: add missing makedepends and enable -doc subpackage v1 APPLIED

Bart Ribbers: 1
 testing/step: add missing makedepends and enable -doc subpackage

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3009/mbox | git am -3
Learn more about email & git

[PATCH] testing/step: add missing makedepends and enable -doc subpackage Export this patch

---
 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