File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ PKGDEP="libraw qt-5"
44BUILDDEP="extra-cmake-modules"
55PKGDES="C++ interface used to decode RAW picture for KDE"
66
7- CMAKE_AFTER="-DBUILD_COVERAGE=OFF \
8- -DBUILD_TESTING=OFF \
9- -DBUILD_WITH_QT6=OFF \
10- -DENABLE_BSYMBOLICFUNCTIONS=OFF \
11- -DKDE_INSTALL_PREFIX_SCRIPT=OFF \
12- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
13- -DKDE_L10N_AUTO_TRANSLATIONS=OFF \
14- -DKDE_L10N_SYNC_TRANSLATIONS=OFF"
7+ ABTYPE=cmakeninja
8+ CMAKE_AFTER=(
9+ '-DBUILD_COVERAGE=OFF'
10+ '-DBUILD_TESTING=OFF'
11+ '-DBUILD_WITH_QT6=OFF'
12+ '-DENABLE_BSYMBOLICFUNCTIONS=OFF'
13+ '-DKDE_INSTALL_PREFIX_SCRIPT=OFF'
14+ '-DKDE_INSTALL_USE_QT_SYS_PATHS=ON'
15+ '-DKDE_L10N_AUTO_TRANSLATIONS=OFF'
16+ '-DKDE_L10N_SYNC_TRANSLATIONS=OFF'
17+ )
1518
1619PKGBREAK="kdegraphics-thumbnailers<=16.04.3 kde-l10n<=16.12.3"
1720PKGREP="kde-l10n<=16.12.3"
Original file line number Diff line number Diff line change 11VER=23.08.5
2+ REL=1
23SRCS="tbl::https://download.kde.org/stable/release-service/$VER/src/libkdcraw-$VER.tar.xz"
34CHKSUMS="sha256::ab1080e449ff468032b7ba5f203fba1cdca3ab9958c4f9b5451ba0e2c0978f11"
45CHKUPDATE="anitya::id=8763"
You can’t perform that action at this time.
0 commit comments