partitionmanager: update to 24.02.2.

This commit is contained in:
Luciogi 2024-03-10 12:53:25 +05:00 committed by Đoàn Trần Công Danh
parent f78875bd03
commit a93712b198

View file

@ -1,13 +1,14 @@
# Template file for 'partitionmanager' # Template file for 'partitionmanager'
pkgname=partitionmanager pkgname=partitionmanager
version=23.08.5 version=24.02.2
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
hostmakedepends="qt5-devel kdoctools kconfig qt5-qmake cmake python3 -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
extra-cmake-modules pkg-config gettext kcoreaddons" hostmakedepends="qt6-base-devel kf6-kdoctools kf6-kconfig qt6-base
makedepends="qt5-devel kconfig-devel kpmcore-devel kdoctools-devel extra-cmake-modules pkg-config gettext kf6-kcoreaddons"
kservice-devel kio-devel kxmlgui-devel kiconthemes-devel kconfigwidgets-devel" makedepends="qt6-base-devel kf6-kconfig-devel kpmcore-devel kf6-kdoctools-devel
kf6-kservice-devel kf6-kio-devel kf6-kxmlgui-devel kf6-kiconthemes-devel kf6-kconfigwidgets-devel"
depends="hicolor-icon-theme" depends="hicolor-icon-theme"
short_desc="KDE utility that allows you to manage disks" short_desc="KDE utility that allows you to manage disks"
maintainer="jambonmcyeah <jambonmcyeah@gmail.com>" maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
@ -15,8 +16,4 @@ license="GPL-3.0-or-later"
homepage="https://apps.kde.org/partitionmanager" homepage="https://apps.kde.org/partitionmanager"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#partitionmanager" changelog="https://kde.org/announcements/changelogs/gear/${version}/#partitionmanager"
distfiles="${KDE_SITE}/release-service/${version}/src/partitionmanager-${version}.tar.xz" distfiles="${KDE_SITE}/release-service/${version}/src/partitionmanager-${version}.tar.xz"
checksum=983adee6730f49bf17904129b5152d1092d3cc8f16cde045b6b18244ebd30834 checksum=02cb72008cafdc99db5742daa0df634b6ea07dcef3fa440a243e5628a938f509
if [ -n "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi