KReversi: cleanup recipe

This commit is contained in:
Gerasim Troeglazov
2021-01-03 17:19:11 +10:00
parent 49a0310acb
commit 1d24d5a89b

View File

@@ -6,7 +6,7 @@ color on the board and there are no more possible moves."
HOMEPAGE="https://apps.kde.org/kreversi"
COPYRIGHT="2010-2020 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kreversi-$portVersion.tar.xz"
CHECKSUM_SHA256="9c6ab533fca996ef12b5c49578113daef5b416059a9ada238837f1c778e86afe"
SOURCE_DIR="kreversi-$portVersion"
@@ -22,7 +22,6 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
cmd:gnugo
lib:libKF5Archive$secondaryArchSuffix
lib:libKF5Attica$secondaryArchSuffix
lib:libKF5Auth$secondaryArchSuffix
@@ -109,6 +108,8 @@ BUILD()
# disable docs generation
sed -e '/add_subdirectory(doc)/ s/^#*/#/' -i CMakeLists.txt
sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt
# remove dbus service
sed -e '/KDBusService service;/d' -i main.cpp
mkdir -p build
cd build