extra/kauth to 5.36.0-1

This commit is contained in:
Kevin Mihelich 2017-07-10 12:36:39 +00:00
parent 42455b5a5f
commit 580ae73110

View file

@ -6,18 +6,18 @@
# - drop clang makedepend, FTBFS on AArch64
pkgname=kauth
pkgver=5.35.0
pkgver=5.36.0
pkgrel=1
pkgdesc='Abstraction to system policy and authentication features'
arch=('i686' 'x86_64')
url='https://community.kde.org/Frameworks'
license=('LGPL')
depends=('kcoreaddons' 'polkit-qt5')
makedepends=('extra-cmake-modules' 'qt5-tools' 'python-pyqt5' 'python2-pyqt5')
makedepends=('extra-cmake-modules' 'qt5-tools' 'python-pyqt5' 'python2-pyqt5' 'doxygen')
optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to use the Python 2 bindings')
groups=('kf5')
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
sha256sums=('a66bf2c350a8004313fb37bbfb4799cc2e33c152dbf79b53d1b020c04b5175b9'
sha256sums=('d3f94113d14f85894f59f234efebfec8c42b4b8a8452460b7f4f2ccc03657d28'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
@ -32,7 +32,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
make
}