~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190908143257.19036-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 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
Reply to thread Export thread (mbox)