Skip to content

Commit

Permalink
klickety: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
threedeyes committed May 11, 2022
1 parent 9d8449e commit 1479771
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -4,11 +4,11 @@ after once famous game of SameGame. The idea behind Klickety is to completely \
clear the game board filled with the multicolored marbles. Klickety also \
offers a SameGame mode called KSame."
HOMEPAGE="https://apps.kde.org/klickety"
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/klickety-$portVersion.tar.xz"
CHECKSUM_SHA256="9fd7fb0dd1f1866df027cfc9b2c77f8efcd202455fc4b7c72a42e8e349ef24ee"
CHECKSUM_SHA256="5a7ba9b764a5474e5d3b56170c3ad3249a532d1ecf46e3e34397661ce43687ba"
SOURCE_DIR="klickety-$portVersion"
ADDITIONAL_FILES="klickety.rdef.in"

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

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Attica$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
Expand Down Expand Up @@ -86,7 +86,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 Down Expand Up @@ -114,6 +114,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 1479771

Please sign in to comment.