aboutsummaryrefslogtreecommitdiffstats
path: root/testing/step
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-09-08 16:32:57 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 11:50:57 -0300
commit16eb2dc67a10251a80fb808f7f9177194b6a9bb4 (patch)
tree0c31b866a435a0b1a3c60be0304f951210655afb /testing/step
parentd96bb60905fd50ac9bf47ae58749a3a6804c223c (diff)
downloadaports-16eb2dc67a10251a80fb808f7f9177194b6a9bb4.tar.bz2
aports-16eb2dc67a10251a80fb808f7f9177194b6a9bb4.tar.xz
testing/step: add missing makedepends and enable -doc subpackage
Diffstat (limited to 'testing/step')
-rw-r--r--testing/step/APKBUILD4
1 files 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 \