diff --git a/dev-libs/kreport/kreport-3.1.0.recipe b/dev-libs/kreport/kreport-3.2.0.recipe similarity index 82% rename from dev-libs/kreport/kreport-3.1.0.recipe rename to dev-libs/kreport/kreport-3.2.0.recipe index c25561c27..4373a9702 100644 --- a/dev-libs/kreport/kreport-3.1.0.recipe +++ b/dev-libs/kreport/kreport-3.2.0.recipe @@ -6,12 +6,12 @@ They can be previewed on screen, printed, and saved in a variety of formats such Reports of this kind offer a way to view, format, and summarize the information. \ For example a simple report of contact phone numbers can be prepared, \ or a more complex report on sales for different products, regions, and periods of time." -HOMEPAGE="https://github.com/KDE/kreport/" -COPYRIGHT="2010-2018 KDE Organisation" +HOMEPAGE="https://invent.kde.org/libraries/kreport/" +COPYRIGHT="2010-2019 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" -SOURCE_URI="https://github.com/KDE/kreport/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="bb6f8e2797dbc1e11f2b81e6138ddfa57337bca783c9d1143a618d1033b46ff4" +SOURCE_URI="https://download.kde.org/stable/kreport/src/kreport-$portVersion.tar.xz" +CHECKSUM_SHA256="22716d719654e8f887fe4d33654e252ddf3d3d818c44e15a8af0e6f2e7d6ccd7" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -43,21 +43,22 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules >= 5.46 + extra_cmake_modules$secondaryArchSuffix >= 5.115 devel:libKF5ConfigCore$secondaryArchSuffix devel:libKF5ConfigGui$secondaryArchSuffix devel:libKF5CoreAddons$secondaryArchSuffix devel:libKF5GuiAddons$secondaryArchSuffix devel:libKF5WidgetsAddons$secondaryArchSuffix devel:libKPropertyCore3$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix devel:libQt5WebKitWidgets$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix cmd:make - cmd:python2 + cmd:python3.10 + cmd:qdbuscpp2xml$secondaryArchSuffix >= 5 " BUILD() @@ -66,9 +67,11 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ - -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 + -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ + -DPYTHON_EXECUTABLE="/bin/python3.10" make $jobArgs }