libksane: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 12:31:26 +10:00
parent c4b5b9c39d
commit bf7d32d796

View File

@@ -1,11 +1,11 @@
SUMMARY="SANE Library interface for KDE"
DESCRIPTION="Libksane is a KDE interface for SANE library to control flat scanners."
HOMEPAGE="https://github.com/KDE/libksane/"
COPYRIGHT="2010-2021 KDE Organisation"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/libksane/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="f445ba8bdd5e8f3ad8a1be66cbed1ba4f96f3d4a42d1dee08b1a208f19e73db7"
CHECKSUM_SHA256="b33fa09078e7646c288f02af0ec2f70edaee836264b5e3752d522a787f2728e4"
SOURCE_DIR="libksane-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -57,7 +57,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:libKF5Auth$secondaryArchSuffix
devel:libKF5Bookmarks$secondaryArchSuffix
devel:libKF5Codecs$secondaryArchSuffix
@@ -78,7 +78,7 @@ BUILD_REQUIRES="
devel:libKF5TextWidgets$secondaryArchSuffix
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
devel:libsane$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -99,6 +99,7 @@ BUILD()
-DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt5 \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}