partitionmanager: update to 2.2.0

This commit is contained in:
Jeff Huang 2016-05-27 14:09:38 +01:00
parent 2ce619c7be
commit 41ccf7c3b0

View File

@ -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
}