kpmcore: needs gettext in hostmakedepends

Also fix license and revbump for this reason.
This commit is contained in:
Jürgen Buchmüller 2020-04-13 14:32:49 +02:00
parent 4af6ff8326
commit 725204510b
1 changed files with 8 additions and 6 deletions

View File

@ -1,17 +1,19 @@
# Template file for 'kpmcore'
pkgname=kpmcore
version=3.3.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules python qt5-devel qt5-qmake pkg-config kcoreaddons"
makedepends="qt5-devel libatasmart-devel libparted-devel kwidgetsaddons-devel ki18n-devel kcoreaddons-devel"
hostmakedepends="extra-cmake-modules gettext python pkg-config
qt5-devel qt5-qmake kcoreaddons"
makedepends="qt5-devel libatasmart-devel libparted-devel
kwidgetsaddons-devel ki18n-devel kcoreaddons-devel"
depends="parted"
short_desc="Library for managing partitions"
maintainer="jambonmcyeah <jambonmcyeah@gmail.com>"
license="GPL-2"
homepage="http://kde.org/applications/system/kdepartitionmanager/"
distfiles="http://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
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=b8d6fa3c0d89feebf690a424d98ad36acb2438b1099a5b620ee349989d04db68
if [ -n "$CROSS_BUILD" ]; then