libalkimia: update to 7.0

This commit is contained in:
Jeff Huang 2018-02-08 00:24:07 +00:00
parent 095b7cb99e
commit 07f9428116

View File

@ -1,18 +1,18 @@
# Arch contribution https://www.archlinux.org/packages/community/x86_64/libalkimia/
pkgname=libalkimia
pkgver=5.0.0
pkgver=7.0
pkgrel=1
pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC."
arch=('x86_64')
depends=('kdelibs')
makedepends=('cmake' 'automoc4' 'doxygen')
depends=('qt5-base' 'gmp')
makedepends=('cmake' 'doxygen' 'extra-cmake-modules')
url=('http://kde-apps.org/content/show.php/libalkimia?content=137323')
license=('LGPL')
replaces=('alkimia')
provides=('alkimia')
source=("http://download.kde.org/stable/alkimia/$pkgver/src/$pkgname-$pkgver.tar.xz")
sha256sums=('eea8a2a0f6788a1b9fd464b370598ed6e55353fb40da53375e6f022e71526cb5')
source=("http://download.kde.org/stable/alkimia/$pkgver/src/alkimia-$pkgver.tar.xz")
sha256sums=('0c70d0d3b6c020d5bcf92b6f1c395f3bad53a08d4e2b2c17e70c2079e9f43158')
build() {
cd "${srcdir}"
@ -20,8 +20,9 @@ build() {
mkdir -p build
cd build
cmake ../libalkimia-${pkgver} \
cmake ../alkimia-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make