Skip to content

Commit

Permalink
knights: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
threedeyes committed May 11, 2022
1 parent 1479771 commit 9599da0
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -20,11 +20,11 @@ Features:
* Use of Jovie, the KDE text-to-speak program, to speak opponent’s moves
* Ability to control the program via a D-Bus interface"
HOMEPAGE="https://apps.kde.org/en/knights"
COPYRIGHT="2010-2021 KDE Organisation"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/knights-$portVersion.tar.xz"
CHECKSUM_SHA256="1f2080d98e57a6bf748e8401ceb52d98232f3e1b6e844158386624fb75b4e26c"
CHECKSUM_SHA256="aa66bf1e2754f32f7e20d03111c290d819a4ebbdb205901d9dd22717029add35"
SOURCE_DIR="knights-$portVersion"
ADDITIONAL_FILES="knights.rdef.in"

Expand Down Expand Up @@ -76,7 +76,7 @@ REQUIRES="

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix
Expand Down Expand Up @@ -108,7 +108,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
Expand All @@ -134,6 +134,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake

make $jobArgs
}

Expand Down

0 comments on commit 9599da0

Please sign in to comment.