From 41ccf7c3b07a3ab69c720f54fb11940fb78aaedf Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Fri, 27 May 2016 14:09:38 +0100 Subject: [PATCH] partitionmanager: update to 2.2.0 --- partitionmanager/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/partitionmanager/PKGBUILD b/partitionmanager/PKGBUILD index 40d651df9..66012c89b 100644 --- a/partitionmanager/PKGBUILD +++ b/partitionmanager/PKGBUILD @@ -1,6 +1,6 @@ pkgname=partitionmanager epoch=1 -pkgver=2.1.0 +pkgver=2.2.0 pkgrel=1 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems" arch=('x86_64') @@ -8,14 +8,14 @@ url="https://sourceforge.net/projects/partitionman" license=('GPL2') depends=('kpmcore' 'kio' 'qt5-base' 'kconfig' 'kcrash' 'kdoctools' 'kiconthemes' 'kjobwidgets' 'kwindowsystem' 'kxmlgui' 'kwidgetsaddons') -makedepends=('extra-cmake-modules' 'ntfs-3g' 'pkg-config') +makedepends=('extra-cmake-modules' 'ntfs-3g' 'pkg-config' 'python3') conflicts=('tribe-partitionmanager') provides=('tribe-partitionmanager') replaces=('tribe-partitionmanager<=1358163-8') install=partitionmanager.install options=('debug') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha256sums=('65459a78a47b02c35f62e344e964494f7ffa84581036b193e7653e0835d3aec0') +sha256sums=('0d108fafbe826997a45bfae8abdb77ad43e5db8205736d6a401a83230e080ae9') build() { cd ${pkgname}-${pkgver} @@ -24,7 +24,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + -DBUILD_TESTING=OFF make }