diff --git a/srcpkgs/partitionmanager/template b/srcpkgs/partitionmanager/template index 6761c9c6af..8a245d6238 100644 --- a/srcpkgs/partitionmanager/template +++ b/srcpkgs/partitionmanager/template @@ -1,20 +1,20 @@ # Template file for 'partitionmanager' pkgname=partitionmanager -version=3.3.1 +version=4.1.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="qt5-devel kdoctools kconfig qt5-qmake cmake python3 - extra-cmake-modules pkg-config" + extra-cmake-modules pkg-config gettext kcoreaddons" makedepends="qt5-devel kconfig-devel kpmcore-devel kdoctools-devel kservice-devel kio-devel kxmlgui-devel kiconthemes-devel kconfigwidgets-devel" depends="hicolor-icon-theme" -short_desc="A KDE utility that allows you to manage disks" +short_desc="KDE utility that allows you to manage disks" maintainer="jambonmcyeah " -license="GPL-2" -homepage="http://kde.org/applications/system/kdepartitionmanager/" -distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz" -checksum=5107955f9c70fc859bef04a54bffb28cd50efe355694232b9860e9d9c97a0f4a +license="GPL-3.0-or-later" +homepage="https://kde.org/applications/system/org.kde.partitionmanager" +distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz" +checksum=d61e20237c854cd3622b19cec5939c51bf4f350741106fdb44fc5a82155735b4 if [ -n "$CROSS_BUILD" ]; then configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"