extra/kconfigwidgets to 5.45.0-1

This commit is contained in:
Kevin Mihelich 2018-04-16 12:34:38 +00:00
parent e73445c8c0
commit 3bb782a702

View file

@ -1,23 +1,24 @@
# $Id$
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Maintainer: Antonio Rojas <arojas@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - drop clang makedepend, FTBFS on AArch64
pkgname=kconfigwidgets
pkgver=5.44.0
pkgver=5.45.0
pkgrel=1
pkgdesc='Widgets for KConfig'
arch=('x86_64')
arch=(x86_64)
url='https://community.kde.org/Frameworks'
license=('LGPL')
depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons')
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'mesa' 'python-pyqt5' 'python2-pyqt5' 'doxygen' 'qt5-tools')
license=(LGPL)
depends=(kauth kcodecs kconfig kguiaddons ki18n kwidgetsaddons)
makedepends=(extra-cmake-modules kdoctools python-pyqt5 python2-pyqt5 doxygen qt5-tools)
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=('3f8be4b3d9ae39ed9de01e3ac062d6c4852d90d05785c45f30408113159a4795'
groups=(kf5)
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
sha256sums=('349ccd412fbe7130026e389edc6d1186ec0a1610dfdd43fd9ff00867ba50404e'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
@ -27,7 +28,7 @@ prepare() {
build() {
cd build
cmake ../${pkgname}-${pkgver} \
cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF \
@ -37,5 +38,5 @@ build() {
package() {
cd build
make DESTDIR="${pkgdir}" install
make DESTDIR="$pkgdir" install
}