extra/kcoreaddons to 5.45.0-1

This commit is contained in:
Kevin Mihelich 2018-04-16 12:35:33 +00:00
parent 3bb782a702
commit 0d62dd68a3

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=kcoreaddons
pkgver=5.44.0
pkgver=5.45.0
pkgrel=1
pkgdesc='Addons to QtCore'
arch=('x86_64')
arch=(x86_64)
url='https://community.kde.org/Frameworks'
license=('LGPL')
depends=('qt5-base' 'shared-mime-info')
makedepends=('extra-cmake-modules' 'qt5-tools' 'python-pyqt5' 'python2-pyqt5' 'doxygen')
license=(LGPL)
depends=(qt5-base shared-mime-info)
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=('b4c57b5a49157a78dc39ed642e4d7d748e86c11852b7c0251ee8aa67c4509d53'
groups=(kf5)
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
sha256sums=('227de069484bdb6a8b57ebbdd0bc46e4ea445283c3c827690ee31f0e3dfaef97'
'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 \
-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
@ -38,5 +39,5 @@ build() {
package() {
cd build
make DESTDIR="${pkgdir}" install
make DESTDIR="$pkgdir" install
}